- Time data type enforcing the format: "HH:MM".
<xs:simpleType name="TimeForm"> <xs:annotation> <xs:documentation> - Time data type enforcing the format: "HH:MM". </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="(20|21|22|23|[0-1]?\d):[0-5]?\d" /> </xs:restriction> </xs:simpleType>