complexType "LoanCovenantObligationMetricAdjustment"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure to describe adjustments to a covenant obligation metric (e.g. previous quarter, previous month, etc.)
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="false" name="LoanCovenantObligationMetricAdjustment">
<xsd:sequence>
<xsd:element name="type" type="MetricAdjustmentType"/>
<xsd:element minOccurs="0" name="amount" type="xsd:integer"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
amount
Type:
xsd:integer, predefined, simple content
An element to optionally detail the number of units described by the metric adjustment type (e.g. if metric adjustment type is previous quarter, this element describes number of quarters).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="amount" type="xsd:integer"/>

type
Type:
MetricAdjustmentType, simple content
A metric adjustment value type, based on a scheme (e.g. previous quarter(s), previous month(s), rolling month(s), etc.)
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="MetricAdjustmentType"/>

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.