Definition Type: Element
Name: Appraisal
Namespace: http://rets.org/xsd/Transactions/2007-08
Containing Schema: Transactions.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into CompanyName in schema transactions_xsd Drilldown into ReceivedDateTime in schema transactions_xsd Drilldown into Appraiser in schema transactions_xsd Drilldown into DateRequested in schema transactions_xsd Drilldown into MaxAmount in schema transactions_xsd Drilldown into MinAmount in schema transactions_xsd Drilldown into Amount in schema transactions_xsdXSD Diagram of Appraisal in schema transactions_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Appraisal" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Amount" />
            <xs:element name="MinAmount" />
            <xs:element name="MaxAmount" />
            <xs:element name="DateRequested" />
            <xs:element name="Appraiser" type="commons:ContactablePerson" />
            <xs:element name="ReceivedDateTime" type="commons:SecureDateTime" minOccurs="0" />
            <xs:element name="CompanyName" type="commons:BusinessName" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount trans:Amount (1) (1)
MinAmount trans:MinAmount (1) (1)
MaxAmount trans:MaxAmount (1) (1)
DateRequested trans:DateRequested (1) (1)
Appraiser trans:Appraiser (1) (1)
ReceivedDateTime trans:ReceivedDateTime 0 (1)
CompanyName trans:CompanyName (1) (1)