China (GTS): Seller Party Identification Scheme ID

Configure the Seller Party Identification Scheme ID for your China documents.

Seller Party Identification Scheme ID

The scheme identifier of the party identification. Use VRBL:CN:CODE.

Element metadata

PathCardinalityUsageExample ValueFormat
Invoice/AccountingSupplierParty/Party/PartyIdentification/ID/@schemeID0..1MVRBL:CN:CODECode

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:AccountingSupplierParty>
    <!-- ... omitted for readability -->
    <cac:Party>
      <!-- ... omitted for readability -->
      <cac:PartyIdentification>
        <cbc:ID schemeID="VRBL:CN:CODE">00000000000000</cbc:ID>
      </cac:PartyIdentification>
    </cac:Party>
  </cac:AccountingSupplierParty>
</ubl:Invoice>

Did this page help you?