Definition Type: ComplexType
Name: School
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: School.xsd
Abstract
Documentation:
School in the given property's area.
Collapse XSD Schema Diagram:
Drilldown into Description in schema school_xsd Drilldown into District in schema school_xsd Drilldown into SchoolCategory in schema school_xsd Drilldown into Name in schema school_xsdXSD Diagram of School in schema school_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="School">
    <xs:annotation>
        <xs:documentation>
				School in the given property's area.
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The name of the school.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100073</retsid>
                    <example>Smith High School</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="SchoolCategory" type="commons:SchoolTypeEnum" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The type of school in question.
						Examples include Middle, Junior High,
						etc.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100074</retsid>
                    <example>High</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <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>
        <xs:element name="Description" type="commons:Remark" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Further information about the school.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100076</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name commons:Name 0 1
SchoolCategory commons:SchoolCategory 0 1
District commons:District 0 1
Description commons:Description 0 1
Collapse Derivation Tree:
Collapse References:
commons:Schoolidxex:SchoolData,