GenXML date format (equivalent of XML's datetime) |
Complex Type | simpleDate |
<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> |