Cardinality
0..n
Namespace
cac urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Business terms
BG-031
Child elements
Card Name Description
1..1 cbc:ID

Document identifier
Identifier of a referenced document

Example value: 453

0..1 cbc:DocumentDescription

Document description
Textual description of the document.

Example value: The computer need to be 15.

1..1 cac:Attachment

ATTACHMENT

Rules
Identifier/Error message Flag
EHF-PACR-B11101
Element 'cbc:ID' MUST be provided.
fatal
EHF-PACR-B11102
Element 'cac:Attachment' MUST be provided.
fatal
EHF-PACR-B11103
Document MUST NOT contain elements not part of the data model.
fatal
Description
UBL example of item specification document reference
<cac:ItemSpecificationDocumentReference>
    <cbc:ID>1</cbc:ID>
    <cbc:DocumentDescription>Quality pen to office usage with renewable ink.</cbc:DocumentDescription>
    <cac:Attachment>
        <cac:ExternalReference>
            <cbc:URI>http://www.quality-pen.com/renewable</cbc:URI>
            <cbc:DocumentHash>Need to 0.7 and 0.5 thick and renewable ink.</cbc:DocumentHash>
            <cbc:HashAlgorithmMethod>TmVlZCB0byAwLjcgYW5kIDAuNSB0aGljayBhbmQgcmVuZXdhYmxlIGluay4=</cbc:HashAlgorithmMethod>
            <cbc:FileName>pen-request</cbc:FileName>
        </cac:ExternalReference>
    </cac:Attachment>
</cac:ItemSpecificationDocumentReference>