Denmark OL: Supplier's Electronic Address

You must add the Supplier's electronic address ID and scheme type to Danish Documents.

Elements

Use the following sub-element of the AccountingSupplierParty element to model this information:

Element (Path)CardinalityDescription
Endpoint ID (Invoice/../Party/EndpointID)1..1Specify the recipient account. This is used for routing. It is usually a PEPPOL or SMTP network.
Endpoint ID Scheme (Invoice/../Party/EndpointID [@schemeID])1..1You use the @schemeID attribute to specify the type of endpoint.

Restrictions

You must use one of the following values for the Endpoint ID Scheme element. We recommend that you use the ISO 6523 value, but you can also use the VRBL value.

ISO 6523 ValueVRBL ValueDescription
0060VRBL:DK:DUNSDun & Bradstreet number
0088VRBL:DK:GLNGLN Number of the Seller
0096VRBL:DK:DK:PP number
0184VRBL:DK:DK:CVRCVR number
0237 VRBL:DK:DK:CPRCPR number
9904VRBL:DK:DK:SESE number
9905VRBL:DK:DK:VANSVANS DK Identification ID
9918VRBL:DK:IBANIBAN Identification ID

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AccountingSupplierParty>
        <cac:Party>
            <!-- Peppol ID: combination of schemeID and unique party ID -->
            <cbc:EndpointID schemeID="VRBL:DK:DK:CVR">DK10000011</cbc:EndpointID>
            <!-- code omitted for clarity -->
        </cac:Party>
        <!-- code omitted for clarity -->
    </cac:AccountingSupplierParty>
    <!-- code omitted for clarity -->
</Invoice>