Element | apml:HeadType/apml:DateCreated |
Attribute | apml:ImplicitNodeType/@updated |
<xs:simpleType name="ISO8601DateType"> <xs:restriction base="xs:dateTime"> <!-- Restricts the dateTime format to only accept GMT times --> <xs:pattern value="[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z"/> </xs:restriction> </xs:simpleType> |