2.2.4.19 t:NonEmptyArrayOfAttendeesType Complex Type
The NonEmptyArrayOfAttendeesType complex type contains a list representing attendees and resources for a meeting.
-
<xs:complexType name="NonEmptyArrayOfAttendeesType"> <xs:sequence> <xs:element name="Attendee" type="t:AttendeeType" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
The following table lists the child element of the NonEmptyArrayOfAttendeesType complex type.
Element name |
Type |
Description |
---|---|---|
Attendee |
t:AttendeeType (section 2.2.4.4) |
Represents an attendee or resource for a meeting. |