simpleType "TelephoneTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
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).
MinLength:
0

All Direct / Indirect Based Elements (1):
type (in telephone)
Known Usage Locations
Annotation
The type of telephone number used to reach a contact.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      TelephoneTypeEnum
Derivation:
restriction of 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="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 DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.