UnityEditor.UIElements.xsd 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Accessibility" elementFormDefault="qualified" targetNamespace="UnityEditor.UIElements" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
  4. <xs:complexType name="TagFieldType">
  5. <xs:complexContent mixed="false">
  6. <xs:restriction base="engine:VisualElementType">
  7. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  8. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  9. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  10. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  11. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  12. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  13. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  14. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  15. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  16. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  17. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  18. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  19. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  20. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  21. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  22. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  23. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  24. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  25. <xs:anyAttribute processContents="lax" />
  26. </xs:restriction>
  27. </xs:complexContent>
  28. </xs:complexType>
  29. <xs:element name="TagField" substitutionGroup="engine:VisualElement" type="editor:TagFieldType" />
  30. <xs:complexType name="VisualSplitterType">
  31. <xs:complexContent mixed="false">
  32. <xs:restriction base="engine:VisualElementType">
  33. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  34. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  35. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  36. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  37. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  38. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  39. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  40. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  41. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  42. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  43. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  44. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  45. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  46. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  47. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  48. <xs:anyAttribute processContents="lax" />
  49. </xs:restriction>
  50. </xs:complexContent>
  51. </xs:complexType>
  52. <xs:element name="VisualSplitter" substitutionGroup="engine:VisualElement" type="editor:VisualSplitterType" />
  53. <xs:complexType name="ObjectFieldType">
  54. <xs:complexContent mixed="false">
  55. <xs:restriction base="engine:VisualElementType">
  56. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  57. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  58. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  59. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  60. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  61. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  62. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  63. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  64. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  65. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  66. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  67. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  68. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  69. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  70. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  71. <xs:attribute default="true" name="allow-scene-objects" type="xs:boolean" use="optional" />
  72. <xs:attribute default="UnityEngine.Object" name="type" type="xs:string" use="optional" />
  73. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  74. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  75. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  76. <xs:anyAttribute processContents="lax" />
  77. </xs:restriction>
  78. </xs:complexContent>
  79. </xs:complexType>
  80. <xs:element name="ObjectField" substitutionGroup="engine:VisualElement" type="editor:ObjectFieldType" />
  81. <xs:complexType name="DropdownOptionListItemType">
  82. <xs:complexContent mixed="false">
  83. <xs:restriction base="engine:VisualElementType">
  84. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  85. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  86. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  87. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  88. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  89. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  90. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  91. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  92. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  93. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  94. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  95. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  96. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  97. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  98. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  99. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  100. <xs:anyAttribute processContents="lax" />
  101. </xs:restriction>
  102. </xs:complexContent>
  103. </xs:complexType>
  104. <xs:element name="DropdownOptionListItem" substitutionGroup="engine:VisualElement" type="editor:DropdownOptionListItemType" />
  105. <xs:complexType name="ToolbarSearchFieldType">
  106. <xs:complexContent mixed="false">
  107. <xs:restriction base="engine:VisualElementType">
  108. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  109. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  110. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  111. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  112. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  113. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  114. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  115. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  116. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  117. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  118. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  119. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  120. <xs:attribute default="" name="placeholder-text" type="xs:string" use="optional" />
  121. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  122. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  123. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  124. <xs:anyAttribute processContents="lax" />
  125. </xs:restriction>
  126. </xs:complexContent>
  127. </xs:complexType>
  128. <xs:element name="ToolbarSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarSearchFieldType" />
  129. <xs:complexType name="ToolbarPopupSearchFieldType">
  130. <xs:complexContent mixed="false">
  131. <xs:restriction base="engine:VisualElementType">
  132. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  133. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  134. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  135. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  136. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  137. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  138. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  139. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  140. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  141. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  142. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  143. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  144. <xs:attribute default="" name="placeholder-text" type="xs:string" use="optional" />
  145. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  146. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  147. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  148. <xs:anyAttribute processContents="lax" />
  149. </xs:restriction>
  150. </xs:complexContent>
  151. </xs:complexType>
  152. <xs:element name="ToolbarPopupSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarPopupSearchFieldType" />
  153. <xs:complexType name="ToolbarButtonType">
  154. <xs:complexContent mixed="false">
  155. <xs:restriction base="engine:VisualElementType">
  156. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  157. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  158. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  159. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  160. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  161. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  162. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  163. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  164. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  165. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  166. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  167. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  168. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  169. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  170. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  171. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  172. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  173. <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" />
  174. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  175. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  176. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  177. <xs:attribute default="" name="icon-image" type="xs:string" use="optional" />
  178. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  179. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  180. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  181. <xs:anyAttribute processContents="lax" />
  182. </xs:restriction>
  183. </xs:complexContent>
  184. </xs:complexType>
  185. <xs:element name="ToolbarButton" substitutionGroup="engine:VisualElement" type="editor:ToolbarButtonType" />
  186. <xs:complexType name="ToolbarMenuType">
  187. <xs:complexContent mixed="false">
  188. <xs:restriction base="engine:VisualElementType">
  189. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  190. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  191. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  192. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  193. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  194. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  195. <xs:attribute default="-1" name="tabindex" type="xs:int" use="optional" />
  196. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  197. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  198. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  199. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  200. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  201. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  202. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  203. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  204. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  205. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  206. <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" />
  207. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  208. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  209. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  210. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  211. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  212. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  213. <xs:anyAttribute processContents="lax" />
  214. </xs:restriction>
  215. </xs:complexContent>
  216. </xs:complexType>
  217. <xs:element name="ToolbarMenu" substitutionGroup="engine:VisualElement" type="editor:ToolbarMenuType" />
  218. <xs:complexType name="LayerFieldType">
  219. <xs:complexContent mixed="false">
  220. <xs:restriction base="engine:VisualElementType">
  221. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  222. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  223. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  224. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  225. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  226. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  227. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  228. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  229. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  230. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  231. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  232. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  233. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  234. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  235. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  236. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  237. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  238. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  239. <xs:anyAttribute processContents="lax" />
  240. </xs:restriction>
  241. </xs:complexContent>
  242. </xs:complexType>
  243. <xs:element name="LayerField" substitutionGroup="engine:VisualElement" type="editor:LayerFieldType" />
  244. <xs:complexType name="MaskFieldType">
  245. <xs:complexContent mixed="false">
  246. <xs:restriction base="engine:VisualElementType">
  247. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  248. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  249. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  250. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  251. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  252. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  253. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  254. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  255. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  256. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  257. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  258. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  259. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  260. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  261. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  262. <xs:attribute default="System.Collections.Generic.List`1[System.String]" name="choices" type="xs:string" use="optional" />
  263. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  264. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  265. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  266. <xs:anyAttribute processContents="lax" />
  267. </xs:restriction>
  268. </xs:complexContent>
  269. </xs:complexType>
  270. <xs:element name="MaskField" substitutionGroup="engine:VisualElement" type="editor:MaskFieldType" />
  271. <xs:complexType name="ColorFieldType">
  272. <xs:complexContent mixed="false">
  273. <xs:restriction base="engine:VisualElementType">
  274. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  275. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  276. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  277. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  278. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  279. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  280. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  281. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  282. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  283. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  284. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  285. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  286. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  287. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  288. <xs:attribute default="RGBA(0.000, 0.000, 0.000, 0.000)" name="value" type="xs:string" use="optional" />
  289. <xs:attribute default="false" name="show-eye-dropper" type="xs:boolean" use="optional" />
  290. <xs:attribute default="true" name="show-alpha" type="xs:boolean" use="optional" />
  291. <xs:attribute default="false" name="hdr" type="xs:boolean" use="optional" />
  292. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  293. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  294. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  295. <xs:anyAttribute processContents="lax" />
  296. </xs:restriction>
  297. </xs:complexContent>
  298. </xs:complexType>
  299. <xs:element name="ColorField" substitutionGroup="engine:VisualElement" type="editor:ColorFieldType" />
  300. <xs:complexType name="ToolbarSpacerType">
  301. <xs:complexContent mixed="false">
  302. <xs:restriction base="engine:VisualElementType">
  303. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  304. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  305. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  306. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  307. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  308. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  309. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  310. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  311. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  312. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  313. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  314. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  315. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  316. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  317. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  318. <xs:anyAttribute processContents="lax" />
  319. </xs:restriction>
  320. </xs:complexContent>
  321. </xs:complexType>
  322. <xs:element name="ToolbarSpacer" substitutionGroup="engine:VisualElement" type="editor:ToolbarSpacerType" />
  323. <xs:complexType name="PropertyFieldType">
  324. <xs:complexContent mixed="false">
  325. <xs:restriction base="engine:VisualElementType">
  326. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  327. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  328. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  329. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  330. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  331. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  332. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  333. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  334. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  335. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  336. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  337. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  338. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  339. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  340. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  341. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  342. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  343. <xs:anyAttribute processContents="lax" />
  344. </xs:restriction>
  345. </xs:complexContent>
  346. </xs:complexType>
  347. <xs:element name="PropertyField" substitutionGroup="engine:VisualElement" type="editor:PropertyFieldType" />
  348. <xs:complexType name="LayerMaskFieldType">
  349. <xs:complexContent mixed="false">
  350. <xs:restriction base="engine:VisualElementType">
  351. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  352. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  353. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  354. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  355. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  356. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  357. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  358. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  359. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  360. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  361. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  362. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  363. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  364. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  365. <xs:attribute default="UnityEngine.LayerMask" name="value" type="xs:string" use="optional" />
  366. <xs:attribute default="System.Collections.Generic.List`1[System.String]" name="choices" type="xs:string" use="optional" />
  367. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  368. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  369. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  370. <xs:anyAttribute processContents="lax" />
  371. </xs:restriction>
  372. </xs:complexContent>
  373. </xs:complexType>
  374. <xs:element name="LayerMaskField" substitutionGroup="engine:VisualElement" type="editor:LayerMaskFieldType" />
  375. <xs:complexType name="InspectorElementType">
  376. <xs:complexContent mixed="false">
  377. <xs:restriction base="engine:VisualElementType">
  378. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  379. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  380. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  381. <xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  382. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  383. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  384. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  385. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  386. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  387. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  388. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  389. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  390. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  391. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  392. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  393. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  394. <xs:anyAttribute processContents="lax" />
  395. </xs:restriction>
  396. </xs:complexContent>
  397. </xs:complexType>
  398. <xs:element name="InspectorElement" substitutionGroup="engine:VisualElement" type="editor:InspectorElementType" />
  399. <xs:complexType name="UnityEventItemType">
  400. <xs:complexContent mixed="false">
  401. <xs:restriction base="engine:VisualElementType">
  402. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  403. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  404. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  405. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  406. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  407. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  408. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  409. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  410. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  411. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  412. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  413. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  414. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  415. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  416. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  417. <xs:anyAttribute processContents="lax" />
  418. </xs:restriction>
  419. </xs:complexContent>
  420. </xs:complexType>
  421. <xs:element name="UnityEventItem" substitutionGroup="engine:VisualElement" type="editor:UnityEventItemType" />
  422. <xs:complexType name="ToolbarBreadcrumbsType">
  423. <xs:complexContent mixed="false">
  424. <xs:restriction base="engine:VisualElementType">
  425. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  426. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  427. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  428. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  429. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  430. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  431. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  432. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  433. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  434. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  435. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  436. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  437. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  438. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  439. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  440. <xs:anyAttribute processContents="lax" />
  441. </xs:restriction>
  442. </xs:complexContent>
  443. </xs:complexType>
  444. <xs:element name="ToolbarBreadcrumbs" substitutionGroup="engine:VisualElement" type="editor:ToolbarBreadcrumbsType" />
  445. <xs:complexType name="ToolbarToggleType">
  446. <xs:complexContent mixed="false">
  447. <xs:restriction base="engine:VisualElementType">
  448. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  449. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  450. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  451. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  452. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  453. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  454. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  455. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  456. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  457. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  458. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  459. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  460. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  461. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  462. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  463. <xs:attribute default="true" name="toggle-on-label-click" type="xs:boolean" use="optional" />
  464. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  465. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  466. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  467. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  468. <xs:anyAttribute processContents="lax" />
  469. </xs:restriction>
  470. </xs:complexContent>
  471. </xs:complexType>
  472. <xs:element name="ToolbarToggle" substitutionGroup="engine:VisualElement" type="editor:ToolbarToggleType" />
  473. <xs:complexType name="ObjectFieldWithPromptType">
  474. <xs:complexContent mixed="false">
  475. <xs:restriction base="engine:VisualElementType">
  476. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  477. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  478. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  479. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  480. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  481. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  482. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  483. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  484. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  485. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  486. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  487. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  488. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  489. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  490. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  491. <xs:attribute default="false" name="allow-scene-objects" type="xs:boolean" use="optional" />
  492. <xs:attribute default="" name="type" type="xs:string" use="optional" />
  493. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  494. <xs:attribute default="" name="message" type="xs:string" use="optional" />
  495. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  496. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  497. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  498. <xs:anyAttribute processContents="lax" />
  499. </xs:restriction>
  500. </xs:complexContent>
  501. </xs:complexType>
  502. <xs:element name="ObjectFieldWithPrompt" substitutionGroup="engine:VisualElement" type="editor:ObjectFieldWithPromptType" />
  503. <xs:complexType name="CurveFieldType">
  504. <xs:complexContent mixed="false">
  505. <xs:restriction base="engine:VisualElementType">
  506. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  507. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  508. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  509. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  510. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  511. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  512. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  513. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  514. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  515. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  516. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  517. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  518. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  519. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  520. <xs:attribute default="UnityEngine.AnimationCurve" name="value" type="xs:string" use="optional" />
  521. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  522. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  523. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  524. <xs:anyAttribute processContents="lax" />
  525. </xs:restriction>
  526. </xs:complexContent>
  527. </xs:complexType>
  528. <xs:element name="CurveField" substitutionGroup="engine:VisualElement" type="editor:CurveFieldType" />
  529. <xs:complexType name="GradientFieldType">
  530. <xs:complexContent mixed="false">
  531. <xs:restriction base="engine:VisualElementType">
  532. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  533. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  534. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  535. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  536. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  537. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  538. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  539. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  540. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  541. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  542. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  543. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  544. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  545. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  546. <xs:attribute default="UnityEngine.Gradient" name="value" type="xs:string" use="optional" />
  547. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  548. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  549. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  550. <xs:anyAttribute processContents="lax" />
  551. </xs:restriction>
  552. </xs:complexContent>
  553. </xs:complexType>
  554. <xs:element name="GradientField" substitutionGroup="engine:VisualElement" type="editor:GradientFieldType" />
  555. <xs:complexType name="RenderingLayerMaskFieldType">
  556. <xs:complexContent mixed="false">
  557. <xs:restriction base="engine:VisualElementType">
  558. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  559. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  560. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  561. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  562. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  563. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  564. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  565. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  566. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  567. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  568. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  569. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  570. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  571. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  572. <xs:attribute default="UnityEngine.RenderingLayerMask" name="value" type="xs:string" use="optional" />
  573. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  574. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  575. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  576. <xs:anyAttribute processContents="lax" />
  577. </xs:restriction>
  578. </xs:complexContent>
  579. </xs:complexType>
  580. <xs:element name="RenderingLayerMaskField" substitutionGroup="engine:VisualElement" type="editor:RenderingLayerMaskFieldType" />
  581. <xs:complexType name="ToolbarType">
  582. <xs:complexContent mixed="false">
  583. <xs:restriction base="engine:VisualElementType">
  584. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  585. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  586. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  587. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  588. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  589. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  590. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  591. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  592. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  593. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  594. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  595. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  596. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  597. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  598. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  599. <xs:anyAttribute processContents="lax" />
  600. </xs:restriction>
  601. </xs:complexContent>
  602. </xs:complexType>
  603. <xs:element name="Toolbar" substitutionGroup="engine:VisualElement" type="editor:ToolbarType" />
  604. <xs:complexType name="EnumFlagsFieldType">
  605. <xs:complexContent mixed="false">
  606. <xs:restriction base="engine:VisualElementType">
  607. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  608. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  609. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  610. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  611. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  612. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  613. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  614. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  615. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  616. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  617. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  618. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  619. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  620. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  621. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  622. <xs:attribute default="" name="type" type="xs:string" use="optional" />
  623. <xs:attribute default="false" name="include-obsolete-values" type="xs:boolean" use="optional" />
  624. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  625. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  626. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  627. <xs:anyAttribute processContents="lax" />
  628. </xs:restriction>
  629. </xs:complexContent>
  630. </xs:complexType>
  631. <xs:element name="EnumFlagsField" substitutionGroup="engine:VisualElement" type="editor:EnumFlagsFieldType" />
  632. <xs:complexType name="MinMaxGradientFieldType">
  633. <xs:complexContent mixed="false">
  634. <xs:restriction base="engine:VisualElementType">
  635. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  636. <xs:element ref="engine:VisualElement" />
  637. </xs:sequence>
  638. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  639. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  640. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  641. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  642. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  643. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  644. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  645. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  646. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  647. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  648. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  649. <xs:attribute default="null" name="data-source" type="xs:string" use="optional" />
  650. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  651. <xs:attribute default="null" name="data-source-type" type="xs:string" use="optional" />
  652. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  653. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  654. <xs:anyAttribute processContents="lax" />
  655. </xs:restriction>
  656. </xs:complexContent>
  657. </xs:complexType>
  658. <xs:element name="MinMaxGradientField" substitutionGroup="engine:VisualElement" type="editor:MinMaxGradientFieldType" />
  659. </xs:schema>