Definition Type: SimpleType
Name: TimeForm
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   Time data type enforcing the format: "HH:MM".
Collapse XSD Schema Diagram:
XSD Diagram of TimeForm
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Pattern (20|21|22|23|[0-1]?\d):[0-5]?\d