Definition Type: Element
Name: SchoolCategory
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SchoolTypeEnum
Containing Schema: School.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The type of school in question. Examples include Middle, Junior High, etc.
Collapse XSD Schema Diagram:
Drilldown into otherDescription in schema primitives_xsd Drilldown into SchoolTypeEnum in schema school_xsdXSD Diagram of SchoolCategory in schema school_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
otherDescription commons:otherDescription Optional
Collapse Derivation Tree: