ProcessWIPRecover schema, example, validation rules, validation stylesheet

ProcessWIPRecover type: ProcessWIPRecover

The purpose of the ProcessWIPRecover is to notify a Manufacturing Application of the creation of usable production materials from material previously considered to be unsuitable for production use. This is most often likely to represent a return to production of scrap material. The business environments most likely to require this capability are any type of manufacturing scenario. This BOD communicates what is being recovered, the quantity being recovered, and the processing step at which the recovered material is to re-enter the production process, along with the time at which this event occurred.

ProcessWIPRecover extends: BusinessObjectDocument
Structure:
Elements:
Name Type Description
DataArea ProcessWIPRecoverDataArea

Is where the information that the BOD message carries is provided, in this case ProcessWIPRecover. The information consists of a Verb and one or more Nouns. The verb (Process) indicates the action to be performed on the Noun (WIPRecover).

ProcessWIPRecoverDataArea extends: DataArea
Structure:
Elements:
Name Type Description
Process reference
WIPRecover reference

ProcessWIPRecover Scenario Diagram

Process schema

Process type: Process

The Process verb is used to request processing of the associated noun by the receiving application or business to party. In a typical external exchange scenario a Process BOD is considered to be a legally binding message. For example, if a customer sends a ProcessPurchaseOrder BOD to a supplier and the supplier acknowlegdes with a positive AcknowledgePurchaseOrder, then the customer is obligated to fullfil the agreement, unless of course other BODs are allowed to cancel or change the original order.

Process extends: AcknowledgableVerb
Structure:

WIPRecover schema

WIPRecover type: WIPRecover

WIPRecover is used to notify a Manufacturing Application of the creation of usable production materials from material previously considered unsuitable for production use. This is most often likely to represent a return to production of scrap material.

Header type: WIPRecoverHeader

Information describing the recovered production order in the WIP Recovery/Bonus event.

Line type: WIPRecoverLine

Information describing the specific WIP Recovery/Bonus transaction to be processed.

WIPRecover extends: Noun
Structure:
Elements:
Name Type Description
Distribution reference

A distribution identifies how monetary amounts are distributed accross an organization.

Header reference
Line reference

WIPRecoverHeader
Structure:
Elements:
Name Type Description
DocumentDateTime DateTime

Is the datetime stamp that indicates when the WIPRecover document was originally created within the integrated environment.

ProductionOrderReference reference
UserArea reference

WIPRecoverLine
Structure:
Elements:
Name Type Description
ItemQuantity Quantity

Is the number of Items in the WIPRecover document.

A decimal value.

OperationReference reference

Is a reference to the Operation in which the items are being recovered.

Site reference

Identifies the location that the WIPRecover is intended.

UserArea reference

Verb Common Files

Verb.xsd schema

AcknowledgableVerb extends: ConfirmableVerb
Structure:
Attributes:
Name Type Usage Description
acknowledge AcknowledgementType

AcknowledgementType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

ConfirmableVerb extends: Verb
Structure:
Attributes:
Name Type Usage Description
confirm ConfirmType

ConfirmType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

Expression restricts: xs:string

ExpressionCriteria
Structure:
Elements:
Name Type Description
SelectExpression Expression

Allows the 1-n number of selection expressions for the information to be returned.

Attributes:
Name Type Usage Description
expressionLanguage xs:string optional

RequestVerb extends: ConfirmableVerb
Structure:
Elements:
Name Type Description
ReturnCriteria

Allows the initator of the BOD to indicate the information (down to the field level) that is requested to be returned. The expressionLanguage indicates the expression language being used.

VerbBase.xsd schema

Verb type: Verb

Verb
Structure:

Noun Common Files