complexType "OutstandingContractsStatement"
Namespace:
Content:
complex, 3 attributes, 13 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (13):
comments (defined in SyndicatedLoanStatement complexType),
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
party (defined in Parties.model group),
sequenceNumber (defined in Sequence.model group),
All Direct / Indirect Based Elements (1):
outstandingContractsStatement
Known Usage Locations
Annotation
Contains outstanding loan contract and/or letter of credit structures.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              SyndicatedLoanStatement (extension)
                  OutstandingContractsStatement
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="OutstandingContractsStatement">
<xsd:complexContent>
<xsd:extension base="SyndicatedLoanStatement">
<xsd:sequence>
<xsd:element name="facilityIdentifier" type="IdentifiedAsset"/>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="loanContract" type="LoanContract"/>
<xsd:element name="letterOfCredit" type="LetterOfCredit"/>
</xsd:choice>
<xsd:group ref="Parties.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/13)
facilityIdentifier
Type:
IdentifiedAsset, complex content
A facility identifier to which the loan contracts and/or letter of credits belong.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="facilityIdentifier" type="IdentifiedAsset"/>

letterOfCredit
Type:
LetterOfCredit, complex content
A set of complete letter of credit contract structures.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="letterOfCredit" type="LetterOfCredit"/>

loanContract
Type:
LoanContract, complex content
A set of complete loan contract structures.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="loanContract" type="LoanContract"/>

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