<xs:complexType name="CounterOffer">
<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:element name="CounterOffer" type="offer:CounterCounterOffer" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="offer:offerStatus" use="required" />
<xs:attribute name="otherStatusDescription" type="xs:string" />
<xs:attribute ref="offer:offerId" use="required" />
</xs:complexType>
|