Skip to content

Commit 9b36eb1

Browse files
committed
Additional schema updates to match existing XML files
1 parent 13b2c84 commit 9b36eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ This schema describes the format of the XML files, that describe the ZCL specifi
451451
<xs:element name="event">
452452
<xs:complexType>
453453
<xs:choice maxOccurs="unbounded">
454-
<xs:element ref="description" minOccurs="1" maxOccurs="1"/>
454+
<xs:element ref="description" />
455455
<xs:element minOccurs="0" maxOccurs="unbounded" name="access" type="access"/>
456456
<xs:element minOccurs="0" maxOccurs="unbounded" name="field" type="eventField"/>
457457
</xs:choice>

0 commit comments

Comments
 (0)