Uses the Component:DocumentReferenceABIEType
The DocumentReference component represents information referenced documents, e.g., Orders, Leads, Invoices, etc.
Table 6.53. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
DocumentIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentIdentificationGroupType | |
DocumentDateTime |
The date and time that the event being documented, for example the Parts Order, occurred. | 0..1 | Field | udt:DateTimeType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.53. DocumentReference
<DocumentReference> <DocumentIdentificationGroup>......</DocumentIdentificationGroup> [0..1] <DocumentDateTime>......</DocumentDateTime> [0..1] </DocumentReference>