complexType "LoanContractSummary"
Namespace:
Content:
complex, 1 attribute, 11 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (11):
amount (defined in LoanContractSummary complexType),
borrowerPartyReference (defined in LoanContractSummary complexType),
contractId (defined in ContractIdentifier complexType),
contractId (defined in ContractIdentifier complexType),
effectiveDate (defined in LoanContractSummary complexType),
facilityReference (defined in FacilityContractIdentifier complexType),
guarantorPartyReference (defined in LoanContractSummary complexType),
partyReference (defined in ContractIdentifier complexType),
partyReference (defined in ContractIdentifier complexType),
versionedContractId (defined in ContractIdentifier complexType),
versionedContractId (defined in ContractIdentifier complexType)
Known Direct Subtypes (1):
LoanContract
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)
      LoanContractSummary
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LoanContractSummary">
<xsd:complexContent>
<xsd:extension base="FacilityContractIdentifier">
<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/11)
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 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.