Acknowledge schema

Acknowledge type: Acknowledge

The Acknowledge verb is used to acknowledge the application receipt of a PROCESS request. This function conveys the result of the original request. An example of this is ACKNOWLEDGE PO, where a PROCESS PO has been issued and the corresponding business application acknowledges the receipt of the PO and responds with an acceptance or a counter offer.

Acknowledge extends: Verb
Structure:
Elements:
Name Type Description
Code AcknowledgeCode
Mode AcknowledgeMode

AcknowledgeCode restricts: xs:string
Enumerations:
Accepted
Modified
Rejected

AcknowledgeMode restricts: xs:string
Enumerations:
ExceptionDetail
FullDetail

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: