From 01b505de401e43e1d19d197506631ed43bbd96d0 Mon Sep 17 00:00:00 2001 From: ankraft <an.kraft@googlemail.com> Date: Fri, 15 Jun 2018 16:28:07 +0200 Subject: [PATCH] Explaining the directory structure. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e3fc351..b76197e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # oneM2M MAS WG HAIM Schemas This repository contains the schemas for oneM2M's MAS *Home Domain Abstract Information Model*. + +## Latest Version + +The latest schema version is [3.7.0](3.7.0). + +## Directory Structure + +The schema directories contain the following objects: + +- **xsd/** : This sub-directory contains the XSD files for Devices, Sub-Devices, ModuleClasss, and Actions as well as necessary include files for common types and enumeration types for the home domain. +- **SDT-TS0023-Devices.xml** : The Devices and Sub-devices of TS-0023 in SDT XML format. +- **SDT-TS0023-ModuleClasses.xml** : The ModuleClasses of TS-0023 in SDT XML format. +- **shortnames.csv** : The list of identifiers used in the XSD and their short name equivalents. + -- GitLab