<xsd:complexType name="DocumentIdentificationType">
<xsd:annotation>
<xsd:documentation>An identifer for this document</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="DocumentID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The DocumentID is the identifier for the document. This identifier is a GUID or other unique identifier set by the creator of the document.</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 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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|