<xsd:simpleType name="ChildLineReasonCodeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">The reason this line has child lines.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Multi-Condition">
<xsd:annotation>
<xsd:documentation>One or more child lines exist due to differences in allocation such as back orders and warehouse supply.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Kit Exploded">
<xsd:annotation>
<xsd:documentation>One or more child lines exists to express the availability of parts within the kit.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Superseded">
<xsd:annotation>
<xsd:documentation>One or more child lines exist to express the ordered part was superseded by the listed parts.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Substituted">
<xsd:annotation>
<xsd:documentation>One or more child lines exist to express the ordered part was substituted by the listed parts.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|