Definition Type: ComplexType
Name: MortgageAmountType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureMoney
Containing Schema: Financial.xsd
Abstract
Documentation:
The total amount of a loan secured by the collateral of some specified real estate property that the borrower is obliged to pay back with predetermined set of payments. Currency attribute provides the formatting information.
Collapse XSD Schema Diagram:
Drilldown into currencyCode in schema primitives_xsd Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureMoney in schema primitives_xsdXSD Diagram of MortgageAmountType in schema financial_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="MortgageAmountType">
    <xs:annotation>
        <xs:documentation>
				The total amount of a loan secured by the
				collateral of some specified real estate
				property that the borrower is obliged to
				pay back with predetermined set of payments.
				Currency attribute provides the
				formatting information.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="commons:SecureMoney" />
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
currencyCode commons:currencyCode Optional
Collapse Derivation Tree:
Collapse References:
commons:MortgageAmount