dt.PositiveDecimal

Simple Type Information

Used By

Elements x320, x469, x474, x514, x525

Source

<xs:simpleType name="dt.PositiveDecimal">
  <xs:restriction base="xs:decimal">
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>