UnityEditor.PackageManager.UI.Internal.xsd 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.ShortcutManagement" 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="InProgressViewType">
  5. <xs:complexContent mixed="false">
  6. <xs:restriction base="engine:VisualElementType">
  7. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  8. <xs:element ref="engine:VisualElement" />
  9. </xs:sequence>
  10. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  11. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  12. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  13. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  14. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  15. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  16. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  17. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  18. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  19. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  20. <xs:anyAttribute processContents="lax" />
  21. </xs:restriction>
  22. </xs:complexContent>
  23. </xs:complexType>
  24. <xs:element name="InProgressView" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.PackageManager.UI.Internal" type="q1:InProgressViewType" />
  25. <xs:complexType name="PackageDetailsType">
  26. <xs:complexContent mixed="false">
  27. <xs:restriction base="engine:VisualElementType">
  28. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  29. <xs:element ref="engine:VisualElement" />
  30. </xs:sequence>
  31. <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
  39. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  40. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  41. <xs:anyAttribute processContents="lax" />
  42. </xs:restriction>
  43. </xs:complexContent>
  44. </xs:complexType>
  45. <xs:element name="PackageDetails" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.PackageManager.UI.Internal" type="q2:PackageDetailsType" />
  46. <xs:complexType name="PackagePlatformListType">
  47. <xs:complexContent mixed="false">
  48. <xs:restriction base="engine:VisualElementType">
  49. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  50. <xs:element ref="engine:VisualElement" />
  51. </xs:sequence>
  52. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  53. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  54. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  55. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  56. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  57. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  58. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  59. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  60. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  61. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  62. <xs:anyAttribute processContents="lax" />
  63. </xs:restriction>
  64. </xs:complexContent>
  65. </xs:complexType>
  66. <xs:element name="PackagePlatformList" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.PackageManager.UI.Internal" type="q3:PackagePlatformListType" />
  67. <xs:complexType name="PackageSubPageFilterBarType">
  68. <xs:complexContent mixed="false">
  69. <xs:restriction base="engine:VisualElementType">
  70. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  71. <xs:element ref="engine:VisualElement" />
  72. </xs:sequence>
  73. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  74. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  75. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  76. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  77. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  78. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  79. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  80. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  81. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  82. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  83. <xs:anyAttribute processContents="lax" />
  84. </xs:restriction>
  85. </xs:complexContent>
  86. </xs:complexType>
  87. <xs:element name="PackageSubPageFilterBar" substitutionGroup="engine:VisualElement" xmlns:q4="UnityEditor.PackageManager.UI.Internal" type="q4:PackageSubPageFilterBarType" />
  88. <xs:complexType name="ScopedRegistriesSettingsType">
  89. <xs:complexContent mixed="false">
  90. <xs:restriction base="engine:VisualElementType">
  91. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  92. <xs:element ref="engine:VisualElement" />
  93. </xs:sequence>
  94. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  95. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  96. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  97. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  98. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  99. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  100. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  101. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  102. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  103. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  104. <xs:anyAttribute processContents="lax" />
  105. </xs:restriction>
  106. </xs:complexContent>
  107. </xs:complexType>
  108. <xs:element name="ScopedRegistriesSettings" substitutionGroup="engine:VisualElement" xmlns:q5="UnityEditor.PackageManager.UI.Internal" type="q5:ScopedRegistriesSettingsType" />
  109. <xs:complexType name="ExtendableToolbarMenuType">
  110. <xs:complexContent mixed="false">
  111. <xs:restriction base="engine:VisualElementType">
  112. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  113. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  114. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  115. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  116. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  117. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  118. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  119. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  120. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  121. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  122. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  123. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  124. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  125. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  126. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  127. <xs:anyAttribute processContents="lax" />
  128. </xs:restriction>
  129. </xs:complexContent>
  130. </xs:complexType>
  131. <xs:element name="ExtendableToolbarMenu" substitutionGroup="engine:VisualElement" xmlns:q6="UnityEditor.PackageManager.UI.Internal" type="q6:ExtendableToolbarMenuType" />
  132. <xs:complexType name="AlertType">
  133. <xs:complexContent mixed="false">
  134. <xs:restriction base="engine:VisualElementType">
  135. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  136. <xs:element ref="engine:VisualElement" />
  137. </xs:sequence>
  138. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  139. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  140. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  141. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  142. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  143. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  144. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  145. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  146. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  147. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  148. <xs:anyAttribute processContents="lax" />
  149. </xs:restriction>
  150. </xs:complexContent>
  151. </xs:complexType>
  152. <xs:element name="Alert" substitutionGroup="engine:VisualElement" xmlns:q7="UnityEditor.PackageManager.UI.Internal" type="q7:AlertType" />
  153. <xs:complexType name="PackageDetailsTabViewType">
  154. <xs:complexContent mixed="false">
  155. <xs:restriction base="engine:VisualElementType">
  156. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  157. <xs:element ref="engine:VisualElement" />
  158. </xs:sequence>
  159. <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
  167. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  168. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  169. <xs:anyAttribute processContents="lax" />
  170. </xs:restriction>
  171. </xs:complexContent>
  172. </xs:complexType>
  173. <xs:element name="PackageDetailsTabView" substitutionGroup="engine:VisualElement" xmlns:q8="UnityEditor.PackageManager.UI.Internal" type="q8:PackageDetailsTabViewType" />
  174. <xs:simpleType name="PackageListScrollView_mode_Type">
  175. <xs:restriction base="xs:string">
  176. <xs:enumeration value="Vertical" />
  177. <xs:enumeration value="Horizontal" />
  178. <xs:enumeration value="VerticalAndHorizontal" />
  179. </xs:restriction>
  180. </xs:simpleType>
  181. <xs:simpleType name="PackageListScrollView_nested-interaction-kind_Type">
  182. <xs:restriction base="xs:string">
  183. <xs:enumeration value="Default" />
  184. <xs:enumeration value="StopScrolling" />
  185. <xs:enumeration value="ForwardScrolling" />
  186. </xs:restriction>
  187. </xs:simpleType>
  188. <xs:simpleType name="PackageListScrollView_horizontal-scroller-visibility_Type">
  189. <xs:restriction base="xs:string">
  190. <xs:enumeration value="Auto" />
  191. <xs:enumeration value="AlwaysVisible" />
  192. <xs:enumeration value="Hidden" />
  193. </xs:restriction>
  194. </xs:simpleType>
  195. <xs:simpleType name="PackageListScrollView_vertical-scroller-visibility_Type">
  196. <xs:restriction base="xs:string">
  197. <xs:enumeration value="Auto" />
  198. <xs:enumeration value="AlwaysVisible" />
  199. <xs:enumeration value="Hidden" />
  200. </xs:restriction>
  201. </xs:simpleType>
  202. <xs:simpleType name="PackageListScrollView_touch-scroll-type_Type">
  203. <xs:restriction base="xs:string">
  204. <xs:enumeration value="Unrestricted" />
  205. <xs:enumeration value="Elastic" />
  206. <xs:enumeration value="Clamped" />
  207. </xs:restriction>
  208. </xs:simpleType>
  209. <xs:complexType name="PackageListScrollViewType">
  210. <xs:complexContent mixed="false">
  211. <xs:restriction base="engine:VisualElementType">
  212. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  213. <xs:element ref="engine:VisualElement" />
  214. </xs:sequence>
  215. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  216. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  217. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  218. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  219. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  220. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  221. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  222. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  223. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  224. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  225. <xs:attribute default="Vertical" name="mode" xmlns:q9="UnityEditor.PackageManager.UI.Internal" type="q9:PackageListScrollView_mode_Type" use="optional" />
  226. <xs:attribute default="Default" name="nested-interaction-kind" xmlns:q10="UnityEditor.PackageManager.UI.Internal" type="q10:PackageListScrollView_nested-interaction-kind_Type" use="optional" />
  227. <xs:attribute default="false" name="show-horizontal-scroller" type="xs:boolean" use="optional" />
  228. <xs:attribute default="false" name="show-vertical-scroller" type="xs:boolean" use="optional" />
  229. <xs:attribute default="Auto" name="horizontal-scroller-visibility" xmlns:q11="UnityEditor.PackageManager.UI.Internal" type="q11:PackageListScrollView_horizontal-scroller-visibility_Type" use="optional" />
  230. <xs:attribute default="Auto" name="vertical-scroller-visibility" xmlns:q12="UnityEditor.PackageManager.UI.Internal" type="q12:PackageListScrollView_vertical-scroller-visibility_Type" use="optional" />
  231. <xs:attribute default="-1" name="horizontal-page-size" type="xs:float" use="optional" />
  232. <xs:attribute default="-1" name="vertical-page-size" type="xs:float" use="optional" />
  233. <xs:attribute default="18" name="mouse-wheel-scroll-size" type="xs:float" use="optional" />
  234. <xs:attribute default="Clamped" name="touch-scroll-type" xmlns:q13="UnityEditor.PackageManager.UI.Internal" type="q13:PackageListScrollView_touch-scroll-type_Type" use="optional" />
  235. <xs:attribute default="0.135" name="scroll-deceleration-rate" type="xs:float" use="optional" />
  236. <xs:attribute default="0.1" name="elasticity" type="xs:float" use="optional" />
  237. <xs:attribute default="16" name="elastic-animation-interval-ms" type="xs:long" use="optional" />
  238. <xs:anyAttribute processContents="lax" />
  239. </xs:restriction>
  240. </xs:complexContent>
  241. </xs:complexType>
  242. <xs:element name="PackageListScrollView" substitutionGroup="engine:VisualElement" xmlns:q14="UnityEditor.PackageManager.UI.Internal" type="q14:PackageListScrollViewType" />
  243. <xs:complexType name="SelectableLabelType">
  244. <xs:complexContent mixed="false">
  245. <xs:restriction base="engine:VisualElementType">
  246. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  247. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  248. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  249. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  250. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  251. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  252. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  253. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  254. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  255. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  256. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  257. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  258. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  259. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  260. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  261. <xs:anyAttribute processContents="lax" />
  262. </xs:restriction>
  263. </xs:complexContent>
  264. </xs:complexType>
  265. <xs:element name="SelectableLabel" substitutionGroup="engine:VisualElement" xmlns:q15="UnityEditor.PackageManager.UI.Internal" type="q15:SelectableLabelType" />
  266. <xs:complexType name="PackageTagLabelType">
  267. <xs:complexContent mixed="false">
  268. <xs:restriction base="engine:VisualElementType">
  269. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  270. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  271. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  272. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  273. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  274. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  275. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  276. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  277. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  278. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  279. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  280. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  281. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  282. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  283. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  284. <xs:anyAttribute processContents="lax" />
  285. </xs:restriction>
  286. </xs:complexContent>
  287. </xs:complexType>
  288. <xs:element name="PackageTagLabel" substitutionGroup="engine:VisualElement" xmlns:q16="UnityEditor.PackageManager.UI.Internal" type="q16:PackageTagLabelType" />
  289. <xs:complexType name="MultiSelectDetailsType">
  290. <xs:complexContent mixed="false">
  291. <xs:restriction base="engine:VisualElementType">
  292. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  293. <xs:element ref="engine:VisualElement" />
  294. </xs:sequence>
  295. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  296. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  297. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  298. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  299. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  300. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  301. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  302. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  303. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  304. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  305. <xs:anyAttribute processContents="lax" />
  306. </xs:restriction>
  307. </xs:complexContent>
  308. </xs:complexType>
  309. <xs:element name="MultiSelectDetails" substitutionGroup="engine:VisualElement" xmlns:q17="UnityEditor.PackageManager.UI.Internal" type="q17:MultiSelectDetailsType" />
  310. <xs:complexType name="DropdownButtonType">
  311. <xs:complexContent mixed="false">
  312. <xs:restriction base="engine:VisualElementType">
  313. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  314. <xs:element ref="engine:VisualElement" />
  315. </xs:sequence>
  316. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  317. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  318. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  319. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  320. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  321. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  322. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  323. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  324. <xs:attribute default="" name="content-container" 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="DropdownButton" substitutionGroup="engine:VisualElement" xmlns:q18="UnityEditor.PackageManager.UI.Internal" type="q18:DropdownButtonType" />
  331. <xs:complexType name="PackageToolbarType">
  332. <xs:complexContent mixed="false">
  333. <xs:restriction base="engine:VisualElementType">
  334. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  335. <xs:element ref="engine:VisualElement" />
  336. </xs:sequence>
  337. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  338. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  339. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  340. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  341. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  342. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  343. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  344. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  345. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  346. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  347. <xs:anyAttribute processContents="lax" />
  348. </xs:restriction>
  349. </xs:complexContent>
  350. </xs:complexType>
  351. <xs:element name="PackageToolbar" substitutionGroup="engine:VisualElement" xmlns:q19="UnityEditor.PackageManager.UI.Internal" type="q19:PackageToolbarType" />
  352. <xs:complexType name="PackageListViewType">
  353. <xs:complexContent mixed="false">
  354. <xs:restriction base="engine:VisualElementType">
  355. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  356. <xs:element ref="engine:VisualElement" />
  357. </xs:sequence>
  358. <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
  366. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  367. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  368. <xs:anyAttribute processContents="lax" />
  369. </xs:restriction>
  370. </xs:complexContent>
  371. </xs:complexType>
  372. <xs:element name="PackageListView" substitutionGroup="engine:VisualElement" xmlns:q20="UnityEditor.PackageManager.UI.Internal" type="q20:PackageListViewType" />
  373. <xs:complexType name="PackageLoadBarType">
  374. <xs:complexContent mixed="false">
  375. <xs:restriction base="engine:VisualElementType">
  376. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  377. <xs:element ref="engine:VisualElement" />
  378. </xs:sequence>
  379. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  380. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  381. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  382. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  383. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  384. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  385. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  386. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  387. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  388. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  389. <xs:anyAttribute processContents="lax" />
  390. </xs:restriction>
  391. </xs:complexContent>
  392. </xs:complexType>
  393. <xs:element name="PackageLoadBar" substitutionGroup="engine:VisualElement" xmlns:q21="UnityEditor.PackageManager.UI.Internal" type="q21:PackageLoadBarType" />
  394. <xs:complexType name="PackageManagerToolbarType">
  395. <xs:complexContent mixed="false">
  396. <xs:restriction base="engine:VisualElementType">
  397. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  398. <xs:element ref="engine:VisualElement" />
  399. </xs:sequence>
  400. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  401. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  402. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  403. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  404. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  405. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  406. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  407. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  408. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  409. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  410. <xs:anyAttribute processContents="lax" />
  411. </xs:restriction>
  412. </xs:complexContent>
  413. </xs:complexType>
  414. <xs:element name="PackageManagerToolbar" substitutionGroup="engine:VisualElement" xmlns:q22="UnityEditor.PackageManager.UI.Internal" type="q22:PackageManagerToolbarType" />
  415. <xs:complexType name="PackageDetailsLinksType">
  416. <xs:complexContent mixed="false">
  417. <xs:restriction base="engine:VisualElementType">
  418. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  419. <xs:element ref="engine:VisualElement" />
  420. </xs:sequence>
  421. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  422. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  423. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  424. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  425. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  426. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  427. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  428. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  429. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  430. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  431. <xs:anyAttribute processContents="lax" />
  432. </xs:restriction>
  433. </xs:complexContent>
  434. </xs:complexType>
  435. <xs:element name="PackageDetailsLinks" substitutionGroup="engine:VisualElement" xmlns:q23="UnityEditor.PackageManager.UI.Internal" type="q23:PackageDetailsLinksType" />
  436. <xs:complexType name="ProgressBarType">
  437. <xs:complexContent mixed="false">
  438. <xs:restriction base="engine:VisualElementType">
  439. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  440. <xs:element ref="engine:VisualElement" />
  441. </xs:sequence>
  442. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  443. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  444. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  445. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  446. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  447. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  448. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  449. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  450. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  451. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  452. <xs:anyAttribute processContents="lax" />
  453. </xs:restriction>
  454. </xs:complexContent>
  455. </xs:complexType>
  456. <xs:element name="ProgressBar" substitutionGroup="engine:VisualElement" xmlns:q24="UnityEditor.PackageManager.UI.Internal" type="q24:ProgressBarType" />
  457. <xs:complexType name="PackageDetailsBodyType">
  458. <xs:complexContent mixed="false">
  459. <xs:restriction base="engine:VisualElementType">
  460. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  461. <xs:element ref="engine:VisualElement" />
  462. </xs:sequence>
  463. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  464. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  465. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  466. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  467. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  468. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  469. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  470. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  471. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  472. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  473. <xs:anyAttribute processContents="lax" />
  474. </xs:restriction>
  475. </xs:complexContent>
  476. </xs:complexType>
  477. <xs:element name="PackageDetailsBody" substitutionGroup="engine:VisualElement" xmlns:q25="UnityEditor.PackageManager.UI.Internal" type="q25:PackageDetailsBodyType" />
  478. <xs:complexType name="LoadingSpinnerType">
  479. <xs:complexContent mixed="false">
  480. <xs:restriction base="engine:VisualElementType">
  481. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  482. <xs:element ref="engine:VisualElement" />
  483. </xs:sequence>
  484. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  485. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  486. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  487. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  488. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  489. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  490. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  491. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  492. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  493. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  494. <xs:anyAttribute processContents="lax" />
  495. </xs:restriction>
  496. </xs:complexContent>
  497. </xs:complexType>
  498. <xs:element name="LoadingSpinner" substitutionGroup="engine:VisualElement" xmlns:q26="UnityEditor.PackageManager.UI.Internal" type="q26:LoadingSpinnerType" />
  499. <xs:complexType name="TagLabelListType">
  500. <xs:complexContent mixed="false">
  501. <xs:restriction base="engine:VisualElementType">
  502. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  503. <xs:element ref="engine:VisualElement" />
  504. </xs:sequence>
  505. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  506. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  507. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  508. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  509. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  510. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  511. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  512. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  513. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  514. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  515. <xs:anyAttribute processContents="lax" />
  516. </xs:restriction>
  517. </xs:complexContent>
  518. </xs:complexType>
  519. <xs:element name="TagLabelList" substitutionGroup="engine:VisualElement" xmlns:q27="UnityEditor.PackageManager.UI.Internal" type="q27:TagLabelListType" />
  520. <xs:complexType name="PackageDetailsHeaderType">
  521. <xs:complexContent mixed="false">
  522. <xs:restriction base="engine:VisualElementType">
  523. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  524. <xs:element ref="engine:VisualElement" />
  525. </xs:sequence>
  526. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  527. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  528. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  529. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  530. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  531. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  532. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  533. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  534. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  535. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  536. <xs:anyAttribute processContents="lax" />
  537. </xs:restriction>
  538. </xs:complexContent>
  539. </xs:complexType>
  540. <xs:element name="PackageDetailsHeader" substitutionGroup="engine:VisualElement" xmlns:q28="UnityEditor.PackageManager.UI.Internal" type="q28:PackageDetailsHeaderType" />
  541. <xs:complexType name="PackageListType">
  542. <xs:complexContent mixed="false">
  543. <xs:restriction base="engine:VisualElementType">
  544. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  545. <xs:element ref="engine:VisualElement" />
  546. </xs:sequence>
  547. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  548. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  549. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  550. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  551. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  552. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  553. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  554. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  555. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  556. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  557. <xs:anyAttribute processContents="lax" />
  558. </xs:restriction>
  559. </xs:complexContent>
  560. </xs:complexType>
  561. <xs:element name="PackageList" substitutionGroup="engine:VisualElement" xmlns:q29="UnityEditor.PackageManager.UI.Internal" type="q29:PackageListType" />
  562. <xs:complexType name="PackageStatusBarType">
  563. <xs:complexContent mixed="false">
  564. <xs:restriction base="engine:VisualElementType">
  565. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  566. <xs:element ref="engine:VisualElement" />
  567. </xs:sequence>
  568. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  569. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  570. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  571. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  572. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  573. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  574. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  575. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  576. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  577. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  578. <xs:anyAttribute processContents="lax" />
  579. </xs:restriction>
  580. </xs:complexContent>
  581. </xs:complexType>
  582. <xs:element name="PackageStatusBar" substitutionGroup="engine:VisualElement" xmlns:q30="UnityEditor.PackageManager.UI.Internal" type="q30:PackageStatusBarType" />
  583. <xs:complexType name="ToolbarWindowMenuType">
  584. <xs:complexContent mixed="false">
  585. <xs:restriction base="engine:VisualElementType">
  586. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  587. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  588. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  589. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  590. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  591. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  592. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  593. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  594. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  595. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  596. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  597. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  598. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  599. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  600. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  601. <xs:anyAttribute processContents="lax" />
  602. </xs:restriction>
  603. </xs:complexContent>
  604. </xs:complexType>
  605. <xs:element name="ToolbarWindowMenu" substitutionGroup="engine:VisualElement" xmlns:q31="UnityEditor.PackageManager.UI.Internal" type="q31:ToolbarWindowMenuType" />
  606. </xs:schema>