Definition Type: ComplexType
Name: SchoolDistrictType
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DistrictPhoneNumber in schema syndication_xsd Drilldown into DistrictURL in schema syndication_xsd Drilldown into DistrictName in schema syndication_xsd Drilldown into High in schema syndication_xsd Drilldown into JuniorHigh in schema syndication_xsd Drilldown into Middle in schema syndication_xsd Drilldown into Elementary in schema syndication_xsdXSD Diagram of SchoolDistrictType in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="SchoolDistrictType">
    <xs:sequence>
        <xs:element name="Elementary" type="xs:string" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101922</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Middle" type="xs:string" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101923</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="JuniorHigh" type="xs:string" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101924</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="High" type="xs:string" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101925</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="DistrictName" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101926</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="DistrictURL" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101927</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="DistrictPhoneNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101928</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Elementary synd:Elementary 0 unbounded
Middle synd:Middle 0 unbounded
JuniorHigh synd:JuniorHigh 0 unbounded
High synd:High 0 unbounded
DistrictName synd:DistrictName 0 1
DistrictURL synd:DistrictURL 0 unbounded
DistrictPhoneNumber synd:DistrictPhoneNumber 0 unbounded
Collapse Derivation Tree:
Collapse References:
synd:SchoolDistrict