<xsd:complexType name="ExposureType">
<xsd:annotation>
<xsd:documentation xml:lang="en">A code that describes the type of risk or exposure, based on the type of instrument that created the exposure. For example, values might include Outright, Basis, or Index for swaps, or BasketOption, or StaircaseOption for options.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="exposureTypeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/exposure-type" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|