Uses the Component:DocumentIdentificationType
A group of identifications that uniquely identifies this document
Table 6.4. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DocumentID |
The DocumentID is the identifier for the document. This identifier is a GUID or other unique identifier set by the creator of the document. | 1..1 | Field | udt:IdentifierType | |
| AgencyRoleCode |
The agency role that defined the Document ID. An example of an agency may be a manufacturer, a retail system provider, etc. This list does not contain specific entity names, only roles. See enumerated list. | 0..1 | Field | sqdt:AgencyRoleCodeType |
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.4. DocumentIdentification
<DocumentIdentification>
<DocumentID>......</DocumentID> [1..1]
<AgencyRoleCode>......</AgencyRoleCode> [0..1]
</DocumentIdentification>