<xsd:complexType name="FloatingRateIndexLoan">
<xsd:annotation>
<xsd:documentation xml:lang="en">A subset of the ISDA Floating Rate Option scheme, i.e. the floating rate index. These indexes are the ones used by the syndicated loan market.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="floatingRateIndexScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/floating-rate-index-loan" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|