2.2.4.2 t:MembersListType Complex Type
The MembersListType complex type represents the collection of distribution list members.
-
<xs:complexType name="MembersListType"> <xs:sequence> <xs:element name="Member" type="t:MemberType" maxOccurs="unbounded" minOccurs="0" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the MembersListType complex type.
Element |
Type |
Description |
---|---|---|
Member |
t:MemberType (section 2.2.4.3) |
Provides information about each member of the members collection. |