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

ElementDescription
Invoice/AccountingSupplierParty/Party/IndustryClassificationCodeSpecify the Malaysian classification code.
Invoice/AccountingSupplierParty/Party/IndustryClassificationCode [@name]Enter a description for the goods in the @name attribute.

Restrictions

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>