<xsd:group name="UnderlyingAssetOrReference.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Include or reference an underlying asset definition.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="underlyingAsset">
<xsd:annotation>
<xsd:documentation xml:lang="en">An underlying asset that defines the meaning of the value, i.e. the product that the value corresponds to. For example, this could be a caplet or simple european swaption.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="underlyingAssetReference" type="AssetReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to an underlying asset that defines the meaning of the value, i.e. the product that the value corresponds to. For example, this could be a caplet or simple european swaption.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|