File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 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 -->
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 >
You can’t perform that action at this time.
0 commit comments