<xs:complexType name="WIPOperationReference">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a reference to a work-in-process operation.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="DocumentReference">
<xs:sequence>
<xs:element name="OperationId" type="OperationId" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the identifier of a specific operation. Possible examples of use are in the Manufacturing Routing or the Maintenance Order. or WorkINProcessOperation. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperationName" type="OperationName" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the name of the operation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperationGroupName" type="OperationName" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the name of an Operation Group.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperationSequence" type="OperationSequenceCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the operation sequence.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SuffixId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">This identifies a sub-component of the Production Order, Job Order, or Work Order, etc. being performed. The sub-component may have been split from the original Order. For Example:An order for 30 widgets, where 20 can be billed as "completed" and the remaining 10 can be moved to a sub-component of the same Order to be finished and billed for at a later time. The sub-component may identify one of many sub-components (each an Order in its own right) that may make up a "master" Order. Kind of a parent/child relationship related collection</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StepType" type="StepType" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the step of the operation being performed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|