complexType "LoanLegalActionStatement"
Namespace:
Content:
complex, 3 attributes, 23 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"4"
   
>
   
Content: 
</...>
Content Model Elements (23):
comments (defined in AbstractLoanStatement complexType),
contract (defined in LoanContractDetails.model group),
contractIdentifier,
contractSummary,
correlationId,
deal (in loanLegalActionStatement),
dealIdentifier (defined in DealDetails.model group),
dealSummary,
facilityGroup,
facilityIdentifier (defined in FacilityDetails.model group),
facilitySummary,
header (defined in RequestMessage complexType),
isCorrection,
legalAction (in loanLegalActionStatement),
letterOfCredit (defined in LetterOfCreditDetails.model group),
letterOfCreditIdentifier,
letterOfCreditSummary,
onBehalfOf (defined in OnBehalfOf.model group),
parentCorrelationId,
party (in loanLegalActionStatement),
sequenceNumber (defined in Sequence.model group),
statementDate,
validation
All Direct / Indirect Based Elements (1):
loanLegalActionStatement
Known Usage Locations
Annotation
A loan legal action statement structure.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractLoanStatement (extension)
                  LoanLegalActionStatement
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LoanLegalActionStatement">
<xsd:complexContent>
<xsd:extension base="AbstractLoanStatement">
<xsd:sequence>
<xsd:element name="legalAction" type="LoanLegalAction"/>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:group ref="DealDetails.model"/>
<xsd:element name="deal" type="Deal"/>
</xsd:choice>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:group ref="FacilityDetails.model"/>
<xsd:sequence>
<xsd:element ref="facilityGroup"/>
</xsd:sequence>
</xsd:choice>
<xsd:group maxOccurs="unbounded" minOccurs="0" ref="LoanContractDetails.model"/>
<xsd:group maxOccurs="unbounded" minOccurs="0" ref="LetterOfCreditDetails.model"/>
</xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="party" type="Party"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/23)
deal
Type:
Deal, complex content
A complete deal structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="deal" type="Deal"/>

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

legalAction
Type:
LoanLegalAction, complex content
A complete legal action structure.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="legalAction" type="LoanLegalAction"/>

party
Type:
Party, complex content
A legal entity or a subdivision of a legal entity.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="party" type="Party"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.