Definition Type: Element
Name: Payoff
Namespace: http://rets.org/xsd/Transactions/2007-08
Containing Schema: Transactions.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema transactions_xsd Drilldown into DatePaid in schema transactions_xsd Drilldown into Amount in schema transactions_xsd Drilldown into Payee in schema transactions_xsd Drilldown into category in schema transactions_xsdXSD Diagram of Payoff in schema transactions_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Payoff">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Payee" />
            <xs:element name="Amount" />
            <xs:element name="DatePaid" />
            <xs:element name="Description" />
        </xs:sequence>
        <xs:attribute name="category" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Payee trans:Payee (1) (1)
Amount trans:Amount (1) (1)
DatePaid trans:DatePaid (1) (1)
Description trans:Description (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
category trans:category (Optional)