We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e50828 commit 1c78f64Copy full SHA for 1c78f64
src/app/zap-templates/zcl/zcl.xsd
@@ -10,7 +10,7 @@ This schema describes the format of the XML files, that describe the ZCL specifi
10
</xs:annotation>
11
<xs:simpleType name="integerWithHex">
12
<xs:restriction base="xs:string">
13
- <xs:pattern value="[-+]?0x[0-9A-Fa-f]+|[0-9]+"/>
+ <xs:pattern value="[-+]?(0x[0-9A-Fa-f]+|[0-9]+)"/>
14
</xs:restriction>
15
</xs:simpleType>
16
<xs:complexType name="access">
0 commit comments