India IRP: HSN Code

You can model HSN, SAC, Code of Goods or Service codes for an item.

Elements

Use the following sub-elements of the CommodityClassificationCode element to model this information:

Name (Path)CardinalityDescription
Commodity Classification (/Invoice/InvoiceLine/ CommodityClassificationCode)0..1A group of elements providing information about the items classification by type or nature.
Commodity Classification - Item Classification Identifier (/Invoice/InvoiceLine/CommodityClassificationCode/ ItemClassificationCode)1..1Specify one: HSN, SAC, Code of Goods or Service.
Commodity Classification - Item Classification Scheme Identifier (/Invoice/InvoiceLine/CommodityClassificationCode/ ItemClassificationCode @schemeID)1..1Specify HS.

Example

<Invoice>
    <!-- code omitted for clarity -->
	 <cac:InvoiceLine>
		<!-- code omitted for clarity -->
		<cac:Item>
			<!-- code omitted for clarity -->
			<cac:CommodityClassification>
				<cbc:ItemClassificationCode listID="HS">1001</cbc:ItemClassificationCode>
			</cac:CommodityClassification>
			<!-- code omitted for clarity -->
		</cac:Item>
		<!-- code omitted for clarity -->
	</cac:InvoiceLine>				
    <!-- code omitted for clarity -->
</Invoice>