<xsd:complexType name="StrategyComponentIdentification">
<xsd:annotation>
<xsd:documentation xml:lang="en">Associates trade identifiers with components of a strategy.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="tradeIdentifierReference" type="PartyTradeIdentifierReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to a party trade ID.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="componentReference" type="ProductReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to a component of the strategy (typically a product).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|