2.2.3.2.20 Phone Complex Type

The Phone type contains information that describes a known entity that represents a phone number.

 <xs:complexType name="Phone">
     <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="PhoneString" 
             type="xs:string" />
         <xs:element minOccurs="0" maxOccurs="1" name="OriginalPhoneString" 
             type="xs:string" />
     </xs:sequence>
     <xs:attribute default="-1" name="StartIndex" type="xs:int" />
     <xs:attribute default="LatestReply" name="Position" type="EmailPosition" />
     <xs:attribute default="Unspecified" name="Type" type="PhoneType" />
 </xs:complexType>

PhoneString: An element of type xs:string, as defined in [XMLSCHEMA2/2] section 3.2.1, that contains the normalized phone number associated with the known entity. For more details, see section 2.2.3.1.28.

OriginalPhoneString: An element of type xs:string that contains the original string from the Message object that represents the phone number associated with the known entity. For more details, see section 2.2.3.1.22.

StartIndex:  An attribute of type xs:int, as defined in [XMLSCHEMA2/2] section 3.3.17, that indicates the location of the entity, relative to the value of the Position attribute. For more details, see section 2.2.3.4.4.

Position: An attribute of the EmailPosition simple type, as defined in section 2.2.3.3.1, that indicates the location of the entity within the Message object. For more details, see section 2.2.3.4.3.

Type: An attribute of the PhoneType simple type, as defined in section 2.2.3.3.2, that indicates the type of phone number. For more details, see section 2.2.3.4.6.1.