Definition Type: ComplexType
Name: ParticipantType
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
Abstract
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_xsdXSD Diagram of ParticipantType in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ParticipantType">
    <xs:sequence>
        <xs:element name="FirstName" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101912</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="LastName" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101913</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Role" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101914</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="OfficePhone" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101915</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="MobilePhone" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101916</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Email" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101917</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Fax" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101918</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="WebsiteURL" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101919</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="PhotoURL" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101920</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ParticipantId" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101921</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
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:
Collapse References:
synd:Participant