Legal Entities and Representatives

Legal entities and representatives can be modelled for parties.

Use the Party element of the following elements to model this information:

Tax Representatives are modelled using the Tax Representatives elements.

Country Specific Configurations

Example

The following example from the Sweden: Supplier's Legal Entity topic shows a Swedish Supplier's legal entity:

<ubl:Invoice>
	<!-- Code omitted for clarity -->
   	<cac:AccountingSupplierParty>
		<cac:Party>
		<!-- Code omitted for clarity -->
			<cac:PartyLegalEntity>
				<cbc:RegistrationName>SenderRegisteredName AB</cbc:RegistrationName>
				<cbc:CompanyID schemeID="0007">0123456789</cbc:CompanyID>
			</cac:PartyLegalEntity>
		<!-- Code omitted for clarity -->
		</cac:Party>
   	</cac:AccountingSupplierParty>
   	<!-- Code omitted for clarity -->
</ubl:Invoice>