XML Schema Documentation

Complex Type: ContractInformation

[Table of contents]

Super-types: None
Sub-types: None
Name ContractInformation
Used by (from the same schema document) Complex Type ContractHeader
Abstract no
Documentation A type defining additional contract information issued by the indicated party. This type will typically be used as an extension point for contract processing information, in the same way that an extension point is provided for trade processing information.
XML Instance Representation
<...>
<partyReference> PartyReference </partyReference> [1]

'Identifies that party that has ownership of this information.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ContractInformation">
<xsd:sequence>
<xsd:element name="partyReference" type=" PartyReference "/>
</xsd:sequence>
</xsd:complexType>