<xsd:complexType name="ContractAmendment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details of the amendment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="contract" type="Contract">
<xsd:annotation>
<xsd:documentation>A fulll description of the amended contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="agreementDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation>The date on which the change was agreed.</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 name="payment" type="Payment" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Describes a payment made in settlement of the change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|