Definition Type: Element
Name: Payoffs
Namespace: http://rets.org/xsd/Transactions/2007-08
Containing Schema: Transactions.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Payoff in schema transactions_xsdXSD Diagram of Payoffs in schema transactions_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Payoffs">
    <xs:complexType>
        <xs:sequence>
            <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>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Payoff trans:Payoff (1) (1)