/ Published in: XML
for Brandeis Class
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- JB --> <xsd:simpleType name="paddedTime"> <xsd:restriction base="xsd:string"> <xsd:length value="5"/> <xsd:pattern value="(2[0-3]|1[0-2]|0[0-9]){1}:([0-5][0-9]){1}"/> </xsd:restriction> </xsd:simpleType>