W3C

IntegerElement Example

  <xs:element name="integerElement" type="xs:integer"/>

The example schema [IntegerElement.xsd] has been classified as being "" as it exhibits the following patterns:

Status Name XPath

To facilitate testing, the example schema element has been wrapped in the following descriptions:

The following valid instance documents are provided:

Instance Validity
IntegerElement01
IntegerElement02
IntegerElement03
IntegerElement04
IntegerElement05
IntegerElement06
IntegerElement07

  <ex:integerElement>0</ex:integerElement>
  <ex:integerElement>1</ex:integerElement>
  <ex:integerElement>-42</ex:integerElement>
  <ex:integerElement>12678967543233</ex:integerElement>
  <ex:integerElement>+10000</ex:integerElement>
  <ex:integerElement>1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>
  <ex:integerElement>-1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>

This document was produced by the W3C XML Schema Patterns for Databinding Working Group. Comments on this document may be sent to the public public-xsd-databinding-comments@w3.org mailing list (public archive).

Generated from examples.xml $Date$