Skip to content

Commit 91e8c74

Browse files
committed
Remove keyref - though ideal, complexity across files & allowance of fabric_idx constant make it difficult to have this in XSD
1 parent 01c4f87 commit 91e8c74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/zap-templates/zcl/zcl.xsd

-4
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ This schema describes the format of the XML files, that describe the ZCL specifi
153153
<xs:selector xpath="./struct|enum" />
154154
<xs:field xpath="@name" />
155155
</xs:unique>
156-
<xs:keyref name="attributeEntryTypeStructRef" refer="structNameKey">
157-
<xs:selector xpath="./cluster/attribute" />
158-
<xs:field xpath="@entryType" />
159-
</xs:keyref>
160156
</xs:element>
161157
<xs:element name="deviceType">
162158
<xs:complexType>

0 commit comments

Comments
 (0)