Definition Type: ComplexType
Name: WeightLimit
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureDecimal
Containing Schema: RETSCommons.xsd
Abstract
Documentation:
Number representing the maximum amount an object can weigh. The unit attribute specifies the unit of measure, i.e, lbs, kgs, etc.
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureDecimal in schema primitives_xsd Drilldown into weightUnits in schema retscommons_xsdXSD Diagram of WeightLimit in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="WeightLimit">
    <xs:annotation>
        <xs:documentation>
				Number representing the maximum amount an object can weigh.
				The unit attribute specifies the unit of measure, i.e, lbs, kgs, etc.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="commons:SecureDecimal">
            <xs:attribute ref="commons:weightUnits" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
weightUnits commons:weightUnits (Optional)
Collapse Derivation Tree:
Collapse References:
commons:WeightLimit