<xs:element name="ListingParticipants" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A collection of all the participants in a listing.
</xs:documentation>
<xs:appinfo>
<retsid>101960</retsid>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Participant" type="synd:ParticipantType" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
A participant in a listing.
</xs:documentation>
<xs:appinfo>
<retsid>101961</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|