From 21d12a4039f610ddcb59354aff103f815d4231bc Mon Sep 17 00:00:00 2001 From: Wolfgang Granzow <wgranzow@qti.qualcomm.com> Date: Wed, 15 Nov 2017 01:16:40 +0100 Subject: [PATCH] updated README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..868c1b1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +Field Device Configuration schemas +================================== + +This is the repository for developing XML schema for the reource types defined in oneM2M TS-0022 + +\<authenticationProfile\> +\<dataCollection\> +\<MEFClientRegCfg\> +\<registration\> +\<MAFClientRegCfg\> +\<myCertFileCred\> +\<trustAnchorCred\> + +DCFG-commonTypes-vx_y_0.xsd defines data types common to all resource types + +Note: The required xsd files CDT-commonTypes-vx_y_0 can be downloaded from + https://git.onem2m.org/PRO/XSD.git + The required xsd files SEC-commonTypes-vx_y_0 can be downloaded from + https://git.onem2m.org/SEC/MAF-MEF.git + -- GitLab