ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

positiveInteger

Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-2/#positiveInteger

Schema

<xs:simpleType name="positiveInteger" id="positiveInteger">
     <xs:restriction base="xs:nonNegativeInteger">
          <xs:minInclusive value="1" id="positiveInteger.minInclusive"/>
     </xs:restriction>
</xs:simpleType>