positive-divisions

The positive-divisions type restricts divisions values to positive numbers.

Simple Type Information

Used By

Source

<xs:simpleType name="positive-divisions">
  <xs:annotation>
    <xs:documentation>The positive-divisions type restricts divisions values to positive numbers.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="divisions">
    <xs:minExclusive value="0"/>
  </xs:restriction>
</xs:simpleType>