/ubl:Invoice/cac:Delivery/cac:DeliveryLocation/cac:Address
Delivery Location Address Group
| Context ID | INV0655 |
| Cardinality | 0..1 |
| Usage | O |
Description
The address of this location.
A group of business terms providing information about the address to which goods and services invoiced were or are delivered.
In the KSeF FA(3) format there are no individual elements for streetname, city and postal zone. There are only two generic free-text address line elements. Therefore in inbound AP invoices also in VRBL, only two Delivery Location Address Line elements cbc:AddressLine can be provided and no streetname, city and postal zone.
Child elements
| Cardinality | Usage | Description | Element |
|---|---|---|---|
| 0..1 | O |
Delivery Location Street Name
The name of the street, road, avenue, way, etc. to which the number of the building is attached. |
cbc:StreetName |
| 0..1 | O |
Delivery Location City Name
The name of a city, town, or village. |
cbc:CityName |
| 0..1 | O |
Delivery Location Postal Zone
The postal identifier for this address according to the relevant national postal service, such as a ZIP code or Post Code. |
cbc:PostalZone |
| 0..1 | M |
Delivery Location Country Group
The country in which this address is situated. |
cac:Country |
Details
vrbl-invoice-pl-b2b-3p0
Example of expected delivery location for outbound AR invoices:
<ubl:Invoice>
<!-- code omitted for clarity -->
<cac:Delivery>
<!-- code omitted for clarity -->
<cac:DeliveryLocation>
<cac:Address>
<cbc:StreetName>ul. Sadowa 1 lok. 3</cbc:StreetName>
<cbc:CityName>Poznań</cbc:CityName>
<cbc:PostalZone>00-004 </cbc:PostalZone>
<cac:Country>
<cbc:IdentificationCode>PL</cbc:IdentificationCode>
</cac:Country>
</cac:Address>
</cac:DeliveryLocation>
<!-- code omitted for clarity -->
</cac:Delivery>
</ubl:Invoice>
Example of delivery location for inbound AP invoices.
<ubl:Invoice>
<!-- code omitted for clarity -->
<cac:Delivery>
<!-- code omitted for clarity -->
<cac:DeliveryLocation>
<cac:Address>
<!-- no streetname, city and postal zone -->
<cac:AddressLine>
<cbc:Line>ul. Sadowa 1 lok. 3</cbc:Line>
</cac:AddressLine>
<cac:AddressLine>
<cbc:Line>00-002 Kraków</cbc:Line>
</cac:AddressLine>
<cac:Country>
<cbc:IdentificationCode>PL</cbc:IdentificationCode>
</cac:Country>
</cac:Address>
</cac:DeliveryLocation>
<!-- code omitted for clarity -->
</cac:Delivery>
</ubl:Invoice>
Rules
| Rule ID | Error Message |
|---|