Skip to content

Commit 1d0d404

Browse files
authored
Merge pull request #118 from rudnerbjoern/auto/update-schema
Auto: Update itop_design.xsd
2 parents 3dec1a5 + 67b3f10 commit 1d0d404

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

dist/3.2/itop_design.xsd

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Project website: https://rudnerbjoern.github.io/iTop-schema/
77
GitHub repository: https://github.com/rudnerbjoern/iTop-schema
88
9-
Generated on: 2025-08-14 12:51:04 UTC
9+
Generated on: 2025-09-10 15:18:59 UTC
1010
1111
Use this file to validate your iTop datamodels with confidence and consistency.
1212
-->
@@ -241,6 +241,30 @@
241241
<xs:attributeGroup ref="alteredNode"/>
242242
</xs:complexType>
243243
</xs:element>
244+
<xs:element name="dashlets" minOccurs="0">
245+
<xs:complexType>
246+
<xs:sequence maxOccurs="unbounded">
247+
<xs:element name="dashlet">
248+
<xs:complexType>
249+
<xs:all>
250+
<xs:element name="label" type="xs:string" minOccurs="0"/>
251+
<xs:element name="icon" type="xs:string" minOccurs="0"/>
252+
<xs:element name="description" type="xs:string" minOccurs="0"/>
253+
<xs:element name="configuration">
254+
<xs:complexType>
255+
<xs:choice maxOccurs="unbounded">
256+
<xs:any processContents="lax"/>
257+
</xs:choice>
258+
</xs:complexType>
259+
</xs:element>
260+
</xs:all>
261+
<xs:attribute name="id" type="xs:string" use="required"/>
262+
<xs:attributeGroup ref="alteredNode"/>
263+
</xs:complexType>
264+
</xs:element>
265+
</xs:sequence>
266+
</xs:complexType>
267+
</xs:element>
244268
</xs:all>
245269
</xs:complexType>
246270
</xs:element>

0 commit comments

Comments
 (0)