simpleType "ObligationCategoryEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Payment"
 - 
ISDA term "Payment".
"BorrowedMoney"
 - 
ISDA term "Borrowed Money".
"ReferenceObligationsOnly"
 - 
ISDA term "Reference Obligations Only".
"Bond"
 - 
ISDA term "Bond".
"Loan"
 - 
ISDA term "Loan".
"BondOrLoan"
 - 
ISDA term "Bond or Loan".

All Direct / Indirect Based Elements (2):
category (defined in DeliverableObligations complexType), category (defined in Obligations complexType)
Known Usage Locations
Annotation
Used in both the obligations and deliverable obligations of the credit default swap to represent a class or type of securities which apply.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  ObligationCategoryEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Payment"
 - 
ISDA term "Payment".
"BorrowedMoney"
 - 
ISDA term "Borrowed Money".
"ReferenceObligationsOnly"
 - 
ISDA term "Reference Obligations Only".
"Bond"
 - 
ISDA term "Bond".
"Loan"
 - 
ISDA term "Loan".
"BondOrLoan"
 - 
ISDA term "Bond or Loan".
XML Source (w/o annotations (7); see within schema source)
<xsd:simpleType name="ObligationCategoryEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Payment"/>
<xsd:enumeration value="BorrowedMoney"/>
<xsd:enumeration value="ReferenceObligationsOnly"/>
<xsd:enumeration value="Bond"/>
<xsd:enumeration value="Loan"/>
<xsd:enumeration value="BondOrLoan"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.