complexType "LoanContractSummary"
Namespace:
Content:
complex, 1 attribute, 8 elements
Defined:
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (8):
amount (defined in LoanContractSummary complexType),
contractId (defined in ContractIdentifier complexType),
effectiveDate (defined in LoanContractSummary complexType),
facilityReference (defined in LoanContractIdentifier complexType),
partyReference (defined in ContractIdentifier complexType),
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
A short form of a loan contract.
Type Definition Detail
Type Derivation Tree
ContractIdentifier (extension)
  LoanContractIdentifier (extension)
      LoanContractSummary
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LoanContractSummary">
<xsd:complexContent>
<xsd:extension base="LoanContractIdentifier">
<xsd:sequence>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:sequence>
<xsd:element name="borrowerPartyReference" type="PartyReference"/>
<xsd:element minOccurs="0" name="guarantorPartyReference" type="PartyReference"/>
</xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/8)
amount
Type:
MoneyWithParticipantShare, complex content
XML Source (see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

borrowerPartyReference
Type:
PartyReference, empty content
A reference to the borrower against a loan contract.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="borrowerPartyReference" type="PartyReference"/>

effectiveDate
Type:
xsd:date, predefined, simple content
The effective date of the loan contract. This is the date on which the funds are passed to the borrower. It is an actual (adjusted) date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

guarantorPartyReference
Type:
PartyReference, empty content
Party references to any guarantors associated with the facility borrower.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="guarantorPartyReference" type="PartyReference"/>

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.