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

nonPositiveInteger

Annotation
Documentation

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

Schema

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