W3C

DateTimeElement Example

  <xs:element name="dateTimeElement" type="xs:dateTime"/>

The example schema [DateTimeElement.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
DateTimeElement01
DateTimeElement02
DateTimeElement03
DateTimeElement04
DateTimeElement05
DateTimeElement06

  <ex:dateTimeElement>1999-05-31T13:20:00-05:42</ex:dateTimeElement>
  <ex:dateTimeElement>2000-03-04T23:00:00+03:00</ex:dateTimeElement>
  <ex:dateTimeElement>2000-03-04T23:00:00Z</ex:dateTimeElement>
  <ex:dateTimeElement>2038-12-12T23:00:00</ex:dateTimeElement>
  <ex:dateTimeElement>0739-03-04T23:00:00</ex:dateTimeElement>
  <ex:dateTimeElement>10739-03-04T23:00:00</ex:dateTimeElement>

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$