Closed mate-biro closed 4 months ago
GenericDateType
xsd:date
\d{4}-\d{2}-\d{2}
GenericTimestampType
xsd:dateTime
\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,6})?Z
TimestampType
GenericTimestampWithoutMillisType
\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}?Z
GenericDateType
a simpleType extendingxsd:date
\d{4}-\d{2}-\d{2}
patternGenericTimestampType
a simpleType extendingxsd:dateTime
\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,6})?Z
patternTimestampType
, should be marked as deprecatedGenericTimestampWithoutMillisType
a simpleType extendingxsd:dateTime
\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}?Z
pattern