2.2.4.18 PersonaPostalAddressType

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

The PersonaPostalAddressType complex type specifies a postal address for a PersonaType complex type, as specified in section 2.2.4.19.

 <xs:complexType name="PersonaPostalAddressType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Street" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="City" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="State" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Country" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="PostalCode" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="PostOfficeBox" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Type" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Latitude" type="xs:double"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Longitude" type="xs:double"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Accuracy" type="xs:double"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Altitude" type="xs:double"/>
     <xs:element minOccurs="0" maxOccurs="1" name="AltitudeAccuracy" type="xs:double"/>
     <xs:element minOccurs="0" maxOccurs="1" name="FormattedAddress" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="LocationUri" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="LocationSource" type="t:LocationSourceType"/>
   </xs:sequence>
 </xs:complexType>

Street: An element of type string, as defined in [XMLSCHEMA2/2], that represents the street portion of a postal address.

City: An element of type string that represents the city portion of a postal address.

State: An element of type string that represents the state portion of a postal address.

Country: An element of type string that represents the country/region portion of a postal address.

PostalCode: An element of type string that represents the postal code portion of a postal address.

PostOfficeBox: An element of type string that represents the post office box portion of a postal address.

Type: An element of type string that specifies the type of postal address; for example, Home or Business.

Latitude: An element of type double, as defined in [XMLSCHEMA2/2], that represents the latitude of the location of the associated postal address.

Longitude: An element of type double that represents the longitude of the location of the associated postal address.

Accuracy: An element of type double that represents the accuracy of the latitude and longitude of the associated postal address.

Altitude: An element of type double that represents the altitude of the associated postal address.

AltitudeAccuracy: An element of type double  that represents the accuracy of the altitude of the associated postal address.

FormattedAddress: An element of type string that specifies the formatted display value of the associated postal address.

LocationUri: An element of type string that specifies a URI, for example for an Internet address, of the associated postal address.

LocationSource: An element of type LocationSourceType, as defined in section 2.2.5.1, that contains information about the origin of the associated postal address; for example, a contact (2) or a telephone book.