String Schema
DateTimeType Simple Type
Description
Date value in ISO8601 format including the timezone (e.g. jjjj-mm-ttThh:miZ)
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:string
Overview
DateTimeType Restriction of xs:string
Date value in ISO8601 format including the timezone (e.g. jjjj-mm-ttThh:miZ)
Source
<xs:simpleType name="DateTimeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Date value in ISO8601 format including the timezone (e.g. jjjj-mm-ttThh:miZ)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string" />
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.