tns:DateTimeType

A date type with the following format:
[-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]

Simple Type Information

Used By

Source

<xsd:simpleType name="DateTimeType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">A date type with the following format: [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:dateTime"/>
</xsd:simpleType>