complexType "Borrowing"
Namespace:
Content:
complex, 13 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (13):
agentPartyReference (defined in BusinessEventParties.model group),
amount (in borrowing),
borrowerPartyReference (defined in BusinessEventParties.model group),
cashPayable,
comment (defined in AbstractLoanEvent complexType),
conditionsPrecedentMet,
correctedEventIdentifier,
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
lenderPartyReference (defined in LenderAndCashDetails.model group),
loanContractReference (defined in AbstractLoanContractEvent complexType),
parentEventIdentifier,
previousEventIdentifier
All Direct / Indirect Based Elements (1):
borrowing
Known Usage Locations
Annotation
An event representing a principal borrowing is being requested by the borrower.
Type Definition Detail
Type Derivation Tree
AbstractLoanEvent (extension)
      AbstractLoanContractEvent (extension)
          Borrowing
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="Borrowing">
<xsd:complexContent>
<xsd:extension base="AbstractLoanContractEvent">
<xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
<xsd:element minOccurs="0" name="conditionsPrecedentMet" type="ConditionsPrecedentMetEnum"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/13)
amount
Type:
MoneyWithParticipantShare, complex content
XML Source (see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

conditionsPrecedentMet
Type:
An enumeration which describes whether the conditions precedent have been met, not met or been waived. Please note: this field in not required since conditions precedent may not be applicable in certain scenarios.
Simple Content
enumeration of xsd:token
Enumeration:
"No"
 - 
Conditions precedent have not been met.
"Waived"
 - 
The requirement for conditions precedent were waived.
"Yes"
 - 
Conditions precedent have been met.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="conditionsPrecedentMet" type="ConditionsPrecedentMetEnum"/>

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.