complexType "Deal"
Namespace:
Content:
complex, 1 attribute, 16 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (16):
covenant (defined in Deal complexType),
creditAgreementDate (defined in DealSummary complexType),
currency (defined in DealSummary complexType),
description (defined in IdentifiedAssetWithParty complexType),
instrumentId (defined in IdentifiedAssetWithParty complexType),
partyReference (defined in IdentifiedAssetWithParty complexType),
transferFee (defined in DealRules.model group)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A syndicated bank loan deal (credit agreement) definition.
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAssetWithParty (extension)
      DealIdentifier (extension)
          DealSummary (extension)
              Deal
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="Deal">
<xsd:complexContent>
<xsd:extension base="DealSummary">
<xsd:sequence>
<xsd:group ref="DealRules.model"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="covenant" type="LoanCovenantObligation"/>
<xsd:sequence maxOccurs="unbounded">
<xsd:element ref="facilityGroup"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/16)
covenant
Type:
LoanCovenantObligation, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="covenant" type="LoanCovenantObligation"/>

facilityGroup
Type:
AbstractFacility, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
substituted with 4 elements
XML Source (see within schema source)
<xsd:element ref="facilityGroup"/>

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.