<xsd:simpleType name="PartSalesRestrictionCodeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Identifies if the sale 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">OK to sell the part</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Restricted distribution</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Not for Sale</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|