<xs:complexType name="Offer">
<xs:annotation>
<xs:documentation>
TODO
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Buyers" type="offer:Buyers" />
<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:element name="CounterOffer" type="offer:CounterOffer" minOccurs="0" />
<xs:element name="Financing" type="offer:OfferFinancing" />
<xs:element name="AppraisalInfo" type="offer:AppraisalInfo" minOccurs="0" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="offer:offerStatus" use="required" />
<xs:attribute name="otherStatusDescription" />
<xs:attribute ref="offer:offerId" use="required" />
</xs:complexType>
|