Return to Snippet

Revision: 34560
at October 25, 2010 10:23 by jellyfishtree


Initial Code
<!-- 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>

Initial URL


Initial Description
for Brandeis Class

Initial Title
Padded 24 HR (HH:MM) Time SimpleType for W3C Schema

Initial Tags


Initial Language
XML