Definition Type: ComplexType
Name: WindowsType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Features.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into WindowTreatment in schema features_xsd Drilldown into Window in schema features_xsd Drilldown into HasScreens in schema features_xsd Drilldown into HasStormWindows in schema features_xsdXSD Diagram of WindowsType in schema features_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="WindowsType">
    <xs:sequence>
        <xs:element name="HasStormWindows" type="xs:boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100203</retsid>
                    <example>false</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="HasScreens" type="xs:boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100204</retsid>
                    <example>true</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Window" type="commons:WindowEnum" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100205</retsid>
                    <example>Sliding</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="WindowTreatment" type="xs:string" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101284</retsid>
                    <example>Sliding</example>
                </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
HasStormWindows commons:HasStormWindows 0 1
HasScreens commons:HasScreens 0 1
Window commons:Window 0 unbounded
WindowTreatment commons:WindowTreatment 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
commons:Windows