complexType "attendeeEventExtraType"
Namespace:
Content:
complex, 8 elements, elem. wildcard
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (8):
counterProposeEndTime (type xsd:dateTime), counterProposeLocation (type xsd:string), counterProposeStartTime (type xsd:dateTime), delegateResponder (type hs:userReference), intendedFreeBusy (type freeBusyStatusType), responseBody (type hs:longText), responseTime (type xsd:dateTime), responseType (type attendeeAcceptEnum)
Known Direct Subtypes (1):
attendeeEventExtraBlueType
All Direct / Indirect Based Elements (2):
attendeeEventExtra (in event in myCalendar), attendeeEventExtra (in exception)
Known Usage Locations
Annotation
Additional information about an event, found only in an event invitee's schema
XML Source (see within schema source)
<xsd:complexType name="attendeeEventExtraType">
<xsd:annotation>
<xsd:documentation>
Additional information about an event, found only in an
event invitee's schema
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="intendedFreeBusy" type="freeBusyStatusType">
<xsd:annotation>
<xsd:documentation>
The intendedFreeBusy element is the event organizer's freeBusy information
and is thus equal to event/freeBusyStatus. Invitees may overwrite event/freeBusyStatus
with a new value, and intendedFreeBusy is intended to store the organizer's original
freeBusyStatus.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="attendeeResponseGroup"/>
<xsd:element maxOccurs="1" minOccurs="0" name="delegateResponder" type="hs:userReference">
<xsd:annotation>
<xsd:documentation>
A delegate who responds on behalf of an invitee will have their information
stored here.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip">
<xsd:annotation>
<xsd:documentation>
Additional attendee extra properties.
</xsd:documentation>
</xsd:annotation>
</xsd:any>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 9/9)
counterProposeEndTime
Type:
xsd:dateTime, predefined, simple content
Defined:
If responseType=[counterPropose], then either the {startTime, endTime}, or location, or both can be present. This is the invitee's counterProposal for a new end time for the meeting. This is stored in UTC.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="counterProposeEndTime" type="xsd:dateTime">
<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 new end time for the meeting. This is stored in UTC.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

counterProposeLocation
Type:
xsd:string, predefined, simple content
Defined:
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>

counterProposeStartTime
Type:
xsd:dateTime, predefined, simple content
Defined:
If responseType=[counterPropose], then either the {startTime, endTime}, or location, or both can be present. This is the invitee's counterProposal for a new start time for the meeting. This is stored in UTC.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="counterProposeStartTime" type="xsd:dateTime">
<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 new start time for the meeting. This is stored in UTC.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

delegateResponder
Type:
hs:userReference, complex content
Defined:
locally within (this) attendeeEventExtraType complexType
A delegate who responds on behalf of an invitee will have their information stored here.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="delegateResponder" type="hs:userReference">
<xsd:annotation>
<xsd:documentation>
A delegate who responds on behalf of an invitee will have their information
stored here.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

intendedFreeBusy
Type:
freeBusyStatusType, simple content
Defined:
locally within (this) attendeeEventExtraType complexType
The intendedFreeBusy element is the event organizer's freeBusy information and is thus equal to event/freeBusyStatus. Invitees may overwrite event/freeBusyStatus with a new value, and intendedFreeBusy is intended to store the organizer's original freeBusyStatus.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="intendedFreeBusy" type="freeBusyStatusType">
<xsd:annotation>
<xsd:documentation>
The intendedFreeBusy element is the event organizer's freeBusy information
and is thus equal to event/freeBusyStatus. Invitees may overwrite event/freeBusyStatus
with a new value, and intendedFreeBusy is intended to store the organizer's original
freeBusyStatus.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

responseBody
Type:
hs:longText, simple content
Defined:
Optional message for invitees to include along with the response.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="responseBody" type="hs:longText">
<xsd:annotation>
<xsd:documentation>
Optional message for invitees to include along with the response.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

responseTime
Type:
xsd:dateTime, predefined, simple content
Defined:
The reply time on each attendee is set to the current time (Now) when the organizer sends a meeting invitation. When the attendee responds, they always update their responseTime. When the organizer receives responses, they will honor only those that have a higher responseTime than what s/he maintains in his/her own copy of the event for each attendee. While processing the response, the organizer will update their responseTime. This guarantees that the organizer honors only the most recent response from the attendee. This is stored in UTC. <br/><b>ICAL Equivalent</b>: reply time on message.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="responseTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
The reply time on each attendee is set to the current time (Now) when the organizer
sends a meeting invitation. When the attendee responds, they always update their
responseTime. When the organizer receives responses, they will honor only those that
have a higher responseTime than what s/he maintains in his/her own copy of the event for
each attendee. While processing the response, the organizer will update their
responseTime. This guarantees that the organizer honors only the most recent response
from the attendee. This is stored in UTC.
<br/>
<b>ICAL Equivalent</b>
: reply time on message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

responseType
Type:
attendeeAcceptEnum, simple content
Defined:
The accept status indicates the valid types of responses that an attendee can reply with {accept, decline, tentative, counterpropose}. The absense of this field indicates that no response has been recorded (either the invitation has not been sent, or that a reply has not been received).
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="responseType" type="attendeeAcceptEnum">
<xsd:annotation>
<xsd:documentation>
The accept status indicates the valid types of responses that an attendee
can reply with {accept, decline, tentative, counterpropose}. The absense
of this field indicates that no response has been recorded (either the
invitation has not been sent, or that a reply has not been received).
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within (this) attendeeEventExtraType complexType
Additional attendee extra properties.
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip">
<xsd:annotation>
<xsd:documentation>
Additional attendee extra properties.
</xsd:documentation>
</xsd:annotation>
</xsd:any>