Definition Type: Element
Name: Office
Namespace: http://rets.org/xsd/Transactions/2007-08
Containing Schema: Transactions.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into County in schema transactions_xsd Drilldown into Address in schema transactions_xsd Drilldown into OfficeID in schema transactions_xsd Drilldown into BrokerName in schema transactions_xsd Drilldown into BrokerID in schema transactions_xsdXSD Diagram of Office in schema transactions_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BrokerID trans:BrokerID (1) (1)
BrokerName trans:BrokerName (1) (1)
OfficeID trans:OfficeID (1) (1)
Address trans:Address (1) (1)
County trans:County (1) (1)