ItemIdentifier

Uses the Component:ItemIdentifierType

A group of identifications that uniquely identifies this document

Fields and Components

Table 6.9. Fields and Components

Name Description Occurrence Type Data Type User Notes
ItemID

The identifier of an item (e.g, a part number)

1..1Field oag:OpenIDType  
AgencyRole

The agency role that defined the Item. An example of an agency may be a manufacturer, a retail system provider, etc. This list does not contain specific entity names, only roles. Use of the schemaAgencyName should be used to identify the agency defining the Role. Roles are defined in the enumeration.

0..1Field sqdt:AgencyRoleCodeType  

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.10. ItemIdentifier

<ItemIdentifier>
     <ItemID>......</ItemID>     [1..1]
     <AgencyRole>......</AgencyRole>     [0..1]
</ItemIdentifier>