2.2.4.12 t:EnhancedLocationType Complex Type

The EnhancedLocationType complex type specifies additional location information for a calendar item.<27>

 <xs:complexType name="EnhancedLocationType">
   <xs:sequence>
     <xs:element name="DisplayName" type="xs:string" minOccurs="0"/>
     <xs:element name="Annotation" type="xs:string" minOccurs="0"/>
     <xs:element name="PostalAddress" type="t:PersonaPostalAddressType" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>

DisplayName: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the display name of the calendar item.

Annotation: An element of type string that represents a note on the calendar item.

PostalAddress: An element of type t:PersonaPostalAddressType, as defined in [MS-OXWSPERS] section 2.2.4.18, that represents the postal address of the individual associated with a persona.