<xsd:complexType name="ChangeContract" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">Abstract base class for changes to a Contract.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="contractReference" type="ContractReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of the Contract which is subject to change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="date" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the the parties enter into the change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the change becomes effective.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="payment" type="Payment" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Payment for the right to change the Contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|