simpleType "TelephoneTypeEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Work"
 - 
A number used primarily for work-related calls. Includes home office numbers used primarily for work purposes.
"Mobile"
 - 
A number on a mobile telephone or pager that is often or usually used for work-related calls. This type of number can be used for urgent work related business when a work number is not sufficient to contact the person or firm.
"Fax"
 - 
A number used primarily for work-related facsimile transmissions.
"Personal"
 - 
A number used primarily for nonwork-related calls. (Normally this type of number would be used only as an emergency backup number, not as a regular course of business).

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of telephone number used to reach a contact.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  TelephoneTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Work"
 - 
A number used primarily for work-related calls. Includes home office numbers used primarily for work purposes.
"Mobile"
 - 
A number on a mobile telephone or pager that is often or usually used for work-related calls. This type of number can be used for urgent work related business when a work number is not sufficient to contact the person or firm.
"Fax"
 - 
A number used primarily for work-related facsimile transmissions.
"Personal"
 - 
A number used primarily for nonwork-related calls. (Normally this type of number would be used only as an emergency backup number, not as a regular course of business).
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="TelephoneTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Work"/>
<xsd:enumeration value="Mobile"/>
<xsd:enumeration value="Fax"/>
<xsd:enumeration value="Personal"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.