Malaysia MYS: Category of Products or Services Code
You must use the codes specified by the Malaysian Tax Authority to classify your goods.
Category of products or services code list must be provided in the commodity classification group.
You specify a code to represent the product in the ItemClassificationCode element. You must also specify VRBL:MY:CLASS as the value in the @listID attribute value.
Elements
| Element | Description |
|---|---|
/Invoice/InvoiceLine/Item/CommodityClassification/ ItemClassificationCode | Use the VRBL:MY:{Code} format. |
/Invoice/InvoiceLine/Item/CommodityClassification/ ItemClassificationCode[@listID='VRBL:MY:CLASS'] | Use VRBL:MY:CLASS as the listID attribute |
Restrictions
The following restrictions apply to the value that you specify in the ItemClassificationCode element:
- You must use the codes specified by the Malaysian Tax Authority on the Classification Codes page.
- You must use the
VRBL:MY:prefix with these codes. For exampleVRBL:MY:003.
The following restrictions apply to @listID attribute:
- You must use
VRBL:MY:CLASSas the value in the@listIDattribute value. - These values are not UNCL7143 compliant.
Example
This example specifies VRBL:MY:003 for the code:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:InvoiceLine>
<!-- Code omitted for clarity -->
<cac:Item>
<!-- Code omitted for clarity -->
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="VRBL:MY:CLASS">VRBL:MY:003</cbc:ItemClassificationCode>
</cac:CommodityClassification>
<!-- Code omitted for clarity -->
</cac:Item>
<!-- Code omitted for clarity -->
</cac:InvoiceLine>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 1 month ago
