The positive-divisions type restricts divisions values to positive numbers. |
Elements | attributes/divisions, duration/duration |
<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> |