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

nonNegativeInteger

Annotation
Documentation

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

Schema

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