Datetime

date and time information. ISO date format

Simple Type Information

Used By

Source

<xs:simpleType name="Datetime">
  <xs:annotation>
    <xs:documentation>date and time information. ISO date format</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:dateTime"/>
</xs:simpleType>