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 MeetingRegistrationResponseObjectType complex type specifies a response to a meeting registration request.<36> This type extends the :WellKnownResponseObjectType complex type ([MS-OXWSCDATA] section 2.2.4.76).
-
<xs:complexType name="MeetingRegistrationResponseObjectType"> <xs:complexContent> <xs:extension base="t:WellKnownResponseObjectType"> <xs:sequence> <xs:element name="ProposedStart" type="xs:dateTime" minOccurs="0"/> <xs:element name="ProposedEnd" type=" xs:dateTime " minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the MeetingRegistrationResponseObjectType complex type.
Element |
Type |
Description |
---|---|---|
ProposedStart |
xs:dateTime [XMLSCHEMA2] |
The proposed start time of the meeting. |
ProposedEnd |
xs:dateTime |
The proposed end time of the meeting. |