XML Schema Documentation

Complex Type: ContractReference

[Table of contents]

Super-types: None
Sub-types: None
Name ContractReference
Used by (from the same schema document) Complex Type ChangeContract , Model Group ContractNovationDetails.model , Model Group ContractNovationDetails.model , Model Group ContractNovationDetails.model , Model Group ContractOrContractReference.model
Abstract no
Documentation A type which contains identifiers to a single contract, which are assigned by parties to the contract.
XML Instance Representation
<...>
<identifier> ContractIdentifier </identifier> [1..*]

'A contract identifier which is assigned by a party to the contract.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ContractReference">
<xsd:sequence>
<xsd:element name="identifier" type=" ContractIdentifier " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>