Updated xml schema definition locations to openhab (#768)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>pull/773/head
parent
d60a7c8fe0
commit
92e58ebfd1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue