Malaysia: 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

ElementDescription
/Invoice/InvoiceLine/Item/CommodityClassification/ ItemClassificationCodeUse 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 example VRBL:MY:003.

The following restrictions apply to @listID attribute:

  • You must use VRBL:MY:CLASS as the value in the@listID attribute 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>