Definition Type: Element
Name: Loan
Namespace: http://rets.org/xsd/Transactions/2007-08
Containing Schema: Transactions.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into LoanOfficers in schema transactions_xsd Drilldown into PaymentStartDate in schema transactions_xsd Drilldown into Rate in schema transactions_xsd Drilldown into Term in schema transactions_xsd Drilldown into MonthlyPayment in schema transactions_xsd Drilldown into Lender in schema transactions_xsd Drilldown into LoanAmount in schema transactions_xsd Drilldown into LoanNumber in schema transactions_xsd Drilldown into Status in schema transactions_xsdXSD Diagram of Loan in schema transactions_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Loan" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="LoanAmount" />
            <xs:element name="Lender" />
            <xs:element name="MonthlyPayment" />
            <xs:element name="Term" />
            <xs:element name="Rate" />
            <xs:element name="PaymentStartDate" />
            <xs:element name="LoanOfficers">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="LoanOfficer" type="commons:ContactablePerson" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="Status" type="xs:string" use="required" />
        <xs:attribute name="LoanNumber" type="xs:string" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LoanAmount trans:LoanAmount (1) (1)
Lender trans:Lender (1) (1)
MonthlyPayment trans:MonthlyPayment (1) (1)
Term trans:Term (1) (1)
Rate trans:Rate (1) (1)
PaymentStartDate trans:PaymentStartDate (1) (1)
LoanOfficers trans:LoanOfficers (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Status trans:Status Required
LoanNumber trans:LoanNumber Required