[Source]
# File wsdl/xmlSchema/unique.rb, line 17 def initialize super end
# File wsdl/xmlSchema/unique.rb, line 26 def parse_attr(attr, value) # Accepts any attribute. true end
# File wsdl/xmlSchema/unique.rb, line 21 def parse_element(element) # Accepts any element. self end
[Validate]