Italy: Supplier Sole Proprietor

You can indicate whether an Italian Supplier is a sole proprietor.

If an Italian Supplier is the only owner of the business, you can indicate this.

Use the SoleProprietorshipIndicator sub-element of the Party element to do so.

Italian Specification

DetailValue
Italian Specification1.2.4.4 (SocioUnico)

Element

ElementDescription
Invoice/AccountingSupplierParty/Party/PartyLegalEntity/SoleProprietorshipIndicatorSpecify true or false.

Restrictions

Example

The following example indicates that the Supplier is a sole proprietor:


<ubl:Invoice>
    <cac:AccountingSupplierParty>
        <!-- Code omitted for clarity -->
        <cac:Party>
            <!-- Code omitted for clarity -->
            <cac:PartyLegalEntity>
                <!-- Code omitted for clarity -->
                <cbc:SoleProprietorshipIndicator>true</cbc:SoleProprietorshipIndicator>
                <!-- Code omitted for clarity -->
            </cac:PartyLegalEntity>
            <!-- Code omitted for clarity -->
        </cac:Party>
    </cac:AccountingSupplierParty>
</ubl:Invoice>