complexType "TaxWithholding"
Namespace:
Content:
complex, 3 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
taxWithholding
Known Usage Locations
Annotation
A structure which defines the withholding tax being applied to a particular cash flow.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="TaxWithholding">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney"/>
<xsd:element minOccurs="0" name="taxRate" type="NonNegativeDecimal"/>
<xsd:element minOccurs="0" name="reason" type="WithholdingTaxReason"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
amount
Type:
NonNegativeMoney, complex content
The amount of withholding tax being applied.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeMoney"/>

reason
Type:
WithholdingTaxReason, simple content
A scheme used to identify the reason for withholding tax being applied to a cash flow.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="reason" type="WithholdingTaxReason"/>

taxRate
Type:
NonNegativeDecimal, simple content
The tax rate being applied to the associated cash flow.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="taxRate" type="NonNegativeDecimal"/>

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.