complexType "LoanLegalAction"
Namespace:
Content:
complex, 1 attribute, 10 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (10):
approval (defined in LoanLegalAction complexType),
dealReference (defined in LoanLegalActionSummary complexType),
facilityReference (defined in LoanLegalActionSummary complexType),
legalActionId (defined in LegalActionIdentifier complexType),
name (defined in LegalActionIdentifier complexType),
partyReference (defined in LegalActionIdentifier complexType),
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A syndicated bank loan legal action definition.
Type Definition Detail
Type Derivation Tree
  LoanLegalActionSummary (extension)
      AbstractLoanLegalAction (extension)
          LoanLegalAction
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LoanLegalAction">
<xsd:complexContent>
<xsd:extension base="AbstractLoanLegalAction">
<xsd:sequence>
<xsd:element name="approval" type="ActionApproval"/>
<xsd:sequence minOccurs="0">
<xsd:element name="before" type="LoanLegalStructureBefore"/>
<xsd:element name="after" type="LoanLegalStructureAfter"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/10)
after
Type:
LoanLegalStructureAfter, complex content
Structure to describe the asset after the legal action.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="after" type="LoanLegalStructureAfter"/>

approval
Type:
ActionApproval, complex content
A structure to describe the approval of the legal action, including votes required for approval and the approval deadline date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="approval" type="ActionApproval"/>

before
Type:
LoanLegalStructureBefore, complex content
Structure to describe the asset before the legal action.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="before" type="LoanLegalStructureBefore"/>

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.