Namespace generated XSD and add missing attributes
This adds two things to the XSD (and the RNC file and options.md): * attributes previously missing because of a bug in the conversion script * a name space (https://cdds.io/config) Adding the name spacing requires a different set of attributes at the top of a configuration file, which in turn need to be ignored by the configuration parser, and which should be reflected in the configuration example in the README. Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
c5b22bf629
commit
c642f5676a
6 changed files with 439 additions and 183 deletions
|
@ -186,7 +186,7 @@ point to it. E.g. (on Linux):
|
|||
|
||||
$ cat cyclonedds.xml
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<CycloneDDS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://github.com/eclipse-cyclonedds/cyclonedds/etc/cyclonedds.xsd">
|
||||
<CycloneDDS <CycloneDDS xmlns="https://cdds.io/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://cdds.io/config https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/master/etc/cyclonedds.xsd">
|
||||
<CycloneDDS>
|
||||
<Domain id="any">
|
||||
<General>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue