Definition Type: Element
Name: IrregularDimensions
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:DimensionsType
Containing Schema: RETSCommons.xsd
MinOccurs 0
MaxOccurs 1
Abstract
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.
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_xsd Drilldown into DimensionsType in schema retscommons_xsdXSD Diagram of IrregularDimensions in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
measurementUnits commons:measurementUnits Optional
measurementSource commons:measurementSource Optional
Collapse Derivation Tree: