Definition Type: Element
Name: Participant
Namespace: http://rets.org/xsd/Participants/2007-08
Type: participants:ParticipantType
Containing Schema: Participants.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ModificationTimestamp in schema participants_xsd Drilldown into Role in schema participants_xsd Drilldown into Person in schema participants_xsd Drilldown into Member in schema participants_xsd Drilldown into Team in schema participants_xsd Drilldown into ParticipantKey in schema participants_xsd Drilldown into systemId in schema participants_xsd Drilldown into ParticipantType in schema participants_xsdXSD Diagram of Participant in schema participants_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Participant">
    <xs:annotation>
        <xs:appinfo>
            <retsid>100275</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="part:ParticipantType">
                <xs:sequence>
                    <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ParticipantKey participants:ParticipantKey 1 1
Team participants:Team 1 1
Member participants:Member 1 1
Person participants:Person 1 1
Role participants:Role 1 1
ModificationTimestamp participants:ModificationTimestamp 1 1
<xs:any> Allowed namespace: '##any' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
systemId participants:systemId Required
Collapse Derivation Tree: