1 Definition | 2 Functional Requirements | 3 Syntax |
4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
A Data Type providing a simple format to represent real and virtual space.
2 Functional Requirements
Simple location represents a space as a combination of Rights Parallelepipeds.
3 Syntax
https://schemas.mpai.community/OSD/V1.4/data/SimpleLocation.json
4 Semantics
Label | Description |
Header | Simple Location Header |
– Standard-SimpleLocation | The characters “SLC-SLC-V” |
– Version | Major version – 1 or 2 characters |
– Dot-separator | The character “.” |
– Subversion | Minor version – 1 or 2 characters |
MInstanceID | Identifier of a virtual space including the location represented by Simple Location. |
SimpleLocationID | Identifier of the Simple Location. |
SimpleLocationData[] | Data included in Simple Location. |
– SimpleLocationSpaceTime | SpaceTime of a right parallelepiped. |
– RightParallelepiped | Right Parallelepiped Data. |
DescrMetadata | Descriptive Metadata |
5 Conformance Testing
A location instance Conforms with Simple Location (OSD-SLC) if:
- The Data validates against the Simple Location’s JSON Schema.
- All Data in the Simple Location’s JSON Schema have the specified types.
6 Performance Assessment