<xsd:complexType name="RecoverWIPLineType">
<xsd:sequence>
<xsd:element ref="ItemQuantity" minOccurs="0" />
<xsd:element ref="Site" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the location that the RecoverWIP is intended.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="OperationReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is a reference to the Operation in which the items are being recovered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|