complexType "CovenantObligationSummary"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
effectiveDate (defined in CovenantObligationSummary complexType),
name (defined in CovenantObligationIdentifier complexType),
Known Direct Subtypes (1):
Known Indirect Subtypes (2):
All Direct / Indirect Based Elements (3):
covenant (defined in Deal complexType),
Known Usage Locations
Annotation
A covenant obligation definition.
Type Definition Detail
Type Derivation Tree
  CovenantObligationSummary
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="CovenantObligationSummary">
<xsd:complexContent>
<xsd:extension base="CovenantObligationIdentifier">
<xsd:sequence>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:element name="obligatedParty" type="PartyReference"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
effectiveDate
Type:
xsd:date, predefined, simple content
The start date of the covenant effectiveness.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

obligatedParty
Type:
PartyReference, empty content
Describes the party obligated by the loan covenant.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="obligatedParty" type="PartyReference"/>

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.