# File lib/wsdl/xmlSchema/totaldigits.rb, line 25 def parse_attr(attr, value) case attr when FixedAttrName parent.fixed[:totaldigits] = to_boolean(value) when ValueAttrName parent.totaldigits = to_int(value) end end