Skip to content
Snippets Groups Projects
Commit f4920fe6 authored by ankraft's avatar ankraft
Browse files

Removed product from Extend element.

parent bef880c7
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,10 @@ ProductsDef = ...@@ -137,7 +137,10 @@ ProductsDef =
PropertiesDef?, PropertiesDef?,
ModuleClassesDef?, ModuleClassesDef?,
SubDevicesRef?, SubDevicesRef?,
element DeviceClass { ExtendDef }, element DeviceClass {
# TODO: Make optional?
ExtendDef
},
ExtendDef? ExtendDef?
}+ }+
} }
...@@ -205,7 +208,6 @@ ExtendType = ...@@ -205,7 +208,6 @@ ExtendType =
| "datapoint" | "datapoint"
| "event" | "event"
| "moduleclass" | "moduleclass"
| "product"
| "property" | "property"
| "device" | "device"
| "subdevice" | "subdevice"
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
<optional> <optional>
<ref name="SubDevicesRef" /> <ref name="SubDevicesRef" />
</optional> </optional>
<element name="DeviceClass"> <element name="DeviceClass"> <!-- TODO: Make optional? -->
<ref name="ExtendDef" /> <ref name="ExtendDef" />
</element> </element>
<optional> <optional>
...@@ -570,7 +570,6 @@ ...@@ -570,7 +570,6 @@
<value>datapoint</value> <value>datapoint</value>
<value>event</value> <value>event</value>
<value>moduleclass</value> <value>moduleclass</value>
<value>product</value>
<value>property</value> <value>property</value>
<value>device</value> <value>device</value>
<value>subdevice</value> <value>subdevice</value>
......
...@@ -423,7 +423,6 @@ ...@@ -423,7 +423,6 @@
<xs:enumeration value="datapoint"/> <xs:enumeration value="datapoint"/>
<xs:enumeration value="event"/> <xs:enumeration value="event"/>
<xs:enumeration value="moduleclass"/> <xs:enumeration value="moduleclass"/>
<xs:enumeration value="product"/>
<xs:enumeration value="property"/> <xs:enumeration value="property"/>
<xs:enumeration value="device"/> <xs:enumeration value="device"/>
<xs:enumeration value="subdevice"/> <xs:enumeration value="subdevice"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment