Uses the Component:DocumentIdentifierType
An alternate identification that uniquely identifies this document in addition to the Document ID, e.g., Part Order Number, Parts Purchase Order Number or Parts Invoice Number.
Table 6.5. 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 | oag:OpenIDType | |
AgencyRole |
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.5. AlternateDocumentIdentifier
<AlternateDocumentIdentifier> <DocumentID>......</DocumentID> [1..1] <AgencyRole>......</AgencyRole> [0..1] </AlternateDocumentIdentifier>