complexType "LoanCovenantObligationMetric"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
value (defined in LoanCovenantObligationMetric complexType),
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A structure to describe the metric of target criteria of a covenant obligation.
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType abstract="false" name="LoanCovenantObligationMetric">
<xsd:sequence>
<xsd:sequence maxOccurs="2">
<xsd:element name="value" type="NonNegativeDecimal"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="metricType" type="LoanCovenantObligationMetricType"/>
<xsd:element minOccurs="0" name="metricAdjustment" type="LoanCovenantObligationMetricAdjustment"/>
</xsd:sequence>
<xsd:element minOccurs="0" name="calculationDetails" type="LoanCovenantObligationMetricCalculationDetails"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
calculationDetails
Type:
A structure to describe the detail of the calculation of the target criteria of a covenant obligation (based on financial statement and/or balance sheet value types).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="calculationDetails" type="LoanCovenantObligationMetricCalculationDetails"/>

metricAdjustment
Type:
A structure to optionally describe an adjustment or modification consideration for the metric type described.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="metricAdjustment" type="LoanCovenantObligationMetricAdjustment"/>

metricType
Type:
A structure used to describe a loan covenant obligation metric type, described by a scheme.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="metricType" type="LoanCovenantObligationMetricType"/>

value
Type:
NonNegativeDecimal, simple content
A metric value of the covenant obligation.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="value" type="NonNegativeDecimal"/>

valueType
Type:
The type of metric value of the covenant obligation, described by an enumeration.
Simple Content
enumeration of xsd:token
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 (1); see within schema source)

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.