# File lib/wsdl/xmlSchema/simpleContent.rb, line 35 35: def attributes 36: content.attributes 37: end
# File lib/wsdl/xmlSchema/simpleContent.rb, line 31 31: def base 32: content.base 33: end
# File lib/wsdl/xmlSchema/simpleContent.rb, line 21 21: def check_lexical_format(value) 22: check(value) 23: end
# File lib/wsdl/xmlSchema/simpleContent.rb, line 43 43: def parse_element(element) 44: case element 45: when RestrictionName 46: @restriction = SimpleRestriction.new 47: @restriction 48: when ExtensionName 49: @extension = SimpleExtension.new 50: @extension 51: end 52: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.