Definition Type: Element
Name: District
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SchoolDistrict
Containing Schema: School.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The district that a school is in. A school may only belong to a single district.
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureString in schema primitives_xsd Drilldown into SchoolDistrict in schema school_xsdXSD Diagram of District in schema school_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="District" type="commons:SchoolDistrict" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The district that a school is in.
						A school may only belong to a single
						district.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100075</retsid>
            <example>District 43</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
Collapse Derivation Tree: