Definition Type: ComplexType
Name: RoomType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InteriorDetail in schema retscommons_xsd Drilldown into Description in schema retscommons_xsd Drilldown into RoomHeight in schema retscommons_xsd Drilldown into RoomDimensions in schema retscommons_xsd Drilldown into Level in schema retscommons_xsd Drilldown into Category in schema retscommons_xsd Drilldown into isMaster in schema primitives_xsd Drilldown into otherTypeDescription in schema retscommons_xsdXSD Diagram of RoomType in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="RoomType">
    <xs:sequence>
        <xs:element name="Category" type="commons:RoomCategoryEnum" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Level" type="commons:Level" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RoomDimensions" type="commons:PlanarDimensionsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RoomHeight" type="commons:SecureMeasurement" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="InteriorDetail" type="commons:InteriorDetailType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="otherTypeDescription" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>
            </xs:documentation>
            <xs:appinfo>
                <retsid />
                <example />
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="commons:isMaster" use="optional">
        <xs:annotation>
            <xs:documentation>
            </xs:documentation>
            <xs:appinfo>
                <retsid />
                <example />
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Category commons:Category 0 1
Level commons:Level 0 1
RoomDimensions commons:RoomDimensions 0 1
RoomHeight commons:RoomHeight 0 1
Description commons:Description 0 1
InteriorDetail commons:InteriorDetail 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
otherTypeDescription commons:otherTypeDescription Optional
isMaster commons:isMaster Optional
Collapse Derivation Tree:
Collapse References:
prop:Room