<xsd:complexType name="ContractAmendedCancelled">
<xsd:annotation>
<xsd:documentation xml:lang="en">Notification that an Amendment to the Contract has been subject to Cancellation.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:element name="contractReference" type="ContractReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of a single Contract which is the subject of this message. Each Party may provide one to many identifiers for this contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amendment" type="ContractAmendment" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Details of the amendment being cancelled</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="paymentDetails" type="PaymentDetails" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details of the payments, like amount breakdowns, settlement information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="party" type="Party" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of the Parties to this Contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|