<xsd:complexType name="ExposureUnderlyingAsset">
<xsd:annotation>
<xsd:documentation xml:lang="en">A description of the underlying asset of the transaction</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="description" type="NormalizedString" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A textual description of the asset that underlies the exposure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element ref="underlyingAsset" />
<xsd:element name="instrumentId" type="InstrumentId" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of the underlying asset, using public and/or private identifiers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|