complexType "OutstandingContractsStatement"
Namespace:
Content:
complex, 3 attributes, 14 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (14):
comments (defined in AbstractLoanStatement complexType),
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
sequenceNumber (defined in Sequence.model group),
validation (defined in Validation.model group),
validation (defined in Validation.model group)
All Direct / Indirect Based Elements (1):
outstandingContractsStatement
Known Usage Locations
Annotation
A collection of outstanding loan contract and/or letter of credit structures belonging to a single facility.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractLoanStatement (extension)
                  OutstandingContractsStatement
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="OutstandingContractsStatement">
<xsd:complexContent>
<xsd:extension base="AbstractLoanStatement">
<xsd:sequence>
<xsd:element name="facilityIdentifier" type="FacilityIdentifier"/>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="loanContract" type="LoanContract"/>
<xsd:element name="letterOfCredit" type="LetterOfCredit"/>
</xsd:choice>
<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/14)
facilityIdentifier
Type:
FacilityIdentifier, complex content
The facility 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="FacilityIdentifier"/>

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

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

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.