Definition Type: Element
Name: OfficeLevelLabel
Namespace: http://rets.org/xsd/Offices/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Offices.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
OfficeLevelLabel is a description of this office within the office hierarchy. This will have a value such as Main Office, Company, Franchise, Boutique, Branch.
Collapse XSD Schema Diagram:
XSD Diagram of OfficeLevelLabel in schema offices_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="OfficeLevelLabel" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						OfficeLevelLabel is a description
						of this office within the office
						hierarchy. This will have a value
						such as Main Office, Company, 
						Franchise, Boutique, Branch.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100293</retsid>
            <example>Main Office</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>