<- Go to ToC ProcessActions->

1 Definition 2 Functional Requirements 3 Syntax 4 Semantics

1 Definition

The Action of a User requesting an Interpret Service to:

  1. Interpret an Item relevant to the Interpretation Request Item.
  2. Grant Rights to Interpretation Response Item based on Model Rights.

If the request is  accepted, the Interpret Service responds with an Interpretation Item.

2 Functional Requirements

The Interpret Process Action includes the following elements:

  1. In the request
    1. The Interpretation Request Item.
    2. The Model Rights requested to the Interpretation Response Item.
    3. The ID of the User that should receive the Interpretation Response Item.
    4. A Transaction if requested by the Interpret Service.
  2. In the response
    1. The Interpretation Response Item.
    2. The Rights to the Interpretation Response Item per the Model Rights.

3 Syntax

https://schemas.mpai.community/MMM4/V2.1/data/InterpretPA.json

4 Semantics

Label Description
Header Interpret Process Action Header
– Standard-InterpretPA The characters “OSD-ITP-V”
– Version Major version – 1 or 2 characters
– Dot-separator The character “.”
– Subversion Minor version – 1 or 2 characters
MInstanceID Identifier of M-Instance.
MEnvironmentID Identifier of M-Environment.
InterpretPAData Data included in Interpretation Item.
– Time Time of PA request emission and Time of PA request execution.
– RQ-Complements Complements in PA Request.
  – With Interpretation The Interpretation Request Item.
  – With ModelRights Requested Rights on the Interpretation Response Item.
  – At User User receiving Interpretation Response Item with Rights.
  – With Transaction If Interpret Service requests it.
– RS-Complements Complements in PA Response.
  – With Interpretation Interpretation Response Item.
  – With Rights Actual Rights based on Model Rights if PA Request is accepted..
  – With PAStatus Possible Error Messages.
    – Ack If PA Request could be performed
    – Err If Error was found
      – FaultyPA Faulty PA Request.
      – IncDQ Incorrect Data and/or Qualifier.
      – InsRights Insufficient Rights.
      – InsValue Insufficient Value in Wallet.
 DescMetadata Descriptive Metadata.

<- Go to ToC ProcessActions->