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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

Receive

In an effort to simpilify the usage of the verbs the Receive verb is being deprecated as of OAGIS 9.0, the Receive will still be provided for the next three releases at which time it is scheduled to be removed from OAGIS.  As such for all new development we recommend that you use the Process verb which may serve the same function of the Receive verb has in the past.

The Receive verb is used to describe specific processing in a more fine grained manner beyond add, change or delete processing.  An example is ReceivePurchaseOrder, where a Purchase Order that has been issued and processed has shipments received against it.  The use of the data processing term, change, is not specific enough in the business context.

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: ActionVerbType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<Receive>
   <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>
</Receive>

Site developed and hosted by Datypic, Inc.

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