Definition Type: ComplexType
Name: ServiceProvidersType
Namespace: http://rets.org/xsd/Transactions/2007-08
Containing Schema: Transactions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactMethods in schema transactions_xsd Drilldown into ServiceProviderType in schema transactions_xsd Drilldown into Person in schema transactions_xsd Drilldown into Office in schema transactions_xsdXSD Diagram of ServiceProvidersType in schema transactions_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ServiceProvidersType">
    <xs:sequence>
        <xs:element name="Office">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="BrokerID" />
                    <xs:element name="BrokerName" />
                    <xs:element name="OfficeID" />
                    <xs:element name="Address" type="commons:Address" />
                    <xs:element name="County" type="commons:County" />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:element name="Person" type="commons:Person" />
        <xs:element name="ServiceProviderType" />
        <xs:element name="ContactMethods" type="commons:ContactMethods" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Office trans:Office (1) (1)
Person trans:Person (1) (1)
ServiceProviderType trans:ServiceProviderType (1) (1)
ContactMethods trans:ContactMethods (1) (1)
Collapse Derivation Tree:
Collapse References:
trans:ServiceProviders