Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:PartyTaxScheme
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:PartyTaxScheme

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:PartyTaxSchemeType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:RegistrationName [0..1]The name of the party as registered with the relevant fiscal authority.
    3. cbc:CompanyID [0..1]An identifier for the party assigned for tax purposes by the taxation authority.
    4. cbc:TaxLevelCode [0..1]A code signifying the tax level applicable to the party within this taxation scheme.
    5. cbc:ExemptionReasonCode [0..1]A reason for the party's exemption from tax, expressed as a code.
    6. cbc:ExemptionReason [0..*]A reason for the party's exemption from tax, expressed as text.
    7. cac:RegistrationAddress [0..1]The address of the party as registered for tax purposes.
    8. cac:TaxScheme [1..1]The taxation scheme applicable to the party.

Attributes

None

Used in

Sample instance

<cac:PartyTaxScheme>
   <cbc:RegistrationName>Farthing Purchasing Consortium</cbc:RegistrationName>
   <cbc:CompanyID>175 269 2355</cbc:CompanyID>
   <cbc:ExemptionReason>N/A</cbc:ExemptionReason>
   <cac:TaxScheme>
      <cbc:ID>VAT</cbc:ID>
      <cbc:TaxTypeCode>VAT</cbc:TaxTypeCode>
   </cac:TaxScheme>
</cac:PartyTaxScheme>