<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" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to a party trade ID. If there are multiple trade IDs for a single component (e.g. USI, UTI, party-specific identifier), create a single "strategyComponentIdentifier" with a reference to the component, and multiple tradeIdentifierReferences, one referencing each applicable identifier.</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>
|