|
6 | 6 | Project website: https://rudnerbjoern.github.io/iTop-schema/ |
7 | 7 | GitHub repository: https://github.com/rudnerbjoern/iTop-schema |
8 | 8 |
|
9 | | - Generated on: 2025-08-04 08:49:54 UTC |
| 9 | + Generated on: 2025-08-04 09:14:29 UTC |
10 | 10 |
|
11 | 11 | Use this file to validate your iTop datamodels with confidence and consistency. |
12 | 12 | --> |
|
2733 | 2733 | <xs:complexContent> |
2734 | 2734 | <xs:extension base="Dashlet"> |
2735 | 2735 | <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"/> |
2738 | 2738 | </xs:all> |
2739 | 2739 | </xs:extension> |
2740 | 2740 | </xs:complexContent> |
|
2745 | 2745 | <xs:complexContent> |
2746 | 2746 | <xs:extension base="Dashlet"> |
2747 | 2747 | <xs:all> |
2748 | | - <xs:element name="rank" type="xs:decimal" minOccurs="0"/> |
| 2748 | + <xs:element name="rank" type="alteredFloat" minOccurs="0"/> |
2749 | 2749 | </xs:all> |
2750 | 2750 | </xs:extension> |
2751 | 2751 | </xs:complexContent> |
|
2756 | 2756 | <xs:complexContent> |
2757 | 2757 | <xs:extension base="Dashlet"> |
2758 | 2758 | <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"/> |
2761 | 2761 | </xs:all> |
2762 | 2762 | </xs:extension> |
2763 | 2763 | </xs:complexContent> |
|
2768 | 2768 | <xs:complexContent> |
2769 | 2769 | <xs:extension base="Dashlet"> |
2770 | 2770 | <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"/> |
2778 | 2778 | </xs:all> |
2779 | 2779 | </xs:extension> |
2780 | 2780 | </xs:complexContent> |
|
2785 | 2785 | <xs:complexContent> |
2786 | 2786 | <xs:extension base="Dashlet"> |
2787 | 2787 | <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"/> |
2792 | 2792 | <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> |
2800 | 2802 | </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"/> |
2806 | 2808 | </xs:all> |
2807 | 2809 | </xs:extension> |
2808 | 2810 | </xs:complexContent> |
|
2834 | 2836 | <xs:complexContent> |
2835 | 2837 | <xs:extension base="Dashlet"> |
2836 | 2838 | <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"/> |
2841 | 2843 | </xs:all> |
2842 | 2844 | </xs:extension> |
2843 | 2845 | </xs:complexContent> |
|
2848 | 2850 | <xs:complexContent> |
2849 | 2851 | <xs:extension base="Dashlet"> |
2850 | 2852 | <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"/> |
2855 | 2857 | </xs:all> |
2856 | 2858 | </xs:extension> |
2857 | 2859 | </xs:complexContent> |
|
0 commit comments