Info
# File lib/wsdl/xmlSchema/maxexclusive.rb, line 17 def initialize super end
# File lib/wsdl/xmlSchema/maxexclusive.rb, line 25 def parse_attr(attr, value) case attr when FixedAttrName parent.fixed[:maxexclusive] = to_boolean(value) when ValueAttrName parent.maxexclusive = value.source end end
# File lib/wsdl/xmlSchema/maxexclusive.rb, line 21 def parse_element(element) nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.