simpleType "PhoneNumber"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
[2-9][0-9][0-9]-[2-9][0-9][0-9]-[0-9][0-9][0-9][0-9]

All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
A home, cell, work, pager, or fax number.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PhoneNumber
Derivation:
restriction of xs:string
Facets:
pattern:
[2-9][0-9][0-9]-[2-9][0-9][0-9]-[0-9][0-9][0-9][0-9]
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="PhoneNumber">
<xs:restriction base="xs:string">
<xs:pattern value="[2-9][0-9][0-9]-[2-9][0-9][0-9]-[0-9][0-9][0-9][0-9]"/>
</xs:restriction>
</xs:simpleType>