W3C

UnsignedLongElement Example

  <xs:element name="unsignedLongElement" type="xs:unsignedLong"/>

The example schema [UnsignedLongElement.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
UnsignedLongElement01
UnsignedLongElement02
UnsignedLongElement03
UnsignedLongElement04

  <ex:unsignedLongElement>1</ex:unsignedLongElement>
  <ex:unsignedLongElement>-0</ex:unsignedLongElement>
  <ex:unsignedLongElement>+42</ex:unsignedLongElement>
  <ex:unsignedLongElement>18446744073709551615</ex:unsignedLongElement>

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$