[Source]
# File wsdl/xmlSchema/length.rb, line 17 def initialize super end
# File wsdl/xmlSchema/length.rb, line 25 def parse_attr(attr, value) case attr when ValueAttrName value.source end end
# File wsdl/xmlSchema/length.rb, line 21 def parse_element(element) nil end
[Validate]