ItemIdentification

Uses the Component:ItemIdentificationType

An identifer for an item.

Fields and Components

Table 6.53. Fields and Components

Name Description Occurrence Type Data Type User Notes
ItemID

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

1..1Field udt:IdentifierType  
AgencyRoleCode

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.53. ItemIdentification

<ItemIdentification>
     <ItemID>......</ItemID>     [1..1]
     <AgencyRoleCode>......</AgencyRoleCode>     [0..1]
</ItemIdentification>