<xsd:complexType name="ContractIncreasedCancelled">
<xsd:annotation>
<xsd:documentation>A Notification that an Increase event is cancelled.</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">Reference to the contract affected by the cancellation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="increase" type="ChangeContractSize" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details of the Increase being cancelled.</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>
|