LimitedDecimalType

Simple Type Information

Used By

Source

<xs:simpleType name="LimitedDecimalType">
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="10"/>
  </xs:restriction>
</xs:simpleType>