Malaysia: States

Malaysia requires that you include the code for the State for addresses within the country.

Use the CountrySubentityCode element to specify the State.

Elements

ElementDescription
Invoice/AccountingSupplierParty/Party/PostalAddress/CountrySubentityCodeSupplier's State.
Invoice/AccountingCustomerParty/Party/PostalAddress/CountrySubentityCodeCustomer's State.
Invoice/Delivery/DeliveryLocation/Address/CountrySubentityCodeShipping recipient's State

Restrictions

  • Only the codes specified here by the Malaysian Tax Authority are allowed. You can use the ISO code or the VRBL version, as listed in the following table.
  • Whichever set of codes you use, ensure that you use the same codes in all your Documents.

Values

VRBLISO 3166-2Name
VRBL:MY:00_N/A_All States
VRBL:MY:0101Johor
VRBL:MY:0202Kedah
VRBL:MY:0303Kelantan
VRBL:MY:0404Melaka
VRBL:MY:0505Negeri Sembilan
VRBL:MY:0606Pahang
VRBL:MY:0707Pulau Pinang
VRBL:MY:0808Perak
VRBL:MY:0909Perlis
VRBL:MY:1010Selangor
VRBL:MY:1111Terengganu
VRBL:MY:1212Sabah
VRBL:MY:1313Sarawak
VRBL:MY:1414Wilayah Persekutuan Kuala Lumpur
VRBL:MY:1515Wilayah Persekutuan Labuan
VRBL:MY:1616Wilayah Persekutuan Putrajaya
VRBL:MY:17_N/A_Not Applicable

Example

The following example specifies 14 for the State of Wilayah Persekutuan in Kuala Lumpur:

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:AccountingCustomerParty>
		<cac:Party>
			<!-- Code omitted for clarity -->
			<cac:PostalAddress>
				<!-- Code omitted for clarity -->
				<cbc:CountrySubentityCode>VRBL:MY:14</cbc:CountrySubentityCode>
				<!-- Code omitted for clarity -->
			</cac:PostalAddress>			
			<!-- Code omitted for clarity -->
		</cac:Party>
	</cac:AccountingCustomerParty>
	<!-- Code omitted for clarity -->
</ubl:Invoice>