<xsd:simpleType name="TelephoneTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The type of telephone number used to reach a contact.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Work">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">A number used primarily for work-related calls. Includes home office numbers used primarily for work purposes.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Mobile">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Fax">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">A number used primarily for work-related facsimile transmissions.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Personal">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">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).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|