<xsd:complexType name="ItemIdentificationType">
<xsd:annotation>
<xsd:documentation>An identifer for an item.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="ItemID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The identifier of an item (e.g, a part number)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="AgencyRoleCode" type="sqdt:AgencyRoleCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|