Schema Central > OAGIS® 9.4.1 > Process
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

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.

See http://www.openapplications.org/oagis/9.0.

Element information

Namespace: http://www.openapplications.org/oagis/9

Schema document: org_openapplications_platform/1_1_1/Common/OAGi/Components/Meta.xsd

Type: ProcessType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
acknowledgeCode [0..1]ResponseCodeContentType

Used in

Sample instance

<Process>
   <ActionCriteria>
      <ActionExpression actionCode="Add">token</ActionExpression>
      <ChangeStatus>
         <Code>normalizedString</Code>
         <Description>string</Description>
         <EffectiveDateTime>2000-01-01</EffectiveDateTime>
         <ReasonCode>normalizedString</ReasonCode>
         <Reason>string</Reason>
         <StateChange>...
         </StateChange>
         <UserArea>
            <!--any element-->
         </UserArea>
      </ChangeStatus>
   </ActionCriteria>
</Process>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com