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