complexType "CashPayable"
Namespace:
Content:
complex, 6 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 (6):
payerPartyReference (defined in Payer.model group),
All Direct / Indirect Based Elements (1):
cashPayable
Known Usage Locations
Annotation
This structure represents payable cash, together with reference to any withholding tax being applied.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="CashPayable">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model"/>
<xsd:element name="netAmount" type="NonNegativeMoney"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="taxWithholding" type="TaxWithholding"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
netAmount
Type:
NonNegativeMoney, complex content
The cash amount payable, net of all tax withholding. This amount represents the funds to be wired from 'payer' to 'receiver' as a result of the underlying business event.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="netAmount" type="NonNegativeMoney"/>

taxWithholding
Type:
TaxWithholding, complex content
Details of the tax being withheld.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="taxWithholding" type="TaxWithholding"/>

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.