complexType "Borrowing"
Namespace:
Content:
complex, 12 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (12):
agentPartyReference (defined in BusinessEventParties.model group),
borrowerPartyReference (defined in BusinessEventParties.model group),
businessEventGroupId,
cashPayable,
comment,
conditionsPrecedentMet,
effectiveDate (defined in LoanEvent complexType),
eventIdentifier (defined in AbstractEventRequireId complexType),
lenderPartyReference,
loanContract (defined in Borrowing complexType),
loanContractReference (defined in LoanContractEvent complexType),
previousInaccurateEventId
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
An event describing the fact that a new loan contract (funded borrowing) has been requested by the borrower.
Type Definition Detail
Type Derivation Tree
AbstractEventRequireId (extension)
  LoanEvent (extension)
      LoanContractEvent (extension)
          Borrowing
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="Borrowing">
<xsd:complexContent>
<xsd:extension base="LoanContractEvent">
<xsd:sequence>
<xsd:element name="loanContract" type="LoanContract"/>
<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/12)
conditionsPrecedentMet
Type:
An enumeration which describes whether the condition precent 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"/>

loanContract
Type:
LoanContract, complex content
XML Source (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.