Skip to content

Commit

Permalink
Updated xml schema definition locations to openhab (openhab#768)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp authored and kaikreuzer committed Apr 29, 2019
1 parent d60a7c8 commit 92e58eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions bundles/org.openhab.core.binding.xml/binding-1.0.0.xsd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:binding="http://eclipse.org/smarthome/schemas/binding/v1.0.0"
xmlns:config-description="http://eclipse.org/smarthome/schemas/config-description/v1.0.0"
targetNamespace="http://eclipse.org/smarthome/schemas/binding/v1.0.0">
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
targetNamespace="https://openhab.org/schemas/binding/v1.0.0">

<xs:import namespace="http://eclipse.org/smarthome/schemas/config-description/v1.0.0"
schemaLocation="http://eclipse.org/smarthome/schemas/config-description-1.0.0.xsd"/>
<xs:import namespace="https://openhab.org/schemas/config-description/v1.0.0"
schemaLocation="https://openhab.org/schemas/config-description-1.0.0.xsd"/>

<xs:element name="binding">
<xs:complexType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:config-description="http://eclipse.org/smarthome/schemas/config-description/v1.0.0"
targetNamespace="http://eclipse.org/smarthome/schemas/config-description/v1.0.0">
xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
targetNamespace="https://openhab.org/schemas/config-description/v1.0.0">

<xs:element name="config-descriptions">
<xs:complexType>
Expand Down
10 changes: 5 additions & 5 deletions bundles/org.openhab.core.thing.xml/thing-description-1.0.0.xsd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:thing-description="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"
xmlns:config-description="http://eclipse.org/smarthome/schemas/config-description/v1.0.0"
targetNamespace="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0">
xmlns:thing-description="https://openhab.org/schemas/thing-description/v1.0.0"
xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
targetNamespace="https://openhab.org/schemas/thing-description/v1.0.0">

<xs:import namespace="http://eclipse.org/smarthome/schemas/config-description/v1.0.0"
schemaLocation="http://eclipse.org/smarthome/schemas/config-description-1.0.0.xsd"/>
<xs:import namespace="https://openhab.org/schemas/config-description/v1.0.0"
schemaLocation="https://openhab.org/schemas/config-description-1.0.0.xsd"/>

<xs:element name="thing-descriptions">
<xs:complexType>
Expand Down

0 comments on commit 92e58eb

Please sign in to comment.