Catalogue.CatalogueLine.Item.ItemSpecificationDocumentReference
|
 |
Catalogue.CatalogueLine.Item.ItemSpecificationDocumentReference specification
Name |
Catalogue.CatalogueLine.Item.ItemSpecificationDocumentReference
(Show as PDF)
|
Alternative Term |
|
Definition |
Information about a document referred to i another document |
|
Fields
UBL-Name |
Name |
Datatype |
Usage |
Cardinality |
ID |
ID |
Identifier
|
Yes |
1 |
Definition |
Identification for the document being referred to |
|
CopyIndicator |
CopyIndicator |
Indicator
|
Bilateral |
0..1 |
Definition |
Specifies if the referred document is a copy (true) or the original (false) |
|
UUID |
UUID |
Identifier
|
Bilateral |
0..1 |
Definition |
Computer-generated universally unique ID (UUID) for the document instance being referred to |
|
IssueDate |
IssueDate |
Date
|
Yes |
0..1 |
Definition |
The issue date for the reference document specified by the sender of the reference document |
|
DocumentTypeCode |
DocumentTypeCode |
Code
|
Yes |
0..1 |
Definition |
The document type specified as a code |
Businessrules |
Mandatory if DocumentType is not specified. |
|
DocumentType |
DocumentType |
Text
|
Yes |
0..1 |
Definition |
The document type specified as a text |
Businessrules |
Mandatory if DocumentTypecode is not specified. |
|
XPath |
XPath |
Text
|
Yes |
0..n |
Definition |
Refers to another part of the same document instance |
Businessrules |
Can only be used if there are no Attached documents |
Dependency |
../Attachment |
|
|
Subclasses in class Catalogue.CatalogueLine.Item.ItemSpecificationDocumentReference
UBL-Name |
Name |
Usage |
Cardinality |
Reference to the printed documentation |
See also |
Attachment |
Attachment |
Yes |
0..1 |
Common Library, 3.5 |
|
Definition |
An externally referred attachment, referred on the MIME-location or embedded |
Datatype |
Attachment
|
Businessrules |
Can only be used if no XPath is specified |
Dependency |
../XPath |
|
|
Example<cac:ItemSpecificationDocumentReference >
<cbc:ID >5712345780121</cbc:ID>
<cbc:UUID >6E09886B-DC6E-439F-82D1-7CCAC7F4E3B1</cbc:UUID>
<cbc:IssueDate >2007-02-20</cbc:IssueDate>
<cbc:DocumentType >Order</cbc:DocumentType>
+ <cac:Attachment />
</cac:ItemSpecificationDocumentReference>
|