AmountType

Simple Type Information

Used By

Source

<xs:simpleType name="AmountType">
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>