DocumentIdentification

Uses the Component:DocumentIdentificationType

A group of identifications that uniquely identifies this document

Fields and Components

Table 6.3. Fields and Components

Name Description Occurrence Type Data Type User Notes
DocumentIdentifier

A group of identifications that uniquely identifies this document

0..1ComponentDocumentIdentifierType 
AlternateDocumentIdentifier

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.

0..*ComponentDocumentIdentifierType 

Sample XML

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.3. DocumentIdentification

<DocumentIdentification>
     <DocumentIdentifier>......</DocumentIdentifier>     [0..1]
     <AlternateDocumentIdentifier>......</AlternateDocumentIdentifier>     [0..*]
</DocumentIdentification>