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-ANR-B00801
Element 'cbc:EndpointID' MUST be provided.
fatal
EHF-ANR-B00802
Element 'cac:PartyIdentification' MUST be provided.
fatal
EHF-ANR-B00803
Element 'cac:PartyName' MUST be provided.
fatal
EHF-ANR-B00804
Document MUST NOT contain elements not part of the data model.
fatal
Description

Sender Party

UBL example of sender party
<cac:SenderParty>
    <cbc:EndpointID schemeID="0192">987654325</cbc:EndpointID>
    <cac:PartyIdentification>
        <cbc:ID schemeID="0192">987654325</cbc:ID>
    </cac:PartyIdentification>
    <cac:PartyName>
        <cbc:Name>AST Books AS</cbc:Name>
    </cac:PartyName>
</cac:SenderParty>