<xsd:simpleType name="LoanTradingAssocEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">A list that defines the loan trading association responsible for defining the standardized legal framework that governs the trade.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="LMA">
<xsd:annotation>
<xsd:documentation xml:lang="en">Loan Market Association (UK).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="LSTA">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Loan Syndications and Trading Association (US).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|