2.2.5.1 LocationSourceType

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

The LocationSourceType simple type specifies the source from which the resolution of the location was derived.

 <xs:simpleType name="LocationSourceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="LocationServices"/>
     <xs:enumeration value="PhonebookServices"/>
     <xs:enumeration value="Device"/>
     <xs:enumeration value="Contact"/>
     <xs:enumeration value="Resource"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the LocationSourceType simple type.

Value

Meaning

None

Not resolved.

LocationServices

Resolved by external location services, such as an Internet search engine.

PhonebookServices

Resolved by external phone book services.

Device

Resolved by a GPS-enabled device, such as a mobile phone.

Contact

Sourced from a contact (2) card.

Resource

Resolved by a resource mailbox, such as a conference room.