[Source]
# File lib/wsdl/xmlSchema/length.rb, line 17 17: def initialize 18: super 19: end
# File lib/wsdl/xmlSchema/length.rb, line 25 25: def parse_attr(attr, value) 26: case attr 27: when ValueAttrName 28: value.source 29: end 30: end
# File lib/wsdl/xmlSchema/length.rb, line 21 21: def parse_element(element) 22: nil 23: end
[Validate]