complexType "Borrowing"
Namespace:
Content:
complex, 14 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (14):
comment (defined in AbstractLoanEvent complexType),
effectiveDate (defined in AbstractLoanServicingEvent complexType),
eventIdentifier (defined in AbstractLoanEvent complexType),
All Direct / Indirect Based Elements (1):
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/14)
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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.