simpleType "LoanCovenantObligationMetricValueTypeEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Maximum"
 - 
Indicates the maximum value for a specific covenant obligation metric.
"Minimum"
 - 
Indicates the minimum value for a specific covenant obligation metric.
"Precise"
 - 
Indicates the precise value for a specific covenant obligation metric.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A list of types that a loan covenant obligation metric can be (i.e. maximum amount, minimum amount, precise amount).
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  LoanCovenantObligationMetricValueTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Maximum"
 - 
Indicates the maximum value for a specific covenant obligation metric.
"Minimum"
 - 
Indicates the minimum value for a specific covenant obligation metric.
"Precise"
 - 
Indicates the precise value for a specific covenant obligation metric.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="LoanCovenantObligationMetricValueTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Maximum"/>
<xsd:enumeration value="Minimum"/>
<xsd:enumeration value="Precise"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.