XML Schema Documentation

Complex Type: ContractTermination

[Table of contents]

Super-types: ChangeContract < ContractTermination (by extension)
Sub-types: None
Name ContractTermination
Abstract no
Documentation Contract Termination Details.
XML Instance Representation
<...>
<contractReference> ContractReference </contractReference> [1]

'Identification of the Contract which is subject to change.'

<date> xsd:date </date> [1]

'The date on which the the parties enter into the change.'

<effectiveDate> xsd:date </effectiveDate> [1]

'The date on which the change becomes effective.'

<payment> Payment </payment> [0..1]

'Payment for the right to change the Contract.'

</...>
Diagram
type_ChangeContract
Schema Component Representation
<xsd:complexType name="ContractTermination">
<xsd:complexContent>
<xsd:extension base=" ChangeContract "/>
</xsd:complexContent>
</xsd:complexType>