<xsd:complexType name="ProductionOrderLineType">
<xsd:complexContent>
<xsd:extension base="StatusEnabledLineType">
<xsd:sequence>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>Generally the BOMReference is used instead of the Item and ItemInstance definitions to indicate the Item to be produced or manufactured by the ProductionOrder. We allow all three to occur here optionally to allow for other usage.</xsd:documentation>
</xsd:annotation>
<xsd:element ref="BOMReference" minOccurs="0" />
<xsd:element ref="ManufacturingItem" minOccurs="0" />
</xsd:sequence>
<xsd:element ref="Site" minOccurs="0" />
<xsd:element ref="OrderQuantity" minOccurs="0" />
<xsd:element ref="ProducedQuantity" minOccurs="0" />
<xsd:element ref="TrackingIndicator" minOccurs="0" />
<xsd:element ref="SerializedLot" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Distribution" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|