<xsd:complexType name="ProductComponentIdentifier" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Added in error. Leftover from earlier proposal" xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">Deprecated: A type defining a USI for the a subproduct component of a strategy.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="premiumProductReference" type="ProductReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates which product within a strategy this ID is associated with.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="issuer" type="IssuerId" />
<xsd:element name="tradeId" type="TradeId" />
</xsd:sequence>
</xsd:complexType>
|