Skip to content

Commit f4adef6

Browse files
authored
Merge pull request #113 from rudnerbjoern/auto/update-schema
Auto: Update itop_design.xsd
2 parents 1c2ef93 + 03f06e2 commit f4adef6

File tree

1 file changed

+39
-37
lines changed

1 file changed

+39
-37
lines changed

dist/3.2/itop_design.xsd

Lines changed: 39 additions & 37 deletions
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-04 08:49:54 UTC
9+
Generated on: 2025-08-04 09:14:29 UTC
1010
1111
Use this file to validate your iTop datamodels with confidence and consistency.
1212
-->
@@ -2733,8 +2733,8 @@
27332733
<xs:complexContent>
27342734
<xs:extension base="Dashlet">
27352735
<xs:all>
2736-
<xs:element name="rank" type="xs:decimal" minOccurs="0"/>
2737-
<xs:element name="class" type="xs:string" minOccurs="0"/>
2736+
<xs:element name="rank" type="alteredFloat" minOccurs="0"/>
2737+
<xs:element name="class" type="alteredString" minOccurs="0"/>
27382738
</xs:all>
27392739
</xs:extension>
27402740
</xs:complexContent>
@@ -2745,7 +2745,7 @@
27452745
<xs:complexContent>
27462746
<xs:extension base="Dashlet">
27472747
<xs:all>
2748-
<xs:element name="rank" type="xs:decimal" minOccurs="0"/>
2748+
<xs:element name="rank" type="alteredFloat" minOccurs="0"/>
27492749
</xs:all>
27502750
</xs:extension>
27512751
</xs:complexContent>
@@ -2756,8 +2756,8 @@
27562756
<xs:complexContent>
27572757
<xs:extension base="Dashlet">
27582758
<xs:all>
2759-
<xs:element name="rank" type="xs:string" minOccurs="0"/>
2760-
<xs:element name="text" type="xs:string" minOccurs="0"/>
2759+
<xs:element name="rank" type="alteredFloat" minOccurs="0"/>
2760+
<xs:element name="text" type="alteredString" minOccurs="0"/>
27612761
</xs:all>
27622762
</xs:extension>
27632763
</xs:complexContent>
@@ -2768,13 +2768,13 @@
27682768
<xs:complexContent>
27692769
<xs:extension base="Dashlet">
27702770
<xs:all>
2771-
<xs:element name="rank" type="xs:string" minOccurs="0"/>
2772-
<xs:element name="title" type="xs:string" minOccurs="0"/>
2773-
<xs:element name="icon" type="xs:string" minOccurs="0"/>
2774-
<xs:element name="subtitle" type="xs:string" minOccurs="0"/>
2775-
<xs:element name="query" type="xs:string" minOccurs="0"/>
2776-
<xs:element name="group_by" type="xs:string" minOccurs="0"/>
2777-
<xs:element name="values" type="xs:string" minOccurs="0"/>
2771+
<xs:element name="rank" type="alteredFloat" minOccurs="0"/>
2772+
<xs:element name="title" type="alteredString" minOccurs="0"/>
2773+
<xs:element name="icon" type="alteredString" minOccurs="0"/>
2774+
<xs:element name="subtitle" type="alteredString" minOccurs="0"/>
2775+
<xs:element name="query" type="alteredString" minOccurs="0"/>
2776+
<xs:element name="group_by" type="alteredString" minOccurs="0"/>
2777+
<xs:element name="values" type="alteredString" minOccurs="0"/>
27782778
</xs:all>
27792779
</xs:extension>
27802780
</xs:complexContent>
@@ -2785,24 +2785,26 @@
27852785
<xs:complexContent>
27862786
<xs:extension base="Dashlet">
27872787
<xs:all>
2788-
<xs:element name="rank" type="xs:string" minOccurs="0"/>
2789-
<xs:element name="title" type="xs:string" minOccurs="0"/>
2790-
<xs:element name="query" type="xs:string" minOccurs="0"/>
2791-
<xs:element name="group_by" type="xs:string" minOccurs="0"/>
2788+
<xs:element name="rank" type="alteredFloat" minOccurs="0"/>
2789+
<xs:element name="title" type="alteredString" minOccurs="0"/>
2790+
<xs:element name="query" type="alteredString" minOccurs="0"/>
2791+
<xs:element name="group_by" type="alteredString" minOccurs="0"/>
27922792
<xs:element name="style" minOccurs="0">
2793-
<xs:simpleType>
2794-
<xs:restriction base="xs:string">
2795-
<xs:enumeration value="pie"/>
2796-
<xs:enumeration value="bars"/>
2797-
<xs:enumeration value="table"/>
2798-
</xs:restriction>
2799-
</xs:simpleType>
2793+
<xs:complexType>
2794+
<xs:simpleContent>
2795+
<xs:restriction base="alteredString">
2796+
<xs:enumeration value="pie"/>
2797+
<xs:enumeration value="bars"/>
2798+
<xs:enumeration value="table"/>
2799+
</xs:restriction>
2800+
</xs:simpleContent>
2801+
</xs:complexType>
28002802
</xs:element>
2801-
<xs:element name="aggregation_function" type="xs:string" minOccurs="0"/>
2802-
<xs:element name="aggregation_attribute" type="xs:string" minOccurs="0"/>
2803-
<xs:element name="limit" type="xs:string" minOccurs="0"/>
2804-
<xs:element name="order_by" type="xs:string" minOccurs="0"/>
2805-
<xs:element name="order_direction" type="xs:string" minOccurs="0"/>
2803+
<xs:element name="aggregation_function" type="alteredString" minOccurs="0"/>
2804+
<xs:element name="aggregation_attribute" type="alteredString" minOccurs="0"/>
2805+
<xs:element name="limit" type="alteredString" minOccurs="0"/>
2806+
<xs:element name="order_by" type="alteredString" minOccurs="0"/>
2807+
<xs:element name="order_direction" type="alteredString" minOccurs="0"/>
28062808
</xs:all>
28072809
</xs:extension>
28082810
</xs:complexContent>
@@ -2834,10 +2836,10 @@
28342836
<xs:complexContent>
28352837
<xs:extension base="Dashlet">
28362838
<xs:all>
2837-
<xs:element name="rank" type="xs:string" minOccurs="0"/>
2838-
<xs:element name="title" type="xs:string" minOccurs="0"/>
2839-
<xs:element name="subtitle" type="xs:string" minOccurs="0"/>
2840-
<xs:element name="icon" type="xs:string" minOccurs="0"/>
2839+
<xs:element name="rank" type="alteredFloat" minOccurs="0"/>
2840+
<xs:element name="title" type="alteredString" minOccurs="0"/>
2841+
<xs:element name="subtitle" type="alteredString" minOccurs="0"/>
2842+
<xs:element name="icon" type="alteredString" minOccurs="0"/>
28412843
</xs:all>
28422844
</xs:extension>
28432845
</xs:complexContent>
@@ -2848,10 +2850,10 @@
28482850
<xs:complexContent>
28492851
<xs:extension base="Dashlet">
28502852
<xs:all>
2851-
<xs:element name="rank" type="xs:string" minOccurs="0"/>
2852-
<xs:element name="title" type="xs:string" minOccurs="0"/>
2853-
<xs:element name="query" type="xs:string" minOccurs="0"/>
2854-
<xs:element name="menu" type="xs:boolean" minOccurs="0"/>
2853+
<xs:element name="rank" type="alteredFloat" minOccurs="0"/>
2854+
<xs:element name="title" type="alteredString" minOccurs="0"/>
2855+
<xs:element name="query" type="alteredString" minOccurs="0"/>
2856+
<xs:element name="menu" type="alteredBoolean" minOccurs="0"/>
28552857
</xs:all>
28562858
</xs:extension>
28572859
</xs:complexContent>

0 commit comments

Comments
 (0)