XML Schema 2001 Reference |
index | >> Schema << | DTD |
Annotation | |
---|---|
Documentation | |
Source | http://www.w3.org/TR/xmlschema-2/#integer |
Schema |
---|
<xs:simpleType name="integer" id="integer"> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="0" fixed="true" id="integer.fractionDigits"/> </xs:restriction> </xs:simpleType> |