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

integer

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>


Occurs in Schema Tutorial examples:
Accessing data-types
Restrictions
Multiple restrictions
Element is either a fixed string or an integer
Defining a group of attributes
xsi:type
definition of a simpleType, target namespace is null
definition of a simpleType, target namespace is not null
XML Schema - finalDefault attribute
Importing schema and processContents "strict"
Importing schema and processContents "lax"
Importing schema and processContents "skip"
Abstract element, substitutionGroup
Attribute block
Attribute block set to "restriction"
Attribute block set to "extension"
XML Schema - blockDefault attribute
Combining block and blockDefault attributes