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="PropertyFieldType">
  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="false" 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="content-container" type="xs:string" use="optional" />
  22. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  23. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  24. <xs:anyAttribute processContents="lax" />
  25. </xs:restriction>
  26. </xs:complexContent>
  27. </xs:complexType>
  28. <xs:element name="PropertyField" substitutionGroup="engine:VisualElement" type="editor:PropertyFieldType" />
  29. <xs:complexType name="UnityEventItemType">
  30. <xs:complexContent mixed="false">
  31. <xs:restriction base="engine:VisualElementType">
  32. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  33. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  34. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  35. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  36. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  37. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  38. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  39. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  40. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  41. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  42. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  43. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  44. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  45. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  46. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  47. <xs:anyAttribute processContents="lax" />
  48. </xs:restriction>
  49. </xs:complexContent>
  50. </xs:complexType>
  51. <xs:element name="UnityEventItem" substitutionGroup="engine:VisualElement" type="editor:UnityEventItemType" />
  52. <xs:complexType name="ToolbarPopupSearchFieldType">
  53. <xs:complexContent mixed="false">
  54. <xs:restriction base="engine:VisualElementType">
  55. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  56. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  57. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  58. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  59. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  60. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  61. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  62. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  63. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  64. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  65. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  66. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  67. <xs:attribute default="" name="placeholder-text" type="xs:string" use="optional" />
  68. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  69. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  70. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  71. <xs:anyAttribute processContents="lax" />
  72. </xs:restriction>
  73. </xs:complexContent>
  74. </xs:complexType>
  75. <xs:element name="ToolbarPopupSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarPopupSearchFieldType" />
  76. <xs:complexType name="ToolbarBreadcrumbsType">
  77. <xs:complexContent mixed="false">
  78. <xs:restriction base="engine:VisualElementType">
  79. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  80. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  81. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  82. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  83. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  84. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  85. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  86. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  87. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  88. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  89. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  90. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  91. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  92. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  93. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  94. <xs:anyAttribute processContents="lax" />
  95. </xs:restriction>
  96. </xs:complexContent>
  97. </xs:complexType>
  98. <xs:element name="ToolbarBreadcrumbs" substitutionGroup="engine:VisualElement" type="editor:ToolbarBreadcrumbsType" />
  99. <xs:complexType name="EnumFlagsFieldType">
  100. <xs:complexContent mixed="false">
  101. <xs:restriction base="engine:VisualElementType">
  102. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  103. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  104. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  105. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  106. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  107. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  108. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  109. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  110. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  111. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  112. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  113. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  114. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  115. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  116. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  117. <xs:attribute default="" name="type" type="xs:string" use="optional" />
  118. <xs:attribute default="false" name="include-obsolete-values" type="xs:boolean" use="optional" />
  119. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  120. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  121. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  122. <xs:anyAttribute processContents="lax" />
  123. </xs:restriction>
  124. </xs:complexContent>
  125. </xs:complexType>
  126. <xs:element name="EnumFlagsField" substitutionGroup="engine:VisualElement" type="editor:EnumFlagsFieldType" />
  127. <xs:complexType name="CurveFieldType">
  128. <xs:complexContent mixed="false">
  129. <xs:restriction base="engine:VisualElementType">
  130. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  131. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  132. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  133. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  134. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  135. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  136. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  137. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  138. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  139. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  140. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  141. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  142. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  143. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  144. <xs:attribute default="UnityEngine.AnimationCurve" name="value" 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="CurveField" substitutionGroup="engine:VisualElement" type="editor:CurveFieldType" />
  153. <xs:complexType name="ObjectFieldWithPromptType">
  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="label" type="xs:string" use="optional" />
  170. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  171. <xs:attribute default="false" name="allow-scene-objects" type="xs:boolean" use="optional" />
  172. <xs:attribute default="" name="type" type="xs:string" use="optional" />
  173. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  174. <xs:attribute default="" name="message" type="xs:string" use="optional" />
  175. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  176. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  177. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  178. <xs:anyAttribute processContents="lax" />
  179. </xs:restriction>
  180. </xs:complexContent>
  181. </xs:complexType>
  182. <xs:element name="ObjectFieldWithPrompt" substitutionGroup="engine:VisualElement" type="editor:ObjectFieldWithPromptType" />
  183. <xs:complexType name="ToolbarType">
  184. <xs:complexContent mixed="false">
  185. <xs:restriction base="engine:VisualElementType">
  186. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  187. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  188. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  189. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  190. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  191. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  192. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  193. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  194. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  195. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  196. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  197. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  198. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  199. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  200. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  201. <xs:anyAttribute processContents="lax" />
  202. </xs:restriction>
  203. </xs:complexContent>
  204. </xs:complexType>
  205. <xs:element name="Toolbar" substitutionGroup="engine:VisualElement" type="editor:ToolbarType" />
  206. <xs:complexType name="ToolbarButtonType">
  207. <xs:complexContent mixed="false">
  208. <xs:restriction base="engine:VisualElementType">
  209. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  210. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  211. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  212. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  213. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  214. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  215. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  216. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  217. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  218. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  219. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  220. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  221. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  222. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  223. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  224. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  225. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  226. <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" />
  227. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  228. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  229. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  230. <xs:attribute default="" name="icon-image" type="xs:string" use="optional" />
  231. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  232. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  233. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  234. <xs:anyAttribute processContents="lax" />
  235. </xs:restriction>
  236. </xs:complexContent>
  237. </xs:complexType>
  238. <xs:element name="ToolbarButton" substitutionGroup="engine:VisualElement" type="editor:ToolbarButtonType" />
  239. <xs:complexType name="LayerFieldType">
  240. <xs:complexContent mixed="false">
  241. <xs:restriction base="engine:VisualElementType">
  242. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  243. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  244. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  245. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  246. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  247. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  248. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  249. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  250. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  251. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  252. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  253. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  254. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  255. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  256. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  257. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  258. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  259. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  260. <xs:anyAttribute processContents="lax" />
  261. </xs:restriction>
  262. </xs:complexContent>
  263. </xs:complexType>
  264. <xs:element name="LayerField" substitutionGroup="engine:VisualElement" type="editor:LayerFieldType" />
  265. <xs:complexType name="ToolbarToggleType">
  266. <xs:complexContent mixed="false">
  267. <xs:restriction base="engine:VisualElementType">
  268. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  269. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  270. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  271. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  272. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  273. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  274. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  275. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  276. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  277. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  278. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  279. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  280. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  281. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  282. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  283. <xs:attribute default="true" name="toggle-on-label-click" type="xs:boolean" use="optional" />
  284. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  285. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  286. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  287. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  288. <xs:anyAttribute processContents="lax" />
  289. </xs:restriction>
  290. </xs:complexContent>
  291. </xs:complexType>
  292. <xs:element name="ToolbarToggle" substitutionGroup="engine:VisualElement" type="editor:ToolbarToggleType" />
  293. <xs:complexType name="ToolbarSpacerType">
  294. <xs:complexContent mixed="false">
  295. <xs:restriction base="engine:VisualElementType">
  296. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  297. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  298. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  299. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  300. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  301. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  302. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  303. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  304. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  305. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  306. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  307. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  308. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  309. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  310. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  311. <xs:anyAttribute processContents="lax" />
  312. </xs:restriction>
  313. </xs:complexContent>
  314. </xs:complexType>
  315. <xs:element name="ToolbarSpacer" substitutionGroup="engine:VisualElement" type="editor:ToolbarSpacerType" />
  316. <xs:complexType name="LayerMaskFieldType">
  317. <xs:complexContent mixed="false">
  318. <xs:restriction base="engine:VisualElementType">
  319. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  320. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  321. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  322. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  323. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  324. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  325. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  326. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  327. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  328. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  329. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  330. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  331. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  332. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  333. <xs:attribute default="UnityEngine.LayerMask" name="value" type="xs:string" use="optional" />
  334. <xs:attribute default="System.Collections.Generic.List`1[System.String]" name="choices" type="xs:string" use="optional" />
  335. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  336. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  337. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  338. <xs:anyAttribute processContents="lax" />
  339. </xs:restriction>
  340. </xs:complexContent>
  341. </xs:complexType>
  342. <xs:element name="LayerMaskField" substitutionGroup="engine:VisualElement" type="editor:LayerMaskFieldType" />
  343. <xs:complexType name="ToolbarMenuType">
  344. <xs:complexContent mixed="false">
  345. <xs:restriction base="engine:VisualElementType">
  346. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  347. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  348. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  349. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  350. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  351. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  352. <xs:attribute default="-1" name="tabindex" type="xs:int" use="optional" />
  353. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  354. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  355. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  356. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  357. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  358. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  359. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  360. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  361. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  362. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  363. <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" />
  364. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  365. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  366. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" 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="ToolbarMenu" substitutionGroup="engine:VisualElement" type="editor:ToolbarMenuType" />
  375. <xs:complexType name="VisualSplitterType">
  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="Position" 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="content-container" type="xs:string" use="optional" />
  391. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  392. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  393. <xs:anyAttribute processContents="lax" />
  394. </xs:restriction>
  395. </xs:complexContent>
  396. </xs:complexType>
  397. <xs:element name="VisualSplitter" substitutionGroup="engine:VisualElement" type="editor:VisualSplitterType" />
  398. <xs:complexType name="MaskFieldType">
  399. <xs:complexContent mixed="false">
  400. <xs:restriction base="engine:VisualElementType">
  401. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  402. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  403. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  404. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  405. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  406. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  407. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  408. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  409. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  410. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  411. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  412. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  413. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  414. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  415. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  416. <xs:attribute default="System.Collections.Generic.List`1[System.String]" name="choices" type="xs:string" use="optional" />
  417. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  418. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  419. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  420. <xs:anyAttribute processContents="lax" />
  421. </xs:restriction>
  422. </xs:complexContent>
  423. </xs:complexType>
  424. <xs:element name="MaskField" substitutionGroup="engine:VisualElement" type="editor:MaskFieldType" />
  425. <xs:complexType name="TagFieldType">
  426. <xs:complexContent mixed="false">
  427. <xs:restriction base="engine:VisualElementType">
  428. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  429. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  430. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  431. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  432. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  433. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  434. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  435. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  436. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  437. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  438. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  439. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  440. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  441. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  442. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  443. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  444. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  445. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  446. <xs:anyAttribute processContents="lax" />
  447. </xs:restriction>
  448. </xs:complexContent>
  449. </xs:complexType>
  450. <xs:element name="TagField" substitutionGroup="engine:VisualElement" type="editor:TagFieldType" />
  451. <xs:complexType name="RenderingLayerMaskFieldType">
  452. <xs:complexContent mixed="false">
  453. <xs:restriction base="engine:VisualElementType">
  454. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  455. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  456. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  457. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  458. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  459. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  460. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  461. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  462. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  463. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  464. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  465. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  466. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  467. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  468. <xs:attribute default="UnityEngine.RenderingLayerMask" name="value" type="xs:string" use="optional" />
  469. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  470. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  471. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  472. <xs:anyAttribute processContents="lax" />
  473. </xs:restriction>
  474. </xs:complexContent>
  475. </xs:complexType>
  476. <xs:element name="RenderingLayerMaskField" substitutionGroup="engine:VisualElement" type="editor:RenderingLayerMaskFieldType" />
  477. <xs:complexType name="GradientFieldType">
  478. <xs:complexContent mixed="false">
  479. <xs:restriction base="engine:VisualElementType">
  480. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  481. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  482. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  483. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  484. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  485. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  486. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  487. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  488. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  489. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  490. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  491. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  492. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  493. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  494. <xs:attribute default="UnityEngine.Gradient" name="value" 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="GradientField" substitutionGroup="engine:VisualElement" type="editor:GradientFieldType" />
  503. <xs:complexType name="ColorFieldType">
  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="RGBA(0.000, 0.000, 0.000, 0.000)" name="value" type="xs:string" use="optional" />
  521. <xs:attribute default="false" name="show-eye-dropper" type="xs:boolean" use="optional" />
  522. <xs:attribute default="true" name="show-alpha" type="xs:boolean" use="optional" />
  523. <xs:attribute default="false" name="hdr" type="xs:boolean" use="optional" />
  524. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  525. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  526. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  527. <xs:anyAttribute processContents="lax" />
  528. </xs:restriction>
  529. </xs:complexContent>
  530. </xs:complexType>
  531. <xs:element name="ColorField" substitutionGroup="engine:VisualElement" type="editor:ColorFieldType" />
  532. <xs:complexType name="InspectorElementType">
  533. <xs:complexContent mixed="false">
  534. <xs:restriction base="engine:VisualElementType">
  535. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  536. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  537. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  538. <xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  539. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  540. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  541. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  542. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  543. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  544. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  545. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  546. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  547. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  548. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  549. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  550. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  551. <xs:anyAttribute processContents="lax" />
  552. </xs:restriction>
  553. </xs:complexContent>
  554. </xs:complexType>
  555. <xs:element name="InspectorElement" substitutionGroup="engine:VisualElement" type="editor:InspectorElementType" />
  556. <xs:complexType name="DropdownOptionListItemType">
  557. <xs:complexContent mixed="false">
  558. <xs:restriction base="engine:VisualElementType">
  559. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  560. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  561. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  562. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  563. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  564. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  565. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  566. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  567. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  568. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  569. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  570. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  571. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  572. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  573. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  574. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  575. <xs:anyAttribute processContents="lax" />
  576. </xs:restriction>
  577. </xs:complexContent>
  578. </xs:complexType>
  579. <xs:element name="DropdownOptionListItem" substitutionGroup="engine:VisualElement" type="editor:DropdownOptionListItemType" />
  580. <xs:complexType name="ToolbarSearchFieldType">
  581. <xs:complexContent mixed="false">
  582. <xs:restriction base="engine:VisualElementType">
  583. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  584. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  585. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  586. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  587. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  588. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  589. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  590. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  591. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  592. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  593. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  594. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  595. <xs:attribute default="" name="placeholder-text" 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="ToolbarSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarSearchFieldType" />
  604. <xs:complexType name="ObjectFieldType">
  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="true" name="allow-scene-objects" type="xs:boolean" use="optional" />
  623. <xs:attribute default="UnityEngine.Object" name="type" type="xs:string" 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="ObjectField" substitutionGroup="engine:VisualElement" type="editor:ObjectFieldType" />
  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>