Definition Type: ComplexType
Name: ParticipantsType
Namespace: http://rets.org/xsd/Transactions/2007-08
Containing Schema: Transactions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Consumers in schema transactions_xsd Drilldown into ServiceProviders in schema transactions_xsdXSD Diagram of ParticipantsType in schema transactions_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ParticipantsType">
    <xs:sequence>
        <xs:element name="ServiceProviders" type="trans:ServiceProvidersType" />
        <xs:element name="Consumers" type="trans:ConsumersType" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ServiceProviders trans:ServiceProviders (1) (1)
Consumers trans:Consumers (1) unbounded
Collapse Derivation Tree:
Collapse References:
trans:Participants