<xsd:simpleType name="AcquisitionMethodTypeCodeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">
Method of purchase normally used to acquire this item.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Direct Ship">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Special purchasing arrangement direct from item creator only - do not stock from other sources.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Direct Ship PDC Backfill">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Order via Direct Ship when qualifying - backfill from PDC.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PDC">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Parts Distribution Center.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Other.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|