element <counterProposeLocation> (local)
Namespace:
Type:
xsd:string
Content:
simple
Defined:
XML Representation Summary
<counterProposeLocation>
   
Content: 
{ xsd:string }
</counterProposeLocation>
Included in content model of elements (5):
attendee (in event in myCalendar), attendee (type attendeeType), attendeeEventExtra (in event in myCalendar), attendeeEventExtra (in exception), respondRequest
Annotation
If responseType=[counterPropose], then either the {startTime, endTime}, or location, or both can be present. This is the invitee's counterProposal for a location for the meeting.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="counterProposeLocation" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
If responseType=[counterPropose], then either the {startTime, endTime}, or
location, or both can be present. This is the invitee's counterProposal
for a location for the meeting.
</xsd:documentation>
</xsd:annotation>
</xsd:element>