UnityEditor.PackageManager.UI.Internal.xsd 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
  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.PackageManager.UI.Internal" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
  4. <xs:complexType name="DropdownButtonType">
  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="content-container" type="xs:string" use="optional" />
  20. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  21. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  22. <xs:anyAttribute processContents="lax" />
  23. </xs:restriction>
  24. </xs:complexContent>
  25. </xs:complexType>
  26. <xs:element name="DropdownButton" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.PackageManager.UI.Internal" type="q1:DropdownButtonType" />
  27. <xs:complexType name="MultiSelectDetailsType">
  28. <xs:complexContent mixed="false">
  29. <xs:restriction base="engine:VisualElementType">
  30. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  31. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  32. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  33. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  34. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  35. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  36. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  37. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  38. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  39. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  40. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  41. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  42. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  43. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  44. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  45. <xs:anyAttribute processContents="lax" />
  46. </xs:restriction>
  47. </xs:complexContent>
  48. </xs:complexType>
  49. <xs:element name="MultiSelectDetails" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.PackageManager.UI.Internal" type="q2:MultiSelectDetailsType" />
  50. <xs:simpleType name="PackageListScrollView_mode_Type">
  51. <xs:restriction base="xs:string">
  52. <xs:enumeration value="Vertical" />
  53. <xs:enumeration value="Horizontal" />
  54. <xs:enumeration value="VerticalAndHorizontal" />
  55. </xs:restriction>
  56. </xs:simpleType>
  57. <xs:simpleType name="PackageListScrollView_nested-interaction-kind_Type">
  58. <xs:restriction base="xs:string">
  59. <xs:enumeration value="Default" />
  60. <xs:enumeration value="StopScrolling" />
  61. <xs:enumeration value="ForwardScrolling" />
  62. </xs:restriction>
  63. </xs:simpleType>
  64. <xs:simpleType name="PackageListScrollView_horizontal-scroller-visibility_Type">
  65. <xs:restriction base="xs:string">
  66. <xs:enumeration value="Auto" />
  67. <xs:enumeration value="AlwaysVisible" />
  68. <xs:enumeration value="Hidden" />
  69. </xs:restriction>
  70. </xs:simpleType>
  71. <xs:simpleType name="PackageListScrollView_vertical-scroller-visibility_Type">
  72. <xs:restriction base="xs:string">
  73. <xs:enumeration value="Auto" />
  74. <xs:enumeration value="AlwaysVisible" />
  75. <xs:enumeration value="Hidden" />
  76. </xs:restriction>
  77. </xs:simpleType>
  78. <xs:simpleType name="PackageListScrollView_touch-scroll-type_Type">
  79. <xs:restriction base="xs:string">
  80. <xs:enumeration value="Unrestricted" />
  81. <xs:enumeration value="Elastic" />
  82. <xs:enumeration value="Clamped" />
  83. </xs:restriction>
  84. </xs:simpleType>
  85. <xs:complexType name="PackageListScrollViewType">
  86. <xs:complexContent mixed="false">
  87. <xs:restriction base="engine:VisualElementType">
  88. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  89. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  90. <xs:attribute default="package-list-scrollview-key" name="view-data-key" type="xs:string" use="optional" />
  91. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  92. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  93. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  94. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  95. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  96. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  97. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  98. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  99. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  100. <xs:attribute default="Vertical" name="mode" xmlns:q3="UnityEditor.PackageManager.UI.Internal" type="q3:PackageListScrollView_mode_Type" use="optional" />
  101. <xs:attribute default="Default" name="nested-interaction-kind" xmlns:q4="UnityEditor.PackageManager.UI.Internal" type="q4:PackageListScrollView_nested-interaction-kind_Type" use="optional" />
  102. <xs:attribute default="false" name="show-horizontal-scroller" type="xs:boolean" use="optional" />
  103. <xs:attribute default="false" name="show-vertical-scroller" type="xs:boolean" use="optional" />
  104. <xs:attribute default="Hidden" name="horizontal-scroller-visibility" xmlns:q5="UnityEditor.PackageManager.UI.Internal" type="q5:PackageListScrollView_horizontal-scroller-visibility_Type" use="optional" />
  105. <xs:attribute default="Auto" name="vertical-scroller-visibility" xmlns:q6="UnityEditor.PackageManager.UI.Internal" type="q6:PackageListScrollView_vertical-scroller-visibility_Type" use="optional" />
  106. <xs:attribute default="-1" name="horizontal-page-size" type="xs:float" use="optional" />
  107. <xs:attribute default="-1" name="vertical-page-size" type="xs:float" use="optional" />
  108. <xs:attribute default="18" name="mouse-wheel-scroll-size" type="xs:float" use="optional" />
  109. <xs:attribute default="Clamped" name="touch-scroll-type" xmlns:q7="UnityEditor.PackageManager.UI.Internal" type="q7:PackageListScrollView_touch-scroll-type_Type" use="optional" />
  110. <xs:attribute default="0.135" name="scroll-deceleration-rate" type="xs:float" use="optional" />
  111. <xs:attribute default="0.1" name="elasticity" type="xs:float" use="optional" />
  112. <xs:attribute default="16" name="elastic-animation-interval-ms" type="xs:long" use="optional" />
  113. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  114. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  115. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  116. <xs:anyAttribute processContents="lax" />
  117. </xs:restriction>
  118. </xs:complexContent>
  119. </xs:complexType>
  120. <xs:element name="PackageListScrollView" substitutionGroup="engine:VisualElement" xmlns:q8="UnityEditor.PackageManager.UI.Internal" type="q8:PackageListScrollViewType" />
  121. <xs:simpleType name="PackageListView_virtualization-method_Type">
  122. <xs:restriction base="xs:string">
  123. <xs:enumeration value="FixedHeight" />
  124. <xs:enumeration value="DynamicHeight" />
  125. </xs:restriction>
  126. </xs:simpleType>
  127. <xs:simpleType name="PackageListView_selection-type_Type">
  128. <xs:restriction base="xs:string">
  129. <xs:enumeration value="None" />
  130. <xs:enumeration value="Single" />
  131. <xs:enumeration value="Multiple" />
  132. </xs:restriction>
  133. </xs:simpleType>
  134. <xs:simpleType name="PackageListView_show-alternating-row-backgrounds_Type">
  135. <xs:restriction base="xs:string">
  136. <xs:enumeration value="None" />
  137. <xs:enumeration value="ContentOnly" />
  138. <xs:enumeration value="All" />
  139. </xs:restriction>
  140. </xs:simpleType>
  141. <xs:simpleType name="PackageListView_reorder-mode_Type">
  142. <xs:restriction base="xs:string">
  143. <xs:enumeration value="Simple" />
  144. <xs:enumeration value="Animated" />
  145. </xs:restriction>
  146. </xs:simpleType>
  147. <xs:simpleType name="PackageListView_binding-source-selection-mode_Type">
  148. <xs:restriction base="xs:string">
  149. <xs:enumeration value="Manual" />
  150. <xs:enumeration value="AutoAssign" />
  151. </xs:restriction>
  152. </xs:simpleType>
  153. <xs:complexType name="PackageListViewType">
  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="Ignore" 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="25" name="fixed-item-height" type="xs:float" use="optional" />
  170. <xs:attribute default="FixedHeight" name="virtualization-method" xmlns:q9="UnityEditor.PackageManager.UI.Internal" type="q9:PackageListView_virtualization-method_Type" use="optional" />
  171. <xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" />
  172. <xs:attribute default="Multiple" name="selection-type" xmlns:q10="UnityEditor.PackageManager.UI.Internal" type="q10:PackageListView_selection-type_Type" use="optional" />
  173. <xs:attribute default="None" name="show-alternating-row-backgrounds" xmlns:q11="UnityEditor.PackageManager.UI.Internal" type="q11:PackageListView_show-alternating-row-backgrounds_Type" use="optional" />
  174. <xs:attribute default="false" name="reorderable" type="xs:boolean" use="optional" />
  175. <xs:attribute default="false" name="horizontal-scrolling" type="xs:boolean" use="optional" />
  176. <xs:attribute default="false" name="show-foldout-header" type="xs:boolean" use="optional" />
  177. <xs:attribute default="" name="header-title" type="xs:string" use="optional" />
  178. <xs:attribute default="false" name="show-add-remove-footer" type="xs:boolean" use="optional" />
  179. <xs:attribute default="true" name="allow-add" type="xs:boolean" use="optional" />
  180. <xs:attribute default="true" name="allow-remove" type="xs:boolean" use="optional" />
  181. <xs:attribute default="Simple" name="reorder-mode" xmlns:q12="UnityEditor.PackageManager.UI.Internal" type="q12:PackageListView_reorder-mode_Type" use="optional" />
  182. <xs:attribute default="true" name="show-bound-collection-size" type="xs:boolean" use="optional" />
  183. <xs:attribute default="Manual" name="binding-source-selection-mode" xmlns:q13="UnityEditor.PackageManager.UI.Internal" type="q13:PackageListView_binding-source-selection-mode_Type" use="optional" />
  184. <xs:attribute default="" name="item-template" type="xs:string" use="optional" />
  185. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  186. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  187. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  188. <xs:anyAttribute processContents="lax" />
  189. </xs:restriction>
  190. </xs:complexContent>
  191. </xs:complexType>
  192. <xs:element name="PackageListView" substitutionGroup="engine:VisualElement" xmlns:q14="UnityEditor.PackageManager.UI.Internal" type="q14:PackageListViewType" />
  193. <xs:complexType name="PackagePlatformListType">
  194. <xs:complexContent mixed="false">
  195. <xs:restriction base="engine:VisualElementType">
  196. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  197. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  198. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  199. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  200. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  201. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  202. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  203. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  204. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  205. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  206. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  207. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  208. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  209. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  210. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  211. <xs:anyAttribute processContents="lax" />
  212. </xs:restriction>
  213. </xs:complexContent>
  214. </xs:complexType>
  215. <xs:element name="PackagePlatformList" substitutionGroup="engine:VisualElement" xmlns:q15="UnityEditor.PackageManager.UI.Internal" type="q15:PackagePlatformListType" />
  216. <xs:complexType name="PackageToolbarType">
  217. <xs:complexContent mixed="false">
  218. <xs:restriction base="engine:VisualElementType">
  219. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  220. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  221. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  222. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  223. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  224. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  225. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  226. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  227. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  228. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  229. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  230. <xs:attribute default="" name="data-source-type" 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="PackageToolbar" substitutionGroup="engine:VisualElement" xmlns:q16="UnityEditor.PackageManager.UI.Internal" type="q16:PackageToolbarType" />
  239. <xs:complexType name="PackageDetailsLinksType">
  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="false" 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="content-container" type="xs:string" use="optional" />
  255. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  256. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  257. <xs:anyAttribute processContents="lax" />
  258. </xs:restriction>
  259. </xs:complexContent>
  260. </xs:complexType>
  261. <xs:element name="PackageDetailsLinks" substitutionGroup="engine:VisualElement" xmlns:q17="UnityEditor.PackageManager.UI.Internal" type="q17:PackageDetailsLinksType" />
  262. <xs:complexType name="ProgressBarType">
  263. <xs:complexContent mixed="false">
  264. <xs:restriction base="engine:VisualElementType">
  265. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  266. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  267. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  268. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  269. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  270. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  271. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  272. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  273. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  274. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  275. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  276. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  277. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  278. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  279. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  280. <xs:anyAttribute processContents="lax" />
  281. </xs:restriction>
  282. </xs:complexContent>
  283. </xs:complexType>
  284. <xs:element name="ProgressBar" substitutionGroup="engine:VisualElement" xmlns:q18="UnityEditor.PackageManager.UI.Internal" type="q18:ProgressBarType" />
  285. <xs:complexType name="PackageDetailsType">
  286. <xs:complexContent mixed="false">
  287. <xs:restriction base="engine:VisualElementType">
  288. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  289. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  290. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  291. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  292. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  293. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  294. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  295. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  296. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  297. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  298. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  299. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  300. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  301. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  302. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  303. <xs:anyAttribute processContents="lax" />
  304. </xs:restriction>
  305. </xs:complexContent>
  306. </xs:complexType>
  307. <xs:element name="PackageDetails" substitutionGroup="engine:VisualElement" xmlns:q19="UnityEditor.PackageManager.UI.Internal" type="q19:PackageDetailsType" />
  308. <xs:complexType name="InProgressViewType">
  309. <xs:complexContent mixed="false">
  310. <xs:restriction base="engine:VisualElementType">
  311. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  312. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  313. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  314. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  315. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  316. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  317. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  318. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  319. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  320. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  321. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  322. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  323. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  324. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  325. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  326. <xs:anyAttribute processContents="lax" />
  327. </xs:restriction>
  328. </xs:complexContent>
  329. </xs:complexType>
  330. <xs:element name="InProgressView" substitutionGroup="engine:VisualElement" xmlns:q20="UnityEditor.PackageManager.UI.Internal" type="q20:InProgressViewType" />
  331. <xs:complexType name="PackageStatusBarType">
  332. <xs:complexContent mixed="false">
  333. <xs:restriction base="engine:VisualElementType">
  334. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  335. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  336. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  337. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  338. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  339. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  340. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  341. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  342. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  343. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  344. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  345. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  346. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  347. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  348. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  349. <xs:anyAttribute processContents="lax" />
  350. </xs:restriction>
  351. </xs:complexContent>
  352. </xs:complexType>
  353. <xs:element name="PackageStatusBar" substitutionGroup="engine:VisualElement" xmlns:q21="UnityEditor.PackageManager.UI.Internal" type="q21:PackageStatusBarType" />
  354. <xs:complexType name="TagLabelListType">
  355. <xs:complexContent mixed="false">
  356. <xs:restriction base="engine:VisualElementType">
  357. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  358. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  359. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  360. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  361. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  362. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  363. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  364. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  365. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  366. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  367. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  368. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  369. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  370. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  371. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  372. <xs:anyAttribute processContents="lax" />
  373. </xs:restriction>
  374. </xs:complexContent>
  375. </xs:complexType>
  376. <xs:element name="TagLabelList" substitutionGroup="engine:VisualElement" xmlns:q22="UnityEditor.PackageManager.UI.Internal" type="q22:TagLabelListType" />
  377. <xs:complexType name="SelectableLabelType">
  378. <xs:complexContent mixed="false">
  379. <xs:restriction base="engine:VisualElementType">
  380. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  381. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  382. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  383. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  384. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  385. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  386. <xs:attribute default="-1" name="tabindex" type="xs:int" use="optional" />
  387. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  388. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  389. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  390. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  391. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  392. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  393. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  394. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  395. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  396. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  397. <xs:attribute default="true" name="selectable" type="xs:boolean" use="optional" />
  398. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  399. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  400. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  401. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  402. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  403. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  404. <xs:anyAttribute processContents="lax" />
  405. </xs:restriction>
  406. </xs:complexContent>
  407. </xs:complexType>
  408. <xs:element name="SelectableLabel" substitutionGroup="engine:VisualElement" xmlns:q23="UnityEditor.PackageManager.UI.Internal" type="q23:SelectableLabelType" />
  409. <xs:complexType name="ScopedRegistriesSettingsType">
  410. <xs:complexContent mixed="false">
  411. <xs:restriction base="engine:VisualElementType">
  412. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  413. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  414. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  415. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  416. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  417. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  418. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  419. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  420. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  421. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  422. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  423. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  424. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  425. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  426. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  427. <xs:anyAttribute processContents="lax" />
  428. </xs:restriction>
  429. </xs:complexContent>
  430. </xs:complexType>
  431. <xs:element name="ScopedRegistriesSettings" substitutionGroup="engine:VisualElement" xmlns:q24="UnityEditor.PackageManager.UI.Internal" type="q24:ScopedRegistriesSettingsType" />
  432. <xs:complexType name="PackageSearchBarType">
  433. <xs:complexContent mixed="false">
  434. <xs:restriction base="engine:VisualElementType">
  435. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  436. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  437. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  438. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  439. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  440. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  441. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  442. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  443. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  444. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  445. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  446. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  447. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  448. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  449. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  450. <xs:anyAttribute processContents="lax" />
  451. </xs:restriction>
  452. </xs:complexContent>
  453. </xs:complexType>
  454. <xs:element name="PackageSearchBar" substitutionGroup="engine:VisualElement" xmlns:q25="UnityEditor.PackageManager.UI.Internal" type="q25:PackageSearchBarType" />
  455. <xs:complexType name="ToolbarWindowMenuType">
  456. <xs:complexContent mixed="false">
  457. <xs:restriction base="engine:VisualElementType">
  458. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  459. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  460. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  461. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  462. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  463. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  464. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  465. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  466. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  467. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  468. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  469. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  470. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  471. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  472. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  473. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  474. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  475. <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" />
  476. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  477. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  478. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  479. <xs:attribute default="" name="icon-image" type="xs:string" use="optional" />
  480. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  481. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  482. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  483. <xs:anyAttribute processContents="lax" />
  484. </xs:restriction>
  485. </xs:complexContent>
  486. </xs:complexType>
  487. <xs:element name="ToolbarWindowMenu" substitutionGroup="engine:VisualElement" xmlns:q26="UnityEditor.PackageManager.UI.Internal" type="q26:ToolbarWindowMenuType" />
  488. <xs:complexType name="PackageLoadBarType">
  489. <xs:complexContent mixed="false">
  490. <xs:restriction base="engine:VisualElementType">
  491. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  492. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  493. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  494. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  495. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  496. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  497. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  498. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  499. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  500. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  501. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  502. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  503. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  504. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  505. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  506. <xs:anyAttribute processContents="lax" />
  507. </xs:restriction>
  508. </xs:complexContent>
  509. </xs:complexType>
  510. <xs:element name="PackageLoadBar" substitutionGroup="engine:VisualElement" xmlns:q27="UnityEditor.PackageManager.UI.Internal" type="q27:PackageLoadBarType" />
  511. <xs:complexType name="SignInBarType">
  512. <xs:complexContent mixed="false">
  513. <xs:restriction base="engine:VisualElementType">
  514. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  515. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  516. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  517. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  518. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  519. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  520. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  521. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  522. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  523. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  524. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  525. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  526. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  527. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  528. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  529. <xs:anyAttribute processContents="lax" />
  530. </xs:restriction>
  531. </xs:complexContent>
  532. </xs:complexType>
  533. <xs:element name="SignInBar" substitutionGroup="engine:VisualElement" xmlns:q28="UnityEditor.PackageManager.UI.Internal" type="q28:SignInBarType" />
  534. <xs:complexType name="AlertType">
  535. <xs:complexContent mixed="false">
  536. <xs:restriction base="engine:VisualElementType">
  537. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  538. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  539. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  540. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  541. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  542. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  543. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  544. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  545. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  546. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  547. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  548. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  549. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  550. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  551. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  552. <xs:anyAttribute processContents="lax" />
  553. </xs:restriction>
  554. </xs:complexContent>
  555. </xs:complexType>
  556. <xs:element name="Alert" substitutionGroup="engine:VisualElement" xmlns:q29="UnityEditor.PackageManager.UI.Internal" type="q29:AlertType" />
  557. <xs:complexType name="PackageListType">
  558. <xs:complexContent mixed="false">
  559. <xs:restriction base="engine:VisualElementType">
  560. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  561. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  562. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  563. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  564. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  565. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  566. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  567. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  568. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  569. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  570. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  571. <xs:attribute default="" name="data-source-type" 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="PackageList" substitutionGroup="engine:VisualElement" xmlns:q30="UnityEditor.PackageManager.UI.Internal" type="q30:PackageListType" />
  580. <xs:complexType name="LoadingSpinnerType">
  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="false" 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="content-container" type="xs:string" use="optional" />
  596. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  597. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  598. <xs:anyAttribute processContents="lax" />
  599. </xs:restriction>
  600. </xs:complexContent>
  601. </xs:complexType>
  602. <xs:element name="LoadingSpinner" substitutionGroup="engine:VisualElement" xmlns:q31="UnityEditor.PackageManager.UI.Internal" type="q31:LoadingSpinnerType" />
  603. <xs:simpleType name="Sidebar_mode_Type">
  604. <xs:restriction base="xs:string">
  605. <xs:enumeration value="Vertical" />
  606. <xs:enumeration value="Horizontal" />
  607. <xs:enumeration value="VerticalAndHorizontal" />
  608. </xs:restriction>
  609. </xs:simpleType>
  610. <xs:simpleType name="Sidebar_nested-interaction-kind_Type">
  611. <xs:restriction base="xs:string">
  612. <xs:enumeration value="Default" />
  613. <xs:enumeration value="StopScrolling" />
  614. <xs:enumeration value="ForwardScrolling" />
  615. </xs:restriction>
  616. </xs:simpleType>
  617. <xs:simpleType name="Sidebar_horizontal-scroller-visibility_Type">
  618. <xs:restriction base="xs:string">
  619. <xs:enumeration value="Auto" />
  620. <xs:enumeration value="AlwaysVisible" />
  621. <xs:enumeration value="Hidden" />
  622. </xs:restriction>
  623. </xs:simpleType>
  624. <xs:simpleType name="Sidebar_vertical-scroller-visibility_Type">
  625. <xs:restriction base="xs:string">
  626. <xs:enumeration value="Auto" />
  627. <xs:enumeration value="AlwaysVisible" />
  628. <xs:enumeration value="Hidden" />
  629. </xs:restriction>
  630. </xs:simpleType>
  631. <xs:simpleType name="Sidebar_touch-scroll-type_Type">
  632. <xs:restriction base="xs:string">
  633. <xs:enumeration value="Unrestricted" />
  634. <xs:enumeration value="Elastic" />
  635. <xs:enumeration value="Clamped" />
  636. </xs:restriction>
  637. </xs:simpleType>
  638. <xs:complexType name="SidebarType">
  639. <xs:complexContent mixed="false">
  640. <xs:restriction base="engine:VisualElementType">
  641. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  642. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  643. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  644. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  645. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  646. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  647. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  648. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  649. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  650. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  651. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  652. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  653. <xs:attribute default="Vertical" name="mode" xmlns:q32="UnityEditor.PackageManager.UI.Internal" type="q32:Sidebar_mode_Type" use="optional" />
  654. <xs:attribute default="Default" name="nested-interaction-kind" xmlns:q33="UnityEditor.PackageManager.UI.Internal" type="q33:Sidebar_nested-interaction-kind_Type" use="optional" />
  655. <xs:attribute default="false" name="show-horizontal-scroller" type="xs:boolean" use="optional" />
  656. <xs:attribute default="false" name="show-vertical-scroller" type="xs:boolean" use="optional" />
  657. <xs:attribute default="Auto" name="horizontal-scroller-visibility" xmlns:q34="UnityEditor.PackageManager.UI.Internal" type="q34:Sidebar_horizontal-scroller-visibility_Type" use="optional" />
  658. <xs:attribute default="Auto" name="vertical-scroller-visibility" xmlns:q35="UnityEditor.PackageManager.UI.Internal" type="q35:Sidebar_vertical-scroller-visibility_Type" use="optional" />
  659. <xs:attribute default="-1" name="horizontal-page-size" type="xs:float" use="optional" />
  660. <xs:attribute default="-1" name="vertical-page-size" type="xs:float" use="optional" />
  661. <xs:attribute default="18" name="mouse-wheel-scroll-size" type="xs:float" use="optional" />
  662. <xs:attribute default="Clamped" name="touch-scroll-type" xmlns:q36="UnityEditor.PackageManager.UI.Internal" type="q36:Sidebar_touch-scroll-type_Type" use="optional" />
  663. <xs:attribute default="0.135" name="scroll-deceleration-rate" type="xs:float" use="optional" />
  664. <xs:attribute default="0.1" name="elasticity" type="xs:float" use="optional" />
  665. <xs:attribute default="16" name="elastic-animation-interval-ms" type="xs:long" use="optional" />
  666. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  667. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  668. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  669. <xs:anyAttribute processContents="lax" />
  670. </xs:restriction>
  671. </xs:complexContent>
  672. </xs:complexType>
  673. <xs:element name="Sidebar" substitutionGroup="engine:VisualElement" xmlns:q37="UnityEditor.PackageManager.UI.Internal" type="q37:SidebarType" />
  674. <xs:complexType name="ExtendableToolbarMenuType">
  675. <xs:complexContent mixed="false">
  676. <xs:restriction base="engine:VisualElementType">
  677. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  678. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  679. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  680. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  681. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  682. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  683. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  684. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  685. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  686. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  687. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  688. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  689. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  690. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  691. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  692. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  693. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  694. <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" />
  695. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  696. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  697. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  698. <xs:attribute default="" name="icon-image" type="xs:string" use="optional" />
  699. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  700. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  701. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  702. <xs:anyAttribute processContents="lax" />
  703. </xs:restriction>
  704. </xs:complexContent>
  705. </xs:complexType>
  706. <xs:element name="ExtendableToolbarMenu" substitutionGroup="engine:VisualElement" xmlns:q38="UnityEditor.PackageManager.UI.Internal" type="q38:ExtendableToolbarMenuType" />
  707. <xs:complexType name="PackageDetailsBodyType">
  708. <xs:complexContent mixed="false">
  709. <xs:restriction base="engine:VisualElementType">
  710. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  711. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  712. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  713. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  714. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  715. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  716. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  717. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  718. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  719. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  720. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  721. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  722. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  723. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  724. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  725. <xs:anyAttribute processContents="lax" />
  726. </xs:restriction>
  727. </xs:complexContent>
  728. </xs:complexType>
  729. <xs:element name="PackageDetailsBody" substitutionGroup="engine:VisualElement" xmlns:q39="UnityEditor.PackageManager.UI.Internal" type="q39:PackageDetailsBodyType" />
  730. <xs:complexType name="PackageDetailsHeaderType">
  731. <xs:complexContent mixed="false">
  732. <xs:restriction base="engine:VisualElementType">
  733. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  734. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  735. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  736. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  737. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  738. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  739. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  740. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  741. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  742. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  743. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  744. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  745. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  746. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  747. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  748. <xs:anyAttribute processContents="lax" />
  749. </xs:restriction>
  750. </xs:complexContent>
  751. </xs:complexType>
  752. <xs:element name="PackageDetailsHeader" substitutionGroup="engine:VisualElement" xmlns:q40="UnityEditor.PackageManager.UI.Internal" type="q40:PackageDetailsHeaderType" />
  753. <xs:complexType name="PackageManagerToolbarType">
  754. <xs:complexContent mixed="false">
  755. <xs:restriction base="engine:VisualElementType">
  756. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  757. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  758. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  759. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  760. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  761. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  762. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  763. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  764. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  765. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  766. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  767. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  768. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  769. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  770. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  771. <xs:anyAttribute processContents="lax" />
  772. </xs:restriction>
  773. </xs:complexContent>
  774. </xs:complexType>
  775. <xs:element name="PackageManagerToolbar" substitutionGroup="engine:VisualElement" xmlns:q41="UnityEditor.PackageManager.UI.Internal" type="q41:PackageManagerToolbarType" />
  776. <xs:complexType name="PackageDetailsTabViewType">
  777. <xs:complexContent mixed="false">
  778. <xs:restriction base="engine:VisualElementType">
  779. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  780. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  781. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  782. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  783. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  784. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  785. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  786. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  787. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  788. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  789. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  790. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  791. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  792. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  793. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  794. <xs:anyAttribute processContents="lax" />
  795. </xs:restriction>
  796. </xs:complexContent>
  797. </xs:complexType>
  798. <xs:element name="PackageDetailsTabView" substitutionGroup="engine:VisualElement" xmlns:q42="UnityEditor.PackageManager.UI.Internal" type="q42:PackageDetailsTabViewType" />
  799. </xs:schema>