The contracting party is the party requesting the qualification(s) document(s) in a DPS-process.

Cardinality
1..1
Namespace
cac urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Child elements
Card Name Description
1..1 cac:Party

Party information

Rules
Identifier/Error message Flag
EHF-Q-B03301
Element 'cac:Party' MUST be provided.
fatal
EHF-Q-B03302
Document MUST NOT contain elements not part of the data model.
fatal
Description

Contracting Party

UBL example of contracting party
<cac:ContactingParty>
    <cac:Party>
        <cbc:EndpointID schemeID="0192">123456785</cbc:EndpointID>
        <cac:PartyIdentification>
            <cbc:ID schemeID="0192">123456785</cbc:ID>
        </cac:PartyIdentification>
        <cac:PartyName>
            <cbc:Name>Library AS</cbc:Name>
        </cac:PartyName>
    </cac:Party>
</cac:ContactingParty>