XML Schema Documentation

Complex Type: ContractAmendment

[Table of contents]

Super-types: None
Sub-types: None
Name ContractAmendment
Used by (from the same schema document) Complex Type ContractAmended , Complex Type ContractAmendedCancelled
Abstract no
Documentation Details of the amendment.
XML Instance Representation
<...>
<contract> Contract </contract> [1]

'A fulll description of the amended contract.'

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

'The date on which the change was agreed.'

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

'The date on which the change become effective'

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

'Describes a payment made in settlement of the change.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ContractAmendment">
<xsd:sequence>
<xsd:element name="contract" type=" Contract "/>
<xsd:element name="agreementDate" type=" xsd:date "/>
<xsd:element name="effectiveDate" type=" xsd:date "/>
<xsd:element name="payment" type=" Payment " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>