Definition Type: Element
Name: Participant
Namespace: http://rets.org/xsd/Syndication/2008-03
Type: synd:ParticipantType
Containing Schema: Syndication.xsd
MinOccurs 1
MaxOccurs unbounded
Abstract
Documentation:
A participant in a listing.
Collapse XSD Schema Diagram:
Drilldown into ParticipantId in schema syndication_xsd Drilldown into PhotoURL in schema syndication_xsd Drilldown into WebsiteURL in schema syndication_xsd Drilldown into Fax in schema syndication_xsd Drilldown into Email in schema syndication_xsd Drilldown into MobilePhone in schema syndication_xsd Drilldown into OfficePhone in schema syndication_xsd Drilldown into Role in schema syndication_xsd Drilldown into LastName in schema syndication_xsd Drilldown into FirstName in schema syndication_xsd Drilldown into ParticipantType in schema syndication_xsdXSD Diagram of Participant in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FirstName synd:FirstName 0 1
LastName synd:LastName 0 1
Role synd:Role 0 1
OfficePhone synd:OfficePhone 0 1
MobilePhone synd:MobilePhone 0 1
Email synd:Email 0 1
Fax synd:Fax 0 1
WebsiteURL synd:WebsiteURL 0 1
PhotoURL synd:PhotoURL 0 1
ParticipantId synd:ParticipantId 0 1
Collapse Derivation Tree: