2.2.4.38 t:PhoneEntityType Complex Type

The PhoneEntityType complex type specifies a phone entity. This type extends the EntityType complex type, as specified in section 2.2.4.22.<97>

 <xs:complexType name="PhoneEntityType">
     <xs:complexContent>
     <xs:extension base="t:EntityType">
         <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:extension>
     </xs:complexContent>
 </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 number, for example, "Business" or "Home".