Denmark: Supplier's Legal Entity

If the Supplier is represented by a legal entity, you must specify it.

More information about legal entities is provided in the Legal Entities and Representatives topic.

Elements

Use the following subelements of the AccountingSupplierParty element:

ElementCardinalityDescription
Seller Legal Registration Name (Invoice/AccountingSupplierParty/PartyLegalEntity/RegistrationName)?Specify the name of the legal entity that represents the seller.
Seller Legal Registration Identifier (Invoice/AccountingSupplierParty/PartyLegalEntity/CompanyID)1..1Specify the entity's ID.
Scheme Identifier (Invoice/AccountingSupplierParty/PartyLegalEntity/CompanyID [@schemeID])1..1Specify 0184 for the @schemeID attribute.

Restrictions

  • You must use 0184 for the @schemeID attribute.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
   	<cac:AccountingSupplierParty>
		<cac:Party>
		<!-- Code omitted for clarity -->
			<cac:PartyLegalEntity>
				<cbc:RegistrationName>SenderRegisteredName A/S</cbc:RegistrationName>
				<cbc:CompanyID schemeID="0184">12378456</cbc:CompanyID>
			</cac:PartyLegalEntity>
		<!-- Code omitted for clarity -->
		</cac:Party>
   	</cac:AccountingSupplierParty>
   	<!-- Code omitted for clarity -->
</ubl:Invoice>