simpleType "PhoneNumberType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9913001"
 - 
Fax
"9913003"
 - 
Home
"9913005"
 - 
Mobile
"9913007"
 - 
Pager
"9913009"
 - 
Work

All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
The Phone Number Type
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PhoneNumberType
Derivation:
restriction of xs:string
Facets:
enumeration:
"9913001"
 - 
Fax
"9913003"
 - 
Home
"9913005"
 - 
Mobile
"9913007"
 - 
Pager
"9913009"
 - 
Work
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="PhoneNumberType">
<xs:restriction base="xs:string">
<xs:enumeration value="9913001"/>
<xs:enumeration value="9913003"/>
<xs:enumeration value="9913005"/>
<xs:enumeration value="9913007"/>
<xs:enumeration value="9913009"/>
</xs:restriction>
</xs:simpleType>