<xsd:complexType name="ContractChange">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details of the Contract's non-negotiated changes.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="oldContractIdentifier" type="PartyTradeIdentifier" />
<xsd:element name="oldContract" type="Contract" />
</xsd:choice>
<xsd:element name="contract" type="Contract">
<xsd:annotation>
<xsd:documentation>A fulll description of the changed contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation>The date on which the change become effective.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="changeEvent">
<xsd:annotation>
<xsd:documentation>Substitution point for types of change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="payment" type="Payment" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Describes a payment made in settlement of this change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|