A date type with the following format: [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] |
<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> |