<xsd:simpleType name="DistributionMethodCodeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">
When a part is to be distributed, this list of values indicates what methods can be used.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="PDC">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Orders are shipped from a Parts Distribution Center. This could be
the OEM's warehouse.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Direct Ship">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Item is directly shipped from the supplier's warehouse.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Production Only">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Need a good Description here.
</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>
|