complexType "WithholdingTaxTerms"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
jurisdiction?, rate?
</...>
Content Model Elements (2):
jurisdiction (in withholdingTaxTerms), rate (in withholdingTaxTerms)
All Direct / Indirect Based Elements (1):
withholdingTaxTerms
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="WithholdingTaxTerms">
<xsd:sequence>
<xsd:element minOccurs="0" name="jurisdiction" type="CountryCode"/>
<!-- referencing Country Code Scheme -->
<xsd:element minOccurs="0" name="rate" type="PositiveDecimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
jurisdiction
Type:
CountryCode, simple content
Simple Content
xsd:token
XML Source (see within schema source)
<xsd:element minOccurs="0" name="jurisdiction" type="CountryCode"/>

rate
Type:
PositiveDecimal, simple content
Simple Content
xsd:decimal
minExclusive:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="rate" type="PositiveDecimal"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.