complexType "LoanLegalActionSummary"
Namespace:
Content:
complex, 1 attribute, 7 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (7):
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),
Known Direct Subtypes (1):
Known Indirect Subtypes (1):
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
A syndicated bank loan legal action definition summary.
Type Definition Detail
Type Derivation Tree
  LoanLegalActionSummary
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LoanLegalActionSummary">
<xsd:complexContent>
<xsd:extension base="LegalActionIdentifier">
<xsd:sequence>
<xsd:element name="actionDetails" type="LoanLegalActionDetails"/>
<xsd:choice>
<xsd:element name="dealReference" type="DealReference"/>
<xsd:element maxOccurs="unbounded" name="facilityReference" type="FacilityReference"/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/7)
actionDetails
Type:
LoanLegalActionDetails, complex content
Structure to describe the details of the legal action.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="actionDetails" type="LoanLegalActionDetails"/>

dealReference
Type:
DealReference, empty content
Reference to the deal impacted by the legal action.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dealReference" type="DealReference"/>

facilityReference
Type:
FacilityReference, empty content
Reference to the facility or facilities impacted by the legal action.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="facilityReference" type="FacilityReference"/>

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.