simpleType "EmailAddressType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9904001"
 - 
Personal
"9904003"
 - 
Work

All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
Email Address Type
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EmailAddressType
Derivation:
restriction of xs:string
Facets:
enumeration:
"9904001"
 - 
Personal
"9904003"
 - 
Work
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="EmailAddressType">
<xs:restriction base="xs:string">
<xs:enumeration value="9904001"/>
<xs:enumeration value="9904003"/>
</xs:restriction>
</xs:simpleType>