Definition Type: ComplexType
Name: MortgageConditionsType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Financial.xsd
Abstract
Documentation:
A string describing conditions attached to the mortgage.
Collapse XSD Schema Diagram:
Drilldown into MortgageCondition in schema financial_xsdXSD Diagram of MortgageConditionsType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="MortgageConditionsType">
    <xs:annotation>
        <xs:documentation>
				A string describing conditions attached to
				the mortgage.
			</xs:documentation>
        <xs:appinfo>
				Contact seller for more details
			</xs:appinfo>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="MortgageCondition" type="xs:string" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100091</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MortgageCondition commons:MortgageCondition 0 unbounded