http://exchangenetwork.net/schemas/owwqx/1.0
simpleType TelephoneNumberTypeNameDataType

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://exchangenetwork.net/schemas/owwqx/1.0}TelephoneNumberTypeNameDataType (restriction)

Properties
This component is not nillable.

Model

('Fax' | 'Home' | 'Mobile' | 'Office' | 'Pager' | '')maximum length: 6


Source
<xsd:simpleType name="TelephoneNumberTypeNameDataType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="6"/>
<xsd:enumeration value="Fax"/>
<xsd:enumeration value="Home"/>
<xsd:enumeration value="Mobile"/>
<xsd:enumeration value="Office"/>
<xsd:enumeration value="Pager"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.