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