| 1 Definition | 2 Functional Requirements | 3 Syntax |
| 4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
Face Personal Status is a Data Type including the three Factors:
- Emotion (such as “angry” or “sad”).
- Cognitive State (such as “surprised” or “interested”).
- Social Attitude (such as “polite” or “arrogant”).
of an Entity’s Face Modality.
2 Functional Requirements
Face Personal Status is added for convenience. However, it is simply the Personal Status of the Face Modality.
3 Syntax
https://schemas.mpai.community/MMC/V2.3/data/FacePersonalStatus.json
4 Semantics
| Label | Size | Description |
| Header | N1 Bytes | Header of Face Personal Status |
| – Standard | 9 Bytes | The characters “MMC-FPS-V” |
| – Version | N2 Bytes | Major version – 1 or 2 characters |
| – Dot-separator | 1 Byte | The character “.” |
| – Subversion | N3 Bytes | Minor version – 1 or 2 characters |
| MInstanceID | N4 Bytes | Identifier of M-Instance. |
| FacePersonalStatusID | N5 Bytes | Identifier of Face Personal Status. |
|
FacePersonalStatusSpaceTime
|
N6 Bytes | Space-Time info of Face Personal Status |
| FacePersonalStatus | N7 Bytes | Face Personal Status |
| – FaceCognitiveState | N8 Bytes | Cognitive State component of Face Personal Status |
| – FaceEmotion | N9 Bytes | Emotion component of Face Personal Status |
| – FaceSocialAttitude | N10 Bytes | Social Attitude component of Face Personal Status |
| DescrMetadata | N11 Bytes | Descriptive Metadata |
5 Conformance Testing
A Data instance Conforms with MPAI-MMC V2.3 Face Personal Status (MMC-FPS) if:
- The Data validates against the Face Personal Status’s JSON Schema.
- All Data in the Face Personal Status’s JSON Schema
- Have the specified type
- Validate against their JSON Schemas
- Conforms with their Data Qualifiers if present.
6 Performance Assessment