Definition Type: Element
Name: TaxAdjustment
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InformationalAmount in schema papinetcommondefsv2r40_xsd Drilldown into TaxLocation in schema papinetcommondefsv2r40_xsd Drilldown into TaxAmount in schema papinetcommondefsv2r40_xsd Drilldown into TaxPercent in schema papinetcommondefsv2r40_xsd Drilldown into TaxType in schema papinetcommondefsv2r40_xsd Drilldown into TaxCategoryType in schema papinetcommondefsv2r40_xsdXSD Diagram of TaxAdjustment in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="TaxAdjustment">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="TaxPercent" minOccurs="0" />
            <xs:element ref="TaxAmount" minOccurs="0" />
            <xs:element ref="TaxLocation" />
            <xs:element ref="InformationalAmount" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="TaxCategoryType" type="taxCategoryType" />
        <xs:attribute name="TaxType" type="taxType" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TaxPercent pn:TaxPercent 0 (1)
TaxAmount pn:TaxAmount 0 (1)
TaxLocation pn:TaxLocation (1) (1)
InformationalAmount pn:InformationalAmount 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
TaxCategoryType pn:TaxCategoryType (Optional)
TaxType pn:TaxType Required