<xsd:complexType name="ParticipationAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Generic type to represent amounts at the global (borrower's viewpoint) and the lender share (lender's viewpoint) levels.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="globalAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The global amount associated with either a business event or an asset balance amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shareAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">The lender's share amount associated with a business event or an asset balance amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|