summaryrefslogtreecommitdiffstats
path: root/Schemas
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2014-11-25 11:16:34 +0100
committerDavid Wagner <david.wagner@intel.com>2014-11-25 11:16:34 +0100
commit790ad677709d1a830162e3fbcc7a785f56a7ebbc (patch)
tree9627be60d0a78e88e899d12740d76cfc17c5f3e2 /Schemas
parentf87f84540e7d399de99359cf3c3ce805161fc234 (diff)
downloadexternal_parameter-framework-790ad677709d1a830162e3fbcc7a785f56a7ebbc.zip
external_parameter-framework-790ad677709d1a830162e3fbcc7a785f56a7ebbc.tar.gz
external_parameter-framework-790ad677709d1a830162e3fbcc7a785f56a7ebbc.tar.bz2
Schemas/Readme: replace 'TuningMode' with 'TuningAllowed'
There is no such "TuningMode" attribute; it was a mistake and the attribute described in this documentation corresponds to "TuningAllowed". Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'Schemas')
-rw-r--r--Schemas/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Schemas/README.md b/Schemas/README.md
index 3563b4b..7d9f10d 100644
--- a/Schemas/README.md
+++ b/Schemas/README.md
@@ -27,9 +27,9 @@ Schema for the top-level configuration. It contains:
Attributes of `ParameterFrameworkConfiguration` are:
- The `SystemClass` name (for consistency check)
-- The `TuningMode` (whether the parameter-framework listens for commands)
+- The `TuningAllowed` (whether the parameter-framework listens for commands)
- The `ServerPort` on which the parameter-framework listens if
- `TuningMode=true`.
+ `TuningAllowed=true`.
## SystemClass.xsd