Definition Type: ComplexType
Name: OfficesType
Namespace: http://rets.org/xsd/Offices/2007-08
Containing Schema: Offices.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Office in schema offices_xsd Drilldown into versionTimestamp in schema offices_xsd Drilldown into systemId in schema offices_xsd Drilldown into lang in schema xml_xsdXSD Diagram of OfficesType in schema offices_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="OfficesType">
    <xs:sequence>
        <xs:element ref="offices:Office" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>100311</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute ref="xml:lang" use="optional">
        <xs:annotation>
            <xs:documentation>
            </xs:documentation>
            <xs:appinfo>
                <retsid>100312</retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="systemId" type="commons:system-id" use="optional">
        <xs:annotation>
            <xs:documentation>
					An identifier of the system that an office
					'belongs' to when the event involves more than
					one system.
				</xs:documentation>
            <xs:appinfo>
                <retsid>100313</retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="versionTimestamp" type="xs:dateTime" use="required" fixed="2008-03-29T16:00:00Z">
        <xs:annotation>
            <xs:documentation>
            </xs:documentation>
            <xs:appinfo>
                <retsid>100314</retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Office offices:Office 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang Optional
systemId offices:systemId Optional
versionTimestamp offices:versionTimestamp Required
Collapse Derivation Tree:
Collapse References:
offices:Offices