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

negativeInteger

Annotation
Documentation

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

Schema

<xs:simpleType name="negativeInteger" id="negativeInteger">
     <xs:restriction base="xs:nonPositiveInteger">
          <xs:maxInclusive value="-1" id="negativeInteger.maxInclusive"/>
     </xs:restriction>
</xs:simpleType>