2.2.5.12 t:ResponseTypeType Simple Type

The ResponseTypeType simple type specifies the type of recipient response that is received for a meeting.

 <xs:simpleType name="ResponseTypeType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="Unknown"
      />
     <xs:enumeration
       value="Organizer"
      />
     <xs:enumeration
       value="Tentative"
      />
     <xs:enumeration
       value="Accept"
      />
     <xs:enumeration
       value="Decline"
      />
     <xs:enumeration
       value="NoResponseReceived"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists the xs:string ([XMLSCHEMA2]) enumeration values that are defined by the ResponseTypeType simple type.

Value

Meaning

Unknown

Indicates that the organizer has not received a response from the recipient.

Organizer

Indicates that the recipient is the meeting organizer.

Tentative

Indicates that the recipient has tentatively accepted the meeting.

Accept

Indicates that the recipient accepted the meeting.

Decline

Indicates that the recipient declined the meeting.

NoResponseReceived

Indicates that the recipient has not yet responded to the meeting request.