3.1.4.1.3.26 t:UnknownAttendeeConflictData Complex Type

The UnknownAttendeeConflictData complex type specifies that an attendee cannot be found in the directory, or that the attendee is not a user, distribution list, or contact to be used in a suggested meeting time response.

 <xs:complexType name="UnknownAttendeeConflictData">
   <xs:complexContent
     mixed="false"
   >
     <xs:extension
       base="t:AttendeeConflictData"
      />
   </xs:complexContent>
 </xs:complexType>
  

The UnknownAttendeeConflictData complex type extends the AttendeeConflictData complex type, as specified in section 3.1.4.1.3.8.