XML Schema Documentation

Simple Type: ConditionsPrecedentEnum

[Table of contents]

Super-types: xsd:token < ConditionsPrecedentEnum (by restriction)
Sub-types: None
Name ConditionsPrecedentEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Yes'|'No'|'Waived'}
Documentation Defines whether conditions precedent have been met in a given syndicated loan deal.
Diagram
Schema Component Representation
<xsd:simpleType name="ConditionsPrecedentEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Yes"/>
<xsd:enumeration value="No"/>
<xsd:enumeration value="Waived"/>
</xsd:restriction>
</xsd:simpleType>