Definition Type: ComplexType
Name: WIPOperationReference
Namespace: http://www.openapplications.org/oagis
Type: oa:DocumentReference
Containing Schema: MfgComponents.xsd
Abstract
Documentation:
Is a reference to a work-in-process operation.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into StepType in schema mfgcomponents_xsd Drilldown into SuffixId in schema mfgcomponents_xsd Drilldown into OperationSequence in schema mfgcomponents_xsd Drilldown into OperationGroupName in schema mfgcomponents_xsd Drilldown into OperationName in schema mfgcomponents_xsd Drilldown into OperationId in schema mfgcomponents_xsd Drilldown into DocumentReference in schema components_xsdXSD Diagram of WIPOperationReference in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OperationId oa:OperationId 0 (1)
OperationName oa:OperationName 0 (1)
OperationGroupName oa:OperationGroupName 0 (1)
OperationSequence oa:OperationSequence 0 (1)
SuffixId oa:SuffixId 0 (1)
StepType oa:StepType 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:OperationReference