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

Electronic address identifier of economic operator.

Example value: 987654325

1..1 cac:PartyIdentification

Party identification

1..1 cac:PartyName

Party name

Rules
Identifier/Error message Flag
EHF-UN-B01701
Element 'cbc:EndpointID' MUST be provided.
fatal
EHF-UN-B01702
Element 'cac:PartyIdentification' MUST be provided.
fatal
EHF-UN-B01703
Element 'cac:PartyName' MUST be provided.
fatal
EHF-UN-B01704
Document MUST NOT contain elements not part of the data model.
fatal
Description

Receiver Party

UBL example of receiver party
<cac:ReceiverParty>
    <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:ReceiverParty>