2.2.4.17 PersonaPhoneNumberType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The PersonaPhoneNumberType complex type specifies a phone number of for a PersonaType complex type, as specified in section 2.2.4.19.

 <xs:complexType name="PersonaPhoneNumberType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Number" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Type" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

Number: An element of type string, as defined in [XMLSCHEMA2/2], that contains a phone number.

Type: An element of type string that specifies the type of phone number (for example, Mobile, Business, or Home) of an associated Number element value.