<xsd:complexType name="PartsTransferHeaderType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Parts Transfer Header information.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="HeaderBaseType">
<xsd:sequence>
<xsd:element ref="FreeFormTextGroup" minOccurs="0" maxOccurs="1" />
<xsd:element name="TransferStatusCode" type="scl:TransferStatusEnumeratedType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1" xmlns:scl="http://www.starstandard.org/STAR/5/codelists">
<xsd:documentation source="http://www.starstandard.org/STAR/5">A code that that identifies the recommended transfer as either Processed or Unprocessed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="DocumentReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TransferCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1" xmlns:scl="http://www.starstandard.org/STAR/5/codelists">
<xsd:documentation source="http://www.starstandard.org/STAR/5">An identifier that indicates the type of transfer. (e.g., Direct Ship, Daily Ship, Transfer Order).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RouteMessageIndicator" type="udt:CodeType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1" xmlns:scl="http://www.starstandard.org/STAR/5/codelists">
<xsd:documentation source="http://www.starstandard.org/STAR/5">An indicator field used to dictate whether or not to route associated messages to corresponding locations.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="TransferType" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|