Namespace the schema and add references in xml files

Signed-off-by: Dan Rose <dan@digilabs.io>
This commit is contained in:
Dan Rose 2019-10-18 22:04:07 -05:00 committed by eboasson
parent a1aaa2808f
commit ae1a8130c7
4 changed files with 16 additions and 4 deletions

View file

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="https://cdds.io/config"
targetNamespace="https://cdds.io/config"
elementFormDefault="qualified">
<xs:element name="CycloneDDS">
<xs:annotation>
<xs:documentation>