XML Schema Documentation

Complex Type: VersionedContractId

[Table of contents]

Super-types: None
Sub-types: None
Name VersionedContractId
Used by (from the same schema document) Complex Type ContractIdentifier
Abstract no
Documentation Contract Id with Version Support
XML Instance Representation
<...>
<contractId> ContractId </contractId> [1]
<version> xsd:nonNegativeInteger </version> [1]

'The version number'

<effectiveDate> IdentifiedDate </effectiveDate> [0..1]

'Optionally it is possible to specify a version effective date when a versionId is supplied.'

</...>
Diagram
type_ContractId
Schema Component Representation
<xsd:complexType name="VersionedContractId">
<xsd:sequence>
<xsd:element name="contractId" type=" ContractId "/>
<xsd:group ref=" VersionHistory.model "/>
</xsd:sequence>
</xsd:complexType>