Definition Type: ComplexType
Name: TradeOption
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureString
Containing Schema: RETSCommons.xsd
Abstract
Documentation:
Text describing the conditions of a sale contract that contains the right to purchase the property via a trade for another property within a specific time frame.
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureString in schema primitives_xsd Drilldown into present in schema primitives_xsdXSD Diagram of TradeOption in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="TradeOption">
    <xs:annotation>
        <xs:documentation>
				Text describing the conditions of a sale contract that contains
				the right to purchase the property via a trade for another
				property within a specific time frame.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="commons:SecureString">
            <xs:attribute ref="commons:present" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
present commons:present (Optional)
Collapse Derivation Tree:
Collapse References:
commons:TradeOption