Definition Type: ComplexType
Name: Schools
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: School.xsd
Abstract
Documentation:
The collection of schools for a given property.
Collapse XSD Schema Diagram:
Drilldown into School in schema school_xsdXSD Diagram of Schools in schema school_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Schools">
    <xs:annotation>
        <xs:documentation>
				The collection of schools for a given property.
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="School" type="commons:School" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100077</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
School commons:School 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
commons:Schools