Updated xml schema definition locations to openhab (#768)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2019-04-29 19:14:51 +02:00 committed by Kai Kreuzer
parent d60a7c8fe0
commit 92e58ebfd1
3 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:binding="http://eclipse.org/smarthome/schemas/binding/v1.0.0" xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
xmlns:config-description="http://eclipse.org/smarthome/schemas/config-description/v1.0.0" xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
targetNamespace="http://eclipse.org/smarthome/schemas/binding/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" <xs:import namespace="https://openhab.org/schemas/config-description/v1.0.0"
schemaLocation="http://eclipse.org/smarthome/schemas/config-description-1.0.0.xsd"/> schemaLocation="https://openhab.org/schemas/config-description-1.0.0.xsd"/>
<xs:element name="binding"> <xs:element name="binding">
<xs:complexType> <xs:complexType>

View File

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

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:thing-description="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="http://eclipse.org/smarthome/schemas/config-description/v1.0.0" xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
targetNamespace="http://eclipse.org/smarthome/schemas/thing-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" <xs:import namespace="https://openhab.org/schemas/config-description/v1.0.0"
schemaLocation="http://eclipse.org/smarthome/schemas/config-description-1.0.0.xsd"/> schemaLocation="https://openhab.org/schemas/config-description-1.0.0.xsd"/>
<xs:element name="thing-descriptions"> <xs:element name="thing-descriptions">
<xs:complexType> <xs:complexType>