File tree 1 file changed +3
-1
lines changed
src/app/zap-templates/zcl
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This schema describes the format of the XML files, that describe the ZCL specifi
10
10
</xs : annotation >
11
11
<xs : simpleType name =" integerWithHex" >
12
12
<xs : restriction base =" xs:string" >
13
- <xs : pattern value =" - ?0x[0-9A-Fa-f]+|[0-9]+" />
13
+ <xs : pattern value =" [-+] ?0x[0-9A-Fa-f]+|[0-9]+" />
14
14
</xs : restriction >
15
15
</xs : simpleType >
16
16
<xs : complexType name =" access" >
@@ -65,6 +65,7 @@ This schema describes the format of the XML files, that describe the ZCL specifi
65
65
<xs : attribute name =" fieldId" type =" integerWithHex" />
66
66
<xs : attribute name =" min" type =" integerWithHex" />
67
67
<xs : attribute name =" max" type =" integerWithHex" />
68
+ <xs : attribute name =" length" type =" integerWithHex" />
68
69
<xs : attribute name =" default" type =" xs:string" />
69
70
<xs : attribute name =" isNullable" type =" xs:boolean" />
70
71
<xs : attribute name =" optional" type =" xs:boolean" default =" false" />
@@ -297,6 +298,7 @@ This schema describes the format of the XML files, that describe the ZCL specifi
297
298
<xs : complexType >
298
299
<xs : attribute name =" choice" type =" xs:string" />
299
300
<xs : attribute name =" more" type =" xs:boolean" />
301
+ <xs : attribute name =" min" type =" integerWithHex" />
300
302
</xs : complexType >
301
303
</xs : element >
302
304
<xs : element name =" cluster" >
You can’t perform that action at this time.
0 commit comments