<xsd:simpleType name="ObligationCategoryEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Used in both the obligations and deliverable obligations of the credit default swap to represent a class or type of securities which apply.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Payment">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">ISDA term "Payment".</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BorrowedMoney">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">ISDA term "Borrowed Money".</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ReferenceObligationsOnly">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">ISDA term "Reference Obligations Only".</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Bond">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">ISDA term "Bond".</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Loan">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">ISDA term "Loan".</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BondOrLoan">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">ISDA term "Bond or Loan".</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|