<xsd:simpleType name="PartOrderingRestrictionCodeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Identifies if the ordering of a part is restricted</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="0">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">No restrictions</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="3">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Obsolete</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="4">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Non-USA part</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="5">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Out of Production</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="6">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">No longer Procured</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="7">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Not yet Adopted</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|