Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.