Return to Snippet

Revision: 34561
at October 25, 2010 10:40 by jellyfishtree


Initial Code
<xsd:simpleType name="phoneNumber">
    <xsd:restriction base="xsd:string">
     <xsd:pattern value="(\d{1}[-|\s])?((\(\d{3}\)\s?)|(\d{3}-))?\d{3}-\d{4}"/>
    </xsd:restriction>
 </xsd:simpleType>

Initial URL


Initial Description
for Brandeis Class

Initial Title
US Phone Number for W3C Schema (including toll free)

Initial Tags


Initial Language
XML