2.2.4.37 t:PhoneType Complex Type
The PhoneType complex type specifies a phone number and its type.<96>
-
<xs:complexType name="PhoneType"> <xs:sequence> <xs:element name="OriginalPhoneString" type="xs:string" minOccurs="0" /> <xs:element name="PhoneString" type="xs:string" minOccurs="0" /> <xs:element name="Type" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType>
OriginalPhoneString: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the original phone number.
PhoneString: An element of type string that represents the current phone number.
Type: An element of type string that represents the type of phone, for example, "Business" or "Home".