Definition Type: ComplexType
Name: DimensionsType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureString
Containing Schema: RETSCommons.xsd
Abstract
Documentation:
This element represents a measure of spatial extent, It is intended for use in cases where the extent is not a rectangle or is irregular. The units attribute defines the unit of measurement from the measurement attribute list
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureString in schema primitives_xsd Drilldown into measurementSource in schema primitives_xsd Drilldown into measurementUnits in schema primitives_xsdXSD Diagram of DimensionsType in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="DimensionsType">
    <xs:annotation>
        <xs:documentation>
				This element represents a measure of spatial extent,
				It is intended for use in cases where the extent is not a
				rectangle or is irregular. The units attribute defines
				the unit of measurement from the measurement attribute list
			</xs:documentation>
        <xs:appinfo>
				Irregular, 123 x 65.9 x 127 x 70
			</xs:appinfo>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="commons:SecureString">
            <xs:attribute ref="commons:measurementUnits" use="optional" />
            <xs:attribute ref="commons:measurementSource" use="optional" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
measurementUnits commons:measurementUnits Optional
measurementSource commons:measurementSource Optional
Collapse Derivation Tree:
Collapse References:
commons:IrregularDimensions