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="MultiSelectDetailsType">
  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="MultiSelectDetails" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.PackageManager.UI.Internal" type="q1:MultiSelectDetailsType" />
  27. <xs:complexType name="ToolbarWindowMenuType">
  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="true" 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="binding-path" type="xs:string" use="optional" />
  43. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  44. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  45. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  46. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  47. <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" />
  48. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  49. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  50. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  51. <xs:attribute default="" name="icon-image" type="xs:string" use="optional" />
  52. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  53. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  54. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  55. <xs:anyAttribute processContents="lax" />
  56. </xs:restriction>
  57. </xs:complexContent>
  58. </xs:complexType>
  59. <xs:element name="ToolbarWindowMenu" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.PackageManager.UI.Internal" type="q2:ToolbarWindowMenuType" />
  60. <xs:complexType name="InProgressViewType">
  61. <xs:complexContent mixed="false">
  62. <xs:restriction base="engine:VisualElementType">
  63. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  64. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  65. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  66. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  67. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  68. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  69. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  70. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  71. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  72. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  73. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  74. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  75. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  76. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  77. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  78. <xs:anyAttribute processContents="lax" />
  79. </xs:restriction>
  80. </xs:complexContent>
  81. </xs:complexType>
  82. <xs:element name="InProgressView" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.PackageManager.UI.Internal" type="q3:InProgressViewType" />
  83. <xs:simpleType name="PackageListView_virtualization-method_Type">
  84. <xs:restriction base="xs:string">
  85. <xs:enumeration value="FixedHeight" />
  86. <xs:enumeration value="DynamicHeight" />
  87. </xs:restriction>
  88. </xs:simpleType>
  89. <xs:simpleType name="PackageListView_selection-type_Type">
  90. <xs:restriction base="xs:string">
  91. <xs:enumeration value="None" />
  92. <xs:enumeration value="Single" />
  93. <xs:enumeration value="Multiple" />
  94. </xs:restriction>
  95. </xs:simpleType>
  96. <xs:simpleType name="PackageListView_show-alternating-row-backgrounds_Type">
  97. <xs:restriction base="xs:string">
  98. <xs:enumeration value="None" />
  99. <xs:enumeration value="ContentOnly" />
  100. <xs:enumeration value="All" />
  101. </xs:restriction>
  102. </xs:simpleType>
  103. <xs:simpleType name="PackageListView_reorder-mode_Type">
  104. <xs:restriction base="xs:string">
  105. <xs:enumeration value="Simple" />
  106. <xs:enumeration value="Animated" />
  107. </xs:restriction>
  108. </xs:simpleType>
  109. <xs:simpleType name="PackageListView_binding-source-selection-mode_Type">
  110. <xs:restriction base="xs:string">
  111. <xs:enumeration value="Manual" />
  112. <xs:enumeration value="AutoAssign" />
  113. </xs:restriction>
  114. </xs:simpleType>
  115. <xs:complexType name="PackageListViewType">
  116. <xs:complexContent mixed="false">
  117. <xs:restriction base="engine:VisualElementType">
  118. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  119. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  120. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  121. <xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  122. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  123. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  124. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  125. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  126. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  127. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  128. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  129. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  130. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  131. <xs:attribute default="25" name="fixed-item-height" type="xs:float" use="optional" />
  132. <xs:attribute default="FixedHeight" name="virtualization-method" xmlns:q4="UnityEditor.PackageManager.UI.Internal" type="q4:PackageListView_virtualization-method_Type" use="optional" />
  133. <xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" />
  134. <xs:attribute default="Multiple" name="selection-type" xmlns:q5="UnityEditor.PackageManager.UI.Internal" type="q5:PackageListView_selection-type_Type" use="optional" />
  135. <xs:attribute default="None" name="show-alternating-row-backgrounds" xmlns:q6="UnityEditor.PackageManager.UI.Internal" type="q6:PackageListView_show-alternating-row-backgrounds_Type" use="optional" />
  136. <xs:attribute default="false" name="reorderable" type="xs:boolean" use="optional" />
  137. <xs:attribute default="false" name="horizontal-scrolling" type="xs:boolean" use="optional" />
  138. <xs:attribute default="false" name="show-foldout-header" type="xs:boolean" use="optional" />
  139. <xs:attribute default="" name="header-title" type="xs:string" use="optional" />
  140. <xs:attribute default="false" name="show-add-remove-footer" type="xs:boolean" use="optional" />
  141. <xs:attribute default="true" name="allow-add" type="xs:boolean" use="optional" />
  142. <xs:attribute default="true" name="allow-remove" type="xs:boolean" use="optional" />
  143. <xs:attribute default="Simple" name="reorder-mode" xmlns:q7="UnityEditor.PackageManager.UI.Internal" type="q7:PackageListView_reorder-mode_Type" use="optional" />
  144. <xs:attribute default="true" name="show-bound-collection-size" type="xs:boolean" use="optional" />
  145. <xs:attribute default="Manual" name="binding-source-selection-mode" xmlns:q8="UnityEditor.PackageManager.UI.Internal" type="q8:PackageListView_binding-source-selection-mode_Type" use="optional" />
  146. <xs:attribute default="" name="item-template" type="xs:string" use="optional" />
  147. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  148. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  149. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  150. <xs:anyAttribute processContents="lax" />
  151. </xs:restriction>
  152. </xs:complexContent>
  153. </xs:complexType>
  154. <xs:element name="PackageListView" substitutionGroup="engine:VisualElement" xmlns:q9="UnityEditor.PackageManager.UI.Internal" type="q9:PackageListViewType" />
  155. <xs:complexType name="LoadingSpinnerType">
  156. <xs:complexContent mixed="false">
  157. <xs:restriction base="engine:VisualElementType">
  158. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  159. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  160. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  161. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  162. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  163. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  164. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  165. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  166. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  167. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  168. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  169. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  170. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  171. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  172. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  173. <xs:anyAttribute processContents="lax" />
  174. </xs:restriction>
  175. </xs:complexContent>
  176. </xs:complexType>
  177. <xs:element name="LoadingSpinner" substitutionGroup="engine:VisualElement" xmlns:q10="UnityEditor.PackageManager.UI.Internal" type="q10:LoadingSpinnerType" />
  178. <xs:complexType name="DropdownButtonType">
  179. <xs:complexContent mixed="false">
  180. <xs:restriction base="engine:VisualElementType">
  181. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  182. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  183. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  184. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  185. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  186. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  187. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  188. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  189. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  190. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  191. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  192. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  193. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  194. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  195. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  196. <xs:anyAttribute processContents="lax" />
  197. </xs:restriction>
  198. </xs:complexContent>
  199. </xs:complexType>
  200. <xs:element name="DropdownButton" substitutionGroup="engine:VisualElement" xmlns:q11="UnityEditor.PackageManager.UI.Internal" type="q11:DropdownButtonType" />
  201. <xs:complexType name="PackageListType">
  202. <xs:complexContent mixed="false">
  203. <xs:restriction base="engine:VisualElementType">
  204. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  205. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  206. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  207. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  208. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  209. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  210. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  211. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  212. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  213. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  214. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  215. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  216. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  217. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  218. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  219. <xs:anyAttribute processContents="lax" />
  220. </xs:restriction>
  221. </xs:complexContent>
  222. </xs:complexType>
  223. <xs:element name="PackageList" substitutionGroup="engine:VisualElement" xmlns:q12="UnityEditor.PackageManager.UI.Internal" type="q12:PackageListType" />
  224. <xs:complexType name="PackageManagerToolbarType">
  225. <xs:complexContent mixed="false">
  226. <xs:restriction base="engine:VisualElementType">
  227. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  228. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  229. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  230. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  231. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  232. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  233. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  234. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  235. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  236. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  237. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  238. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  239. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  240. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  241. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  242. <xs:anyAttribute processContents="lax" />
  243. </xs:restriction>
  244. </xs:complexContent>
  245. </xs:complexType>
  246. <xs:element name="PackageManagerToolbar" substitutionGroup="engine:VisualElement" xmlns:q13="UnityEditor.PackageManager.UI.Internal" type="q13:PackageManagerToolbarType" />
  247. <xs:complexType name="ProgressBarType">
  248. <xs:complexContent mixed="false">
  249. <xs:restriction base="engine:VisualElementType">
  250. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  251. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  252. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  253. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  254. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  255. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  256. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  257. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  258. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  259. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  260. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  261. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  262. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  263. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  264. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  265. <xs:anyAttribute processContents="lax" />
  266. </xs:restriction>
  267. </xs:complexContent>
  268. </xs:complexType>
  269. <xs:element name="ProgressBar" substitutionGroup="engine:VisualElement" xmlns:q14="UnityEditor.PackageManager.UI.Internal" type="q14:ProgressBarType" />
  270. <xs:complexType name="PackageDetailsLinksType">
  271. <xs:complexContent mixed="false">
  272. <xs:restriction base="engine:VisualElementType">
  273. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  274. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  275. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  276. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  277. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  278. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  279. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  280. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  281. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  282. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  283. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  284. <xs:attribute default="" name="data-source-type" 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="PackageDetailsLinks" substitutionGroup="engine:VisualElement" xmlns:q15="UnityEditor.PackageManager.UI.Internal" type="q15:PackageDetailsLinksType" />
  293. <xs:complexType name="TagLabelListType">
  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="TagLabelList" substitutionGroup="engine:VisualElement" xmlns:q16="UnityEditor.PackageManager.UI.Internal" type="q16:TagLabelListType" />
  316. <xs:complexType name="PackageSearchBarType">
  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="content-container" type="xs:string" use="optional" />
  332. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  333. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  334. <xs:anyAttribute processContents="lax" />
  335. </xs:restriction>
  336. </xs:complexContent>
  337. </xs:complexType>
  338. <xs:element name="PackageSearchBar" substitutionGroup="engine:VisualElement" xmlns:q17="UnityEditor.PackageManager.UI.Internal" type="q17:PackageSearchBarType" />
  339. <xs:complexType name="PackageDetailsTabViewType">
  340. <xs:complexContent mixed="false">
  341. <xs:restriction base="engine:VisualElementType">
  342. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  343. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  344. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  345. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  346. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  347. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  348. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  349. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  350. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  351. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  352. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  353. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  354. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  355. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  356. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  357. <xs:anyAttribute processContents="lax" />
  358. </xs:restriction>
  359. </xs:complexContent>
  360. </xs:complexType>
  361. <xs:element name="PackageDetailsTabView" substitutionGroup="engine:VisualElement" xmlns:q18="UnityEditor.PackageManager.UI.Internal" type="q18:PackageDetailsTabViewType" />
  362. <xs:complexType name="ScopedRegistriesSettingsType">
  363. <xs:complexContent mixed="false">
  364. <xs:restriction base="engine:VisualElementType">
  365. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  366. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  367. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  368. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  369. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  370. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  371. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  372. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  373. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  374. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  375. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  376. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  377. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  378. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  379. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  380. <xs:anyAttribute processContents="lax" />
  381. </xs:restriction>
  382. </xs:complexContent>
  383. </xs:complexType>
  384. <xs:element name="ScopedRegistriesSettings" substitutionGroup="engine:VisualElement" xmlns:q19="UnityEditor.PackageManager.UI.Internal" type="q19:ScopedRegistriesSettingsType" />
  385. <xs:complexType name="PackageToolbarType">
  386. <xs:complexContent mixed="false">
  387. <xs:restriction base="engine:VisualElementType">
  388. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  389. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  390. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  391. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  392. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  393. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  394. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  395. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  396. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  397. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  398. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  399. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  400. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  401. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  402. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  403. <xs:anyAttribute processContents="lax" />
  404. </xs:restriction>
  405. </xs:complexContent>
  406. </xs:complexType>
  407. <xs:element name="PackageToolbar" substitutionGroup="engine:VisualElement" xmlns:q20="UnityEditor.PackageManager.UI.Internal" type="q20:PackageToolbarType" />
  408. <xs:simpleType name="PackageListScrollView_mode_Type">
  409. <xs:restriction base="xs:string">
  410. <xs:enumeration value="Vertical" />
  411. <xs:enumeration value="Horizontal" />
  412. <xs:enumeration value="VerticalAndHorizontal" />
  413. </xs:restriction>
  414. </xs:simpleType>
  415. <xs:simpleType name="PackageListScrollView_nested-interaction-kind_Type">
  416. <xs:restriction base="xs:string">
  417. <xs:enumeration value="Default" />
  418. <xs:enumeration value="StopScrolling" />
  419. <xs:enumeration value="ForwardScrolling" />
  420. </xs:restriction>
  421. </xs:simpleType>
  422. <xs:simpleType name="PackageListScrollView_horizontal-scroller-visibility_Type">
  423. <xs:restriction base="xs:string">
  424. <xs:enumeration value="Auto" />
  425. <xs:enumeration value="AlwaysVisible" />
  426. <xs:enumeration value="Hidden" />
  427. </xs:restriction>
  428. </xs:simpleType>
  429. <xs:simpleType name="PackageListScrollView_vertical-scroller-visibility_Type">
  430. <xs:restriction base="xs:string">
  431. <xs:enumeration value="Auto" />
  432. <xs:enumeration value="AlwaysVisible" />
  433. <xs:enumeration value="Hidden" />
  434. </xs:restriction>
  435. </xs:simpleType>
  436. <xs:simpleType name="PackageListScrollView_touch-scroll-type_Type">
  437. <xs:restriction base="xs:string">
  438. <xs:enumeration value="Unrestricted" />
  439. <xs:enumeration value="Elastic" />
  440. <xs:enumeration value="Clamped" />
  441. </xs:restriction>
  442. </xs:simpleType>
  443. <xs:complexType name="PackageListScrollViewType">
  444. <xs:complexContent mixed="false">
  445. <xs:restriction base="engine:VisualElementType">
  446. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  447. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  448. <xs:attribute default="package-list-scrollview-key" name="view-data-key" type="xs:string" use="optional" />
  449. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  450. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  451. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  452. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  453. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  454. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  455. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  456. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  457. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  458. <xs:attribute default="Vertical" name="mode" xmlns:q21="UnityEditor.PackageManager.UI.Internal" type="q21:PackageListScrollView_mode_Type" use="optional" />
  459. <xs:attribute default="Default" name="nested-interaction-kind" xmlns:q22="UnityEditor.PackageManager.UI.Internal" type="q22:PackageListScrollView_nested-interaction-kind_Type" use="optional" />
  460. <xs:attribute default="false" name="show-horizontal-scroller" type="xs:boolean" use="optional" />
  461. <xs:attribute default="false" name="show-vertical-scroller" type="xs:boolean" use="optional" />
  462. <xs:attribute default="Hidden" name="horizontal-scroller-visibility" xmlns:q23="UnityEditor.PackageManager.UI.Internal" type="q23:PackageListScrollView_horizontal-scroller-visibility_Type" use="optional" />
  463. <xs:attribute default="Auto" name="vertical-scroller-visibility" xmlns:q24="UnityEditor.PackageManager.UI.Internal" type="q24:PackageListScrollView_vertical-scroller-visibility_Type" use="optional" />
  464. <xs:attribute default="-1" name="horizontal-page-size" type="xs:float" use="optional" />
  465. <xs:attribute default="-1" name="vertical-page-size" type="xs:float" use="optional" />
  466. <xs:attribute default="18" name="mouse-wheel-scroll-size" type="xs:float" use="optional" />
  467. <xs:attribute default="Clamped" name="touch-scroll-type" xmlns:q25="UnityEditor.PackageManager.UI.Internal" type="q25:PackageListScrollView_touch-scroll-type_Type" use="optional" />
  468. <xs:attribute default="0.135" name="scroll-deceleration-rate" type="xs:float" use="optional" />
  469. <xs:attribute default="0.1" name="elasticity" type="xs:float" use="optional" />
  470. <xs:attribute default="16" name="elastic-animation-interval-ms" type="xs:long" use="optional" />
  471. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  472. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  473. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  474. <xs:anyAttribute processContents="lax" />
  475. </xs:restriction>
  476. </xs:complexContent>
  477. </xs:complexType>
  478. <xs:element name="PackageListScrollView" substitutionGroup="engine:VisualElement" xmlns:q26="UnityEditor.PackageManager.UI.Internal" type="q26:PackageListScrollViewType" />
  479. <xs:complexType name="SelectableLabelType">
  480. <xs:complexContent mixed="false">
  481. <xs:restriction base="engine:VisualElementType">
  482. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  483. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  484. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  485. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  486. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  487. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  488. <xs:attribute default="-1" name="tabindex" type="xs:int" use="optional" />
  489. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  490. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  491. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  492. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  493. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  494. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  495. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  496. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  497. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  498. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  499. <xs:attribute default="true" name="selectable" type="xs:boolean" use="optional" />
  500. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  501. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  502. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" 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="SelectableLabel" substitutionGroup="engine:VisualElement" xmlns:q27="UnityEditor.PackageManager.UI.Internal" type="q27:SelectableLabelType" />
  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:simpleType name="Sidebar_mode_Type">
  535. <xs:restriction base="xs:string">
  536. <xs:enumeration value="Vertical" />
  537. <xs:enumeration value="Horizontal" />
  538. <xs:enumeration value="VerticalAndHorizontal" />
  539. </xs:restriction>
  540. </xs:simpleType>
  541. <xs:simpleType name="Sidebar_nested-interaction-kind_Type">
  542. <xs:restriction base="xs:string">
  543. <xs:enumeration value="Default" />
  544. <xs:enumeration value="StopScrolling" />
  545. <xs:enumeration value="ForwardScrolling" />
  546. </xs:restriction>
  547. </xs:simpleType>
  548. <xs:simpleType name="Sidebar_horizontal-scroller-visibility_Type">
  549. <xs:restriction base="xs:string">
  550. <xs:enumeration value="Auto" />
  551. <xs:enumeration value="AlwaysVisible" />
  552. <xs:enumeration value="Hidden" />
  553. </xs:restriction>
  554. </xs:simpleType>
  555. <xs:simpleType name="Sidebar_vertical-scroller-visibility_Type">
  556. <xs:restriction base="xs:string">
  557. <xs:enumeration value="Auto" />
  558. <xs:enumeration value="AlwaysVisible" />
  559. <xs:enumeration value="Hidden" />
  560. </xs:restriction>
  561. </xs:simpleType>
  562. <xs:simpleType name="Sidebar_touch-scroll-type_Type">
  563. <xs:restriction base="xs:string">
  564. <xs:enumeration value="Unrestricted" />
  565. <xs:enumeration value="Elastic" />
  566. <xs:enumeration value="Clamped" />
  567. </xs:restriction>
  568. </xs:simpleType>
  569. <xs:complexType name="SidebarType">
  570. <xs:complexContent mixed="false">
  571. <xs:restriction base="engine:VisualElementType">
  572. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  573. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  574. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  575. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  576. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  577. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  578. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  579. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  580. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  581. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  582. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  583. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  584. <xs:attribute default="Vertical" name="mode" xmlns:q29="UnityEditor.PackageManager.UI.Internal" type="q29:Sidebar_mode_Type" use="optional" />
  585. <xs:attribute default="Default" name="nested-interaction-kind" xmlns:q30="UnityEditor.PackageManager.UI.Internal" type="q30:Sidebar_nested-interaction-kind_Type" use="optional" />
  586. <xs:attribute default="false" name="show-horizontal-scroller" type="xs:boolean" use="optional" />
  587. <xs:attribute default="false" name="show-vertical-scroller" type="xs:boolean" use="optional" />
  588. <xs:attribute default="Auto" name="horizontal-scroller-visibility" xmlns:q31="UnityEditor.PackageManager.UI.Internal" type="q31:Sidebar_horizontal-scroller-visibility_Type" use="optional" />
  589. <xs:attribute default="Auto" name="vertical-scroller-visibility" xmlns:q32="UnityEditor.PackageManager.UI.Internal" type="q32:Sidebar_vertical-scroller-visibility_Type" use="optional" />
  590. <xs:attribute default="-1" name="horizontal-page-size" type="xs:float" use="optional" />
  591. <xs:attribute default="-1" name="vertical-page-size" type="xs:float" use="optional" />
  592. <xs:attribute default="18" name="mouse-wheel-scroll-size" type="xs:float" use="optional" />
  593. <xs:attribute default="Clamped" name="touch-scroll-type" xmlns:q33="UnityEditor.PackageManager.UI.Internal" type="q33:Sidebar_touch-scroll-type_Type" use="optional" />
  594. <xs:attribute default="0.135" name="scroll-deceleration-rate" type="xs:float" use="optional" />
  595. <xs:attribute default="0.1" name="elasticity" type="xs:float" use="optional" />
  596. <xs:attribute default="16" name="elastic-animation-interval-ms" type="xs:long" use="optional" />
  597. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  598. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  599. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  600. <xs:anyAttribute processContents="lax" />
  601. </xs:restriction>
  602. </xs:complexContent>
  603. </xs:complexType>
  604. <xs:element name="Sidebar" substitutionGroup="engine:VisualElement" xmlns:q34="UnityEditor.PackageManager.UI.Internal" type="q34:SidebarType" />
  605. <xs:complexType name="PackageDetailsHeaderType">
  606. <xs:complexContent mixed="false">
  607. <xs:restriction base="engine:VisualElementType">
  608. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  609. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  610. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  611. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  612. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  613. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  614. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  615. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  616. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  617. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  618. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  619. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  620. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  621. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  622. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  623. <xs:anyAttribute processContents="lax" />
  624. </xs:restriction>
  625. </xs:complexContent>
  626. </xs:complexType>
  627. <xs:element name="PackageDetailsHeader" substitutionGroup="engine:VisualElement" xmlns:q35="UnityEditor.PackageManager.UI.Internal" type="q35:PackageDetailsHeaderType" />
  628. <xs:complexType name="AlertType">
  629. <xs:complexContent mixed="false">
  630. <xs:restriction base="engine:VisualElementType">
  631. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  632. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  633. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  634. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  635. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  636. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  637. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  638. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  639. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  640. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  641. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  642. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  643. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  644. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  645. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  646. <xs:anyAttribute processContents="lax" />
  647. </xs:restriction>
  648. </xs:complexContent>
  649. </xs:complexType>
  650. <xs:element name="Alert" substitutionGroup="engine:VisualElement" xmlns:q36="UnityEditor.PackageManager.UI.Internal" type="q36:AlertType" />
  651. <xs:complexType name="PackageStatusBarType">
  652. <xs:complexContent mixed="false">
  653. <xs:restriction base="engine:VisualElementType">
  654. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  655. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  656. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  657. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  658. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  659. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  660. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  661. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  662. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  663. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  664. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  665. <xs:attribute default="" name="data-source-type" type="xs:string" 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="PackageStatusBar" substitutionGroup="engine:VisualElement" xmlns:q37="UnityEditor.PackageManager.UI.Internal" type="q37:PackageStatusBarType" />
  674. <xs:complexType name="PackageLoadBarType">
  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="false" 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="content-container" type="xs:string" use="optional" />
  690. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  691. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  692. <xs:anyAttribute processContents="lax" />
  693. </xs:restriction>
  694. </xs:complexContent>
  695. </xs:complexType>
  696. <xs:element name="PackageLoadBar" substitutionGroup="engine:VisualElement" xmlns:q38="UnityEditor.PackageManager.UI.Internal" type="q38:PackageLoadBarType" />
  697. <xs:complexType name="PackagePlatformListType">
  698. <xs:complexContent mixed="false">
  699. <xs:restriction base="engine:VisualElementType">
  700. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  701. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  702. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  703. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  704. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  705. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  706. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  707. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  708. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  709. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  710. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  711. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  712. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  713. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  714. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  715. <xs:anyAttribute processContents="lax" />
  716. </xs:restriction>
  717. </xs:complexContent>
  718. </xs:complexType>
  719. <xs:element name="PackagePlatformList" substitutionGroup="engine:VisualElement" xmlns:q39="UnityEditor.PackageManager.UI.Internal" type="q39:PackagePlatformListType" />
  720. <xs:complexType name="ExtendableToolbarMenuType">
  721. <xs:complexContent mixed="false">
  722. <xs:restriction base="engine:VisualElementType">
  723. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  724. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  725. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  726. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  727. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  728. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  729. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  730. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  731. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  732. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  733. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  734. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  735. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  736. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  737. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  738. <xs:attribute default="true" name="emoji-fallback-support" type="xs:boolean" use="optional" />
  739. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  740. <xs:attribute default="false" name="selectable" type="xs:boolean" use="optional" />
  741. <xs:attribute default="true" name="double-click-selects-word" type="xs:boolean" use="optional" />
  742. <xs:attribute default="true" name="triple-click-selects-line" type="xs:boolean" use="optional" />
  743. <xs:attribute default="true" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  744. <xs:attribute default="" name="icon-image" 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="ExtendableToolbarMenu" substitutionGroup="engine:VisualElement" xmlns:q40="UnityEditor.PackageManager.UI.Internal" type="q40:ExtendableToolbarMenuType" />
  753. <xs:complexType name="PackageDetailsType">
  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="PackageDetails" substitutionGroup="engine:VisualElement" xmlns:q41="UnityEditor.PackageManager.UI.Internal" type="q41:PackageDetailsType" />
  776. <xs:complexType name="PackageDetailsBodyType">
  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="PackageDetailsBody" substitutionGroup="engine:VisualElement" xmlns:q42="UnityEditor.PackageManager.UI.Internal" type="q42:PackageDetailsBodyType" />
  799. </xs:schema>