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

int

Annotation
Documentation

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

Schema

<xs:simpleType name="int" id="int">
     <xs:restriction base="xs:long">
          <xs:minInclusive value="-2147483648" id="int.minInclusive"/>
          <xs:maxInclusive value="2147483647" id="int.maxInclusive"/>
     </xs:restriction>
</xs:simpleType>