1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <xs : schema xmlns : editor =" UnityEditor.UIElements" xmlns : engine =" UnityEngine.UIElements" xmlns =" UnityEditor.Overlays" elementFormDefault =" qualified" targetNamespace =" Unity.Profiling.Editor" xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
3+ <xs : import schemaLocation =" UnityEngine.UIElements.xsd" namespace =" UnityEngine.UIElements" />
4+ <xs : simpleType name =" SelectableLabel_keyboard-type_Type" >
5+ <xs : restriction base =" xs:string" >
6+ <xs : enumeration value =" Default" />
7+ <xs : enumeration value =" ASCIICapable" />
8+ <xs : enumeration value =" NumbersAndPunctuation" />
9+ <xs : enumeration value =" URL" />
10+ <xs : enumeration value =" NumberPad" />
11+ <xs : enumeration value =" PhonePad" />
12+ <xs : enumeration value =" NamePhonePad" />
13+ <xs : enumeration value =" EmailAddress" />
14+ <xs : enumeration value =" NintendoNetworkAccount" />
15+ <xs : enumeration value =" Social" />
16+ <xs : enumeration value =" Search" />
17+ <xs : enumeration value =" DecimalPad" />
18+ <xs : enumeration value =" OneTimeCode" />
19+ </xs : restriction >
20+ </xs : simpleType >
21+ <xs : complexType name =" SelectableLabelType" >
22+ <xs : complexContent mixed =" false" >
23+ <xs : restriction base =" engine:VisualElementType" >
24+ <xs : sequence minOccurs =" 0" maxOccurs =" unbounded" >
25+ <xs : element ref =" engine:VisualElement" />
26+ </xs : sequence >
27+ <xs : attribute default =" " name =" name" type =" xs:string" use =" optional" />
28+ <xs : attribute default =" " name =" view-data-key" type =" xs:string" use =" optional" />
29+ <xs : attribute default =" Position" name =" picking-mode" type =" engine:VisualElement_picking-mode_Type" use =" optional" />
30+ <xs : attribute default =" " name =" tooltip" type =" xs:string" use =" optional" />
31+ <xs : attribute default =" None" name =" usage-hints" type =" engine:VisualElement_usage-hints_Type" use =" optional" />
32+ <xs : attribute default =" 0" name =" tabindex" type =" xs:int" use =" optional" />
33+ <xs : attribute default =" true" name =" focusable" type =" xs:boolean" use =" optional" />
34+ <xs : attribute default =" " name =" class" type =" xs:string" use =" optional" />
35+ <xs : attribute default =" " name =" content-container" type =" xs:string" use =" optional" />
36+ <xs : attribute default =" " name =" style" type =" xs:string" use =" optional" />
37+ <xs : attribute default =" " name =" binding-path" type =" xs:string" use =" optional" />
38+ <xs : attribute default =" " name =" label" type =" xs:string" use =" optional" />
39+ <xs : attribute default =" " name =" value" type =" xs:string" use =" optional" />
40+ <xs : attribute default =" -1" name =" max-length" type =" xs:int" use =" optional" />
41+ <xs : attribute default =" false" name =" password" type =" xs:boolean" use =" optional" />
42+ <xs : attribute default =" *" name =" mask-character" type =" xs:string" use =" optional" />
43+ <xs : attribute default =" false" name =" readonly" type =" xs:boolean" use =" optional" />
44+ <xs : attribute default =" false" name =" is-delayed" type =" xs:boolean" use =" optional" />
45+ <xs : attribute default =" false" name =" hide-mobile-input" type =" xs:boolean" use =" optional" />
46+ <xs : attribute default =" Default" name =" keyboard-type" xmlns : q1 =" Unity.Profiling.Editor" type =" q1:SelectableLabel_keyboard-type_Type" use =" optional" />
47+ <xs : attribute default =" false" name =" auto-correction" type =" xs:boolean" use =" optional" />
48+ <xs : attribute default =" false" name =" multiline" type =" xs:boolean" use =" optional" />
49+ <xs : anyAttribute processContents =" lax" />
50+ </xs : restriction >
51+ </xs : complexContent >
52+ </xs : complexType >
53+ <xs : element name =" SelectableLabel" substitutionGroup =" engine:VisualElement" xmlns : q2 =" Unity.Profiling.Editor" type =" q2:SelectableLabelType" />
54+ <xs : complexType name =" MemoryUsageBreakdownType" >
55+ <xs : complexContent mixed =" false" >
56+ <xs : restriction base =" engine:VisualElementType" >
57+ <xs : sequence minOccurs =" 0" maxOccurs =" unbounded" >
58+ <xs : element xmlns : q3 =" Unity.Profiling.Editor" ref =" q3:MemoryUsageBreakdownElement" />
59+ </xs : sequence >
60+ <xs : attribute default =" " name =" name" type =" xs:string" use =" optional" />
61+ <xs : attribute default =" " name =" view-data-key" type =" xs:string" use =" optional" />
62+ <xs : attribute default =" Position" name =" picking-mode" type =" engine:VisualElement_picking-mode_Type" use =" optional" />
63+ <xs : attribute default =" " name =" tooltip" type =" xs:string" use =" optional" />
64+ <xs : attribute default =" None" name =" usage-hints" type =" engine:VisualElement_usage-hints_Type" use =" optional" />
65+ <xs : attribute default =" 0" name =" tabindex" type =" xs:int" use =" optional" />
66+ <xs : attribute default =" false" name =" focusable" type =" xs:boolean" use =" optional" />
67+ <xs : attribute default =" " name =" class" type =" xs:string" use =" optional" />
68+ <xs : attribute default =" " name =" content-container" type =" xs:string" use =" optional" />
69+ <xs : attribute default =" " name =" style" type =" xs:string" use =" optional" />
70+ <xs : attribute default =" Memory Usage" name =" header-text" type =" xs:string" use =" optional" />
71+ <xs : attribute default =" 1288490240" name =" total-bytes" type =" xs:int" use =" optional" />
72+ <xs : attribute default =" false" name =" show-unknown" type =" xs:boolean" use =" optional" />
73+ <xs : attribute default =" Unknown" name =" unknown-name" type =" xs:string" use =" optional" />
74+ <xs : anyAttribute processContents =" lax" />
75+ </xs : restriction >
76+ </xs : complexContent >
77+ </xs : complexType >
78+ <xs : element name =" MemoryUsageBreakdown" substitutionGroup =" engine:VisualElement" xmlns : q4 =" Unity.Profiling.Editor" type =" q4:MemoryUsageBreakdownType" />
79+ <xs : complexType name =" BackgroundPatternType" >
80+ <xs : complexContent mixed =" false" >
81+ <xs : restriction base =" engine:VisualElementType" >
82+ <xs : attribute default =" " name =" name" type =" xs:string" use =" optional" />
83+ <xs : attribute default =" " name =" view-data-key" type =" xs:string" use =" optional" />
84+ <xs : attribute default =" Position" name =" picking-mode" type =" engine:VisualElement_picking-mode_Type" use =" optional" />
85+ <xs : attribute default =" " name =" tooltip" type =" xs:string" use =" optional" />
86+ <xs : attribute default =" None" name =" usage-hints" type =" engine:VisualElement_usage-hints_Type" use =" optional" />
87+ <xs : attribute default =" 0" name =" tabindex" type =" xs:int" use =" optional" />
88+ <xs : attribute default =" false" name =" focusable" type =" xs:boolean" use =" optional" />
89+ <xs : attribute default =" " name =" class" type =" xs:string" use =" optional" />
90+ <xs : attribute default =" " name =" content-container" type =" xs:string" use =" optional" />
91+ <xs : attribute default =" " name =" style" type =" xs:string" use =" optional" />
92+ <xs : attribute default =" 1" name =" scale" type =" xs:float" use =" optional" />
93+ <xs : anyAttribute processContents =" lax" />
94+ </xs : restriction >
95+ </xs : complexContent >
96+ </xs : complexType >
97+ <xs : element name =" BackgroundPattern" substitutionGroup =" engine:VisualElement" xmlns : q5 =" Unity.Profiling.Editor" type =" q5:BackgroundPatternType" />
98+ <xs : complexType name =" MemoryUsageBreakdownElementType" >
99+ <xs : complexContent mixed =" false" >
100+ <xs : restriction base =" engine:VisualElementType" >
101+ <xs : attribute default =" " name =" name" type =" xs:string" use =" optional" />
102+ <xs : attribute default =" " name =" view-data-key" type =" xs:string" use =" optional" />
103+ <xs : attribute default =" Position" name =" picking-mode" type =" engine:VisualElement_picking-mode_Type" use =" optional" />
104+ <xs : attribute default =" " name =" tooltip" type =" xs:string" use =" optional" />
105+ <xs : attribute default =" None" name =" usage-hints" type =" engine:VisualElement_usage-hints_Type" use =" optional" />
106+ <xs : attribute default =" 0" name =" tabindex" type =" xs:int" use =" optional" />
107+ <xs : attribute default =" false" name =" focusable" type =" xs:boolean" use =" optional" />
108+ <xs : attribute default =" " name =" class" type =" xs:string" use =" optional" />
109+ <xs : attribute default =" " name =" content-container" type =" xs:string" use =" optional" />
110+ <xs : attribute default =" " name =" style" type =" xs:string" use =" optional" />
111+ <xs : attribute default =" Other" name =" text" type =" xs:string" use =" optional" />
112+ <xs : attribute default =" " name =" background-color-class" type =" xs:string" use =" optional" />
113+ <xs : attribute default =" false" name =" show-used" type =" xs:boolean" use =" optional" />
114+ <xs : attribute default =" 50" name =" used-bytes" type =" xs:long" use =" optional" />
115+ <xs : attribute default =" 100" name =" total-bytes" type =" xs:long" use =" optional" />
116+ <xs : attribute default =" false" name =" show-selected" type =" xs:boolean" use =" optional" />
117+ <xs : attribute default =" 0" name =" selected-bytes" type =" xs:long" use =" optional" />
118+ <xs : anyAttribute processContents =" lax" />
119+ </xs : restriction >
120+ </xs : complexContent >
121+ </xs : complexType >
122+ <xs : element name =" MemoryUsageBreakdownElement" substitutionGroup =" engine:VisualElement" xmlns : q6 =" Unity.Profiling.Editor" type =" q6:MemoryUsageBreakdownElementType" />
123+ </xs : schema >
0 commit comments