XML Schema Documentation

Complex Type: VersionedTradeId

[Table of contents]

Super-types: None
Sub-types: None
Name VersionedTradeId
Used by (from the same schema document) Complex Type TradeIdentifier
Abstract no
Documentation Trade Id with Version Support
XML Instance Representation
<...>
<tradeId> TradeId </tradeId> [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_TradeId
Schema Component Representation
<xsd:complexType name="VersionedTradeId">
<xsd:sequence>
<xsd:element name="tradeId" type=" TradeId "/>
<xsd:group ref=" VersionHistory.model "/>
</xsd:sequence>
</xsd:complexType>