<xsd:complexType name="VersionedTradeId">
<xsd:annotation>
<xsd:documentation xml:lang="en">Trade Id with Version Support</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="tradeId" type="TradeId" minOccurs="0" />
<xsd:group ref="VersionHistory.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The version of the trade id. The tradeId is versioned and not the trade.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|