Malaysia: Supplier's Standard Industrial Classification Code (MSIC)
You musty specify an industrial classification code and descriptions for goods on Malaysian invoices.
Use the IndustryClassificationCode
element to model the code and description.
Elements
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/IndustryClassificationCode | Specify the Malaysian classification code. |
Invoice/AccountingSupplierParty/Party/IndustryClassificationCode [@name] | Enter a description for the goods in the @name attribute. |
Restrictions
- You must use one of the codes approved by the Malaysian Tax Authority on Malaysian Standard Industrial Classifications website.
- You must use the
VRBL:MY:
prefix with these codes. For exampleVRBL:MY:01111
.
Example
The following example specifies "Growing of maize"
as the name
attribute and VERBL:MY:01111
as the Classification Code:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cbc:IndustryClassificationCode name="Growing of maize">VRBL:MY:01111</cbc:IndustryClassificationCode>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 2 months ago