# File lib/wsdl/xmlSchema/simpleType.rb, line 35 def base if @restriction @restriction.base else nil end end
# File lib/wsdl/xmlSchema/simpleType.rb, line 23 def check_lexical_format(value) if @restriction check_restriction(value) elsif @list # TODO: check elsif @union # TODO: check else raise ArgumentError.new("incomplete simpleType") end end
# File lib/wsdl/xmlSchema/simpleType.rb, line 69 def parse_attr(attr, value) case attr when NameAttrName @name = XSD::QName.new(targetnamespace, value.source) end end
Generated with the Darkfish Rdoc Generator 2.