Namespace the schema and add references in xml files
Signed-off-by: Dan Rose <dan@digilabs.io>
This commit is contained in:
parent
a1aaa2808f
commit
ae1a8130c7
4 changed files with 16 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue