genxmlDate

GenXML date format (equivalent of XML's datetime)

Simple Type Information

Used By

Complex Type simpleDate

Source

<xs:simpleType name="genxmlDate">
  <xs:annotation>
    <xs:documentation>GenXML date format (equivalent of XML's datetime)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:normalizedString">
    <xs:pattern value="\d{4}(/\d{2})?(\-\d{2}(\-\d{2}(T\d{2}:\d{2}(:\d{2})?)?)?)?"/>
  </xs:restriction>
</xs:simpleType>