Definition Type: ComplexType
Name: CounterCounterOffer
Namespace: http://rets.org/xsd/Offers/2007-08
Containing Schema: Offers.xsd
Abstract
Documentation:
TODO
Collapse XSD Schema Diagram:
Drilldown into OfferDetails in schema offers_xsd Drilldown into RespondedDateTime in schema offers_xsd Drilldown into ExpirationDateTime in schema offers_xsd Drilldown into ReceivedDateTime in schema offers_xsd Drilldown into OfferPrice in schema offers_xsd Drilldown into otherStatusDescription in schema offers_xsd Drilldown into offerStatus in schema offers_xsdXSD Diagram of CounterCounterOffer in schema offers_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="CounterCounterOffer">
    <xs:annotation>
        <xs:documentation>TODO</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="OfferPrice" type="offer:OfferPrice" />
        <xs:element name="ReceivedDateTime" type="commons:SecureDateTime" />
        <xs:element name="ExpirationDateTime" type="commons:SecureDateTime" />
        <xs:element name="RespondedDateTime" type="commons:SecureDateTime" />
        <xs:element name="OfferDetails" type="offer:OfferDetails" />
    </xs:sequence>
    <xs:attribute ref="offer:offerStatus" use="required" />
    <xs:attribute name="otherStatusDescription" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OfferPrice offer:OfferPrice (1) (1)
ReceivedDateTime offer:ReceivedDateTime (1) (1)
ExpirationDateTime offer:ExpirationDateTime (1) (1)
RespondedDateTime offer:RespondedDateTime (1) (1)
OfferDetails offer:OfferDetails (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
offerStatus offer:offerStatus Required
otherStatusDescription offer:otherStatusDescription (Optional)
Collapse Derivation Tree:
Collapse References:
offer:CounterOffer