Italy: Province for Supplier's Business

You can specify the State or Province for Italian Supplier's business.

Use the BusinessRegistrationProvinceCode (Extn) Extension to specify the province.

Italian Specification

DetailValue
Italian Specification 1.2.4.1 (Ufficio)

Element

ElementDescription
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/UBLExtensions/ UBLExtension/ExtensionContent/PartyLegalEntityExtension/BusinessRegistrationProvinceCodeSpecify one of the ISO 3166-2:IT codes.

Restrictions

🚧

Warning

You can also use codes that represent provinces, free municipal consortiums, metropolitan cities, decentralized regional entities, and autonomous provinces.

Example

The following example specifies IT-VR:

<ubl:Invoice>
    <cac:AccountingSupplierParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyLegalEntity>
                <cec:UBLExtensions>
                    <cec:UBLExtension>
                        <cec:ExtensionContent>
                            <vrbl:PartyLegalEntityExtension>
                                <!-- Code omitted for clarity -->
                                <vrbl:BusinessRegistrationProvinceCode>IT-VR</vrbl:BusinessRegistrationProvinceCode>
                                <!-- Code omitted for clarity -->
                            </vrbl:PartyLegalEntityExtension>                            
                        </cec:ExtensionContent>
                    </cec:UBLExtension>
                </cec:UBLExtensions>
            </cac:PartyLegalEntity>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingSupplierParty>
</ubl:Invoice>