dt.StrictPositiveDecimal

Simple Type Information

Used By

Elements b219, c094, j151, x473

Source

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