<xsd:simpleType name="PartsShipmentLineBoxingTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Identifies how the BOD is intended to be interpreted by the receiver. Specifically, indicates whether boxing detail is present and, if so, whether each Line item in the shipment is within a specific box.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Line Boxing Detail">
<xsd:annotation>
<xsd:documentation>Each line is associated with a specific box in the shipment. This provides a complete picture of what part is contained in which box.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Line Boxing Aggregate">
<xsd:annotation>
<xsd:documentation>Lines and Boxing data is available, however there is no detail as to which parts are contained in which boxes. The line data is aggregate.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Line Aggregate">
<xsd:annotation>
<xsd:documentation>There is no boxing detail provided and the line data is in aggregate for the shipment.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|