Definition Type: ComplexType
Name: PlanarDimensionsType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Documentation:
A container for plane measurements.
Collapse XSD Schema Diagram:
Drilldown into Width in schema retscommons_xsd Drilldown into Length in schema retscommons_xsd Drilldown into IrregularDimensions in schema retscommons_xsd Drilldown into Area in schema retscommons_xsdXSD Diagram of PlanarDimensionsType in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="PlanarDimensionsType">
    <xs:annotation>
        <xs:documentation>
				A container for plane measurements.
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Area" type="commons:SecureArea" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IrregularDimensions" type="commons:DimensionsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Measurement specifying a list of dimensions
						for an irregular space.
						The source attribute defines the source of the
						measurement, while the units attribute defines
						the unit of measurement: feet, meters or other
						units of measure. The general use of this is
						restricted to regular rectangular objects.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Length" type="commons:SecureMeasurement" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Measurement specifying the horizontal
						dimension of something that is fixed in place.
						The source attribute defines the source of the
						measurement, while the units attribute defines
						the unit of measurement: feet, meters or other
						units of measure. The general use of this is
						restricted to regular rectangular objects.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Width" type="commons:SecureMeasurement" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Measurement specifying the smaller horizontal
						dimension of something that is fixed in place.
						The source attribute defines the source of the
						measurement, while the units attribute defines
						the unit of measurement: feet, meters or other
						units of measure. The general use of this is
						restricted to regular rectangular objects.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Area commons:Area 0 1
IrregularDimensions commons:IrregularDimensions 0 1
Length commons:Length 0 1
Width commons:Width 0 1
Collapse Derivation Tree:
Collapse References:
commons:BarnDimensions, commons:Dimensions, commons:LotDimensions, commons:RoomDimensionscommons:StructureDimensionsType,