<xsd:simpleType name="ConditionsPrecedentMetEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Defines whether conditions precedent have been met in a given syndicated loan deal.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="No">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Conditions precedent have not been met.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Waived">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The requirement for conditions precedent were waived.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Yes">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Conditions precedent have been met.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|