OperationReference
Is a reference to an associated work-in-process operation.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: OperationReferenceType
Properties: Global, Qualified, ID: oagis-id-7a79d0fe05b94723b5d2ed3321c11732
Content
- Sequence [1..1]
- ID [0..1] Is the Identifiers of the given instance of an entity within the scope of the integration. The schemeAgencyID attribute identifies the party that provided or knows this party by the given identifier.
- RevisionID [0..1] Is the revision of the semantically named document. The combination of the ID and its revision uniquely identifies the associated entity.
- VariationID [0..1]
- DocumentIDSet [0..*]
- DocumentDateTime [0..1] The date that document was created within the system of record.
- Description [0..*]
- Note [0..*]
- Status [0..*] Indicates the status of the associated object by providing the Status Code along with a description and when the status is effective.
- LineNumberID [0..1] Is the Line Number of the given Line Coponent within the document. LineNumbers are assigned by the sending system.
- LineIDSet [0..*]
- GroupName [0..*] Identifies a grouping of entities together. An example usage may be a grouping of Operatations for a Routing.
- SequenceCode [0..1] Identifies the sequence in which the associated entity is to occur with in a given operation, step or business process..
- StepID [0..1] Identifies the step of the operation being reported against.
- StepTypeCode [0..1] Indicates the type of step that the operations reference is..
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The Extension is always the last element in all components, except where the component has been extended inline.
from type DocumentIdentificationBaseTypefrom type DocumentReferenceBaseTypefrom group FreeFormTextGroupfrom type OperationReferenceBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type DocumentReferenceBaseType | |
actionCode | [0..1] | ActionCodeContentType | from type DocumentReferenceBaseType |
Used in
- Type BOMItemDataBaseType
- Type BOMItemDataType via extension of BOMItemDataBaseType (Element BOMItemData)
- Type DispatchListLineBaseType
- Type DispatchListLineType via extension of DispatchListLineBaseType (Element DispatchListLine)
- Type MergeWIPDestinationBaseType
- Type MergeWIPDestinationType via extension of MergeWIPDestinationBaseType (Element MergeWIPDestination)
- Type OperationActualBaseType
- Type OperationActualType via extension of OperationActualBaseType (Element OperationActual)
- Type OperationAllocationBaseType
- Type OperationAllocationType via extension of OperationAllocationBaseType (Element OperationAllocation)
- Type ProductionOrderHeaderBaseType
- Type ProductionOrderHeaderType via extension of ProductionOrderHeaderBaseType (Element ProductionOrderHeader)
- Type RecoverWIPLineBaseType
- Type RecoverWIPLineType via extension of RecoverWIPLineBaseType (Element RecoverWIPLine)
- Type RouteReferenceBaseType
- Type RouteReferenceType via extension of RouteReferenceBaseType (Elements RouteReference, CarrierRouteReference)
- Type ShopFloorControlBaseLineBaseType
- Type ShopFloorControlLineBaseType via extension of ShopFloorControlBaseLineBaseType
- Type ShopFloorControlLineType via extension of ShopFloorControlBaseLineBaseType (Element ConfirmWIPLine)
- Type ShopFloorControlSublineType via extension of ShopFloorControlBaseLineBaseType (Element ShopFloorControlSubline)
- Type SplitWIPSourceBaseType
- Type SplitWIPSourceType via extension of SplitWIPSourceBaseType (Element SplitWIPSource)
Sample instance
<OperationReference> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <DocumentIDSet> <ID/> </DocumentIDSet> <DocumentDateTime></DocumentDateTime> <Description/> <Note/> <Status> <ID/> <IDSet> <ID/> </IDSet> <Code/> <Description/> <ReasonCode>normalizedString</ReasonCode> <Reason/> <EffectiveTimePeriod> <InclusiveIndicator>true</InclusiveIndicator> <StartDateTime></StartDateTime> <StartTime>token</StartTime> <Duration>P1Y2M3DT10H</Duration> <EndDateTime></EndDateTime> <EndTime>token</EndTime> </EffectiveTimePeriod> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </Status> <LineNumberID/> <LineIDSet> <ID/> </LineIDSet> <GroupName/> <SequenceCode>normalizedString</SequenceCode> <StepID>normalizedString</StepID> <StepTypeCode>normalizedString</StepTypeCode> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </OperationReference>