The party to which the catalogue is sent.

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

Catalogue receiver electronic address identifier
The electronic address of the party to which the catalogue is sent.

Example value: 987654321

0..1 cac:PartyIdentification

Party identification

0..1 cac:PartyName

Party name

0..1 cac:PostalAddress

Postal address

Rules
Identifier/Error message Flag
EUGEN-T68-B03801
Document MUST NOT contain elements not part of the data model.
fatal
Description

Catalogue receiver is mandatory in the pre award catalogue

UBL example of catalogue receiver
<cac:ReceiverParty>
        <cac:PartyIdentification>
                <cbc:ID schemeID="ZZZ">14920263491</cbc:ID>
        </cac:PartyIdentification>
        <cac:PartyName>
                <cbc:Name>DEF Customer Ltd.</cbc:Name>
        </cac:PartyName>
        <cac:PostalAddress>
                <cbc:StreetName>Sesame Street No:1</cbc:StreetName>
                <cbc:CityName>Gotham</cbc:CityName>
                <cbc:PostalZone>06801</cbc:PostalZone>
                <cac:Country>
                        <cbc:IdentificationCode listID="ISO3166-1:Alpha2">DE</cbc:IdentificationCode>
                </cac:Country>
        </cac:PostalAddress>
</cac:ReceiverParty>