Unity.UI.Builder.xsd 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Overlays" elementFormDefault="qualified" targetNamespace="Unity.UI.Builder" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
  4. <xs:complexType name="BuilderPaneType">
  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="" name="view-data-key" type="xs:string" use="optional" />
  9. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  10. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  11. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  12. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  13. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  14. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  15. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  16. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  17. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  18. <xs:anyAttribute processContents="lax" />
  19. </xs:restriction>
  20. </xs:complexContent>
  21. </xs:complexType>
  22. <xs:element name="BuilderPane" substitutionGroup="engine:VisualElement" xmlns:q1="Unity.UI.Builder" type="q1:BuilderPaneType" />
  23. <xs:complexType name="BuilderNewSelectorFieldType">
  24. <xs:complexContent mixed="false">
  25. <xs:restriction base="engine:VisualElementType">
  26. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  27. <xs:element ref="engine:VisualElement" />
  28. </xs:sequence>
  29. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  30. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  31. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  32. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  33. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  34. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  35. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  36. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  37. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  38. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  39. <xs:anyAttribute processContents="lax" />
  40. </xs:restriction>
  41. </xs:complexContent>
  42. </xs:complexType>
  43. <xs:element name="BuilderNewSelectorField" substitutionGroup="engine:VisualElement" xmlns:q2="Unity.UI.Builder" type="q2:BuilderNewSelectorFieldType" />
  44. <xs:complexType name="BuilderStyleRowType">
  45. <xs:complexContent mixed="false">
  46. <xs:restriction base="engine:VisualElementType">
  47. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  48. <xs:element ref="engine:VisualElement" />
  49. </xs:sequence>
  50. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  51. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  52. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  53. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  54. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  55. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  56. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  57. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  58. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  59. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  60. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  61. <xs:anyAttribute processContents="lax" />
  62. </xs:restriction>
  63. </xs:complexContent>
  64. </xs:complexType>
  65. <xs:element name="BuilderStyleRow" substitutionGroup="engine:VisualElement" xmlns:q3="Unity.UI.Builder" type="q3:BuilderStyleRowType" />
  66. <xs:complexType name="BuilderAnchorerType">
  67. <xs:complexContent mixed="false">
  68. <xs:restriction base="engine:VisualElementType">
  69. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  70. <xs:element ref="engine:VisualElement" />
  71. </xs:sequence>
  72. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  73. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  74. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  75. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  76. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  77. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  78. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  79. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  80. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  81. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  82. <xs:anyAttribute processContents="lax" />
  83. </xs:restriction>
  84. </xs:complexContent>
  85. </xs:complexType>
  86. <xs:element name="BuilderAnchorer" substitutionGroup="engine:VisualElement" xmlns:q4="Unity.UI.Builder" type="q4:BuilderAnchorerType" />
  87. <xs:complexType name="BuilderMoverType">
  88. <xs:complexContent mixed="false">
  89. <xs:restriction base="engine:VisualElementType">
  90. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  91. <xs:element ref="engine:VisualElement" />
  92. </xs:sequence>
  93. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  94. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  95. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  96. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  97. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  98. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  99. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  100. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  101. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  102. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  103. <xs:anyAttribute processContents="lax" />
  104. </xs:restriction>
  105. </xs:complexContent>
  106. </xs:complexType>
  107. <xs:element name="BuilderMover" substitutionGroup="engine:VisualElement" xmlns:q5="Unity.UI.Builder" type="q5:BuilderMoverType" />
  108. <xs:complexType name="BuilderParentTrackerType">
  109. <xs:complexContent mixed="false">
  110. <xs:restriction base="engine:VisualElementType">
  111. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  112. <xs:element ref="engine:VisualElement" />
  113. </xs:sequence>
  114. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  115. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  116. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  117. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  118. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  119. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  120. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  121. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  122. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  123. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  124. <xs:anyAttribute processContents="lax" />
  125. </xs:restriction>
  126. </xs:complexContent>
  127. </xs:complexType>
  128. <xs:element name="BuilderParentTracker" substitutionGroup="engine:VisualElement" xmlns:q6="Unity.UI.Builder" type="q6:BuilderParentTrackerType" />
  129. <xs:complexType name="BuilderPlacementIndicatorType">
  130. <xs:complexContent mixed="false">
  131. <xs:restriction base="engine:VisualElementType">
  132. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  133. <xs:element ref="engine:VisualElement" />
  134. </xs:sequence>
  135. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  136. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  137. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  138. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  139. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  140. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  141. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  142. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  143. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  144. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  145. <xs:anyAttribute processContents="lax" />
  146. </xs:restriction>
  147. </xs:complexContent>
  148. </xs:complexType>
  149. <xs:element name="BuilderPlacementIndicator" substitutionGroup="engine:VisualElement" xmlns:q7="Unity.UI.Builder" type="q7:BuilderPlacementIndicatorType" />
  150. <xs:complexType name="BuilderResizerType">
  151. <xs:complexContent mixed="false">
  152. <xs:restriction base="engine:VisualElementType">
  153. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  154. <xs:element ref="engine:VisualElement" />
  155. </xs:sequence>
  156. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  157. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  158. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  159. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  160. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  161. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  162. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  163. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  164. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  165. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  166. <xs:anyAttribute processContents="lax" />
  167. </xs:restriction>
  168. </xs:complexContent>
  169. </xs:complexType>
  170. <xs:element name="BuilderResizer" substitutionGroup="engine:VisualElement" xmlns:q8="Unity.UI.Builder" type="q8:BuilderResizerType" />
  171. <xs:complexType name="BuilderSelectionIndicatorType">
  172. <xs:complexContent mixed="false">
  173. <xs:restriction base="engine:VisualElementType">
  174. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  175. <xs:element ref="engine:VisualElement" />
  176. </xs:sequence>
  177. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  178. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  179. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  180. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  181. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  182. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  183. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  184. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  185. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  186. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  187. <xs:anyAttribute processContents="lax" />
  188. </xs:restriction>
  189. </xs:complexContent>
  190. </xs:complexType>
  191. <xs:element name="BuilderSelectionIndicator" substitutionGroup="engine:VisualElement" xmlns:q9="Unity.UI.Builder" type="q9:BuilderSelectionIndicatorType" />
  192. <xs:complexType name="BuilderTooltipPreviewType">
  193. <xs:complexContent mixed="false">
  194. <xs:restriction base="engine:VisualElementType">
  195. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  196. <xs:element ref="engine:VisualElement" />
  197. </xs:sequence>
  198. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  199. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  200. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  201. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  202. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  203. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  204. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  205. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  206. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  207. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  208. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  209. <xs:anyAttribute processContents="lax" />
  210. </xs:restriction>
  211. </xs:complexContent>
  212. </xs:complexType>
  213. <xs:element name="BuilderTooltipPreview" substitutionGroup="engine:VisualElement" xmlns:q10="Unity.UI.Builder" type="q10:BuilderTooltipPreviewType" />
  214. <xs:complexType name="BuilderCanvasType">
  215. <xs:complexContent mixed="false">
  216. <xs:restriction base="engine:VisualElementType">
  217. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  218. <xs:element ref="engine:VisualElement" />
  219. </xs:sequence>
  220. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  221. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  222. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  223. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  224. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  225. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  226. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  227. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  228. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  229. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  230. <xs:anyAttribute processContents="lax" />
  231. </xs:restriction>
  232. </xs:complexContent>
  233. </xs:complexType>
  234. <xs:element name="BuilderCanvas" substitutionGroup="engine:VisualElement" xmlns:q11="Unity.UI.Builder" type="q11:BuilderCanvasType" />
  235. <xs:complexType name="BuilderCanvasStyleControlsType">
  236. <xs:complexContent mixed="false">
  237. <xs:restriction base="engine:VisualElementType">
  238. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  239. <xs:element ref="engine:VisualElement" />
  240. </xs:sequence>
  241. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  242. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  243. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  244. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  245. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  246. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  247. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  248. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  249. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  250. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  251. <xs:anyAttribute processContents="lax" />
  252. </xs:restriction>
  253. </xs:complexContent>
  254. </xs:complexType>
  255. <xs:element name="BuilderCanvasStyleControls" substitutionGroup="engine:VisualElement" xmlns:q12="Unity.UI.Builder" type="q12:BuilderCanvasStyleControlsType" />
  256. <xs:complexType name="BuilderNotificationsType">
  257. <xs:complexContent mixed="false">
  258. <xs:restriction base="engine:VisualElementType">
  259. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  260. <xs:element ref="engine:VisualElement" />
  261. </xs:sequence>
  262. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  263. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  264. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  265. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  266. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  267. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  268. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  269. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  270. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  271. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  272. <xs:anyAttribute processContents="lax" />
  273. </xs:restriction>
  274. </xs:complexContent>
  275. </xs:complexType>
  276. <xs:element name="BuilderNotifications" substitutionGroup="engine:VisualElement" xmlns:q13="Unity.UI.Builder" type="q13:BuilderNotificationsType" />
  277. <xs:complexType name="CheckerboardBackgroundType">
  278. <xs:complexContent mixed="false">
  279. <xs:restriction base="engine:VisualElementType">
  280. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  281. <xs:element ref="engine:VisualElement" />
  282. </xs:sequence>
  283. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  284. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  285. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  286. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  287. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  288. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  289. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  290. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  291. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  292. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  293. <xs:anyAttribute processContents="lax" />
  294. </xs:restriction>
  295. </xs:complexContent>
  296. </xs:complexType>
  297. <xs:element name="CheckerboardBackground" substitutionGroup="engine:VisualElement" xmlns:q14="Unity.UI.Builder" type="q14:CheckerboardBackgroundType" />
  298. <xs:complexType name="CategoryDropdownFieldType">
  299. <xs:complexContent mixed="false">
  300. <xs:restriction base="engine:VisualElementType">
  301. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  302. <xs:element ref="engine:VisualElement" />
  303. </xs:sequence>
  304. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  305. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  306. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  307. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  308. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  309. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  310. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  311. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  312. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  313. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  314. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  315. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  316. <xs:anyAttribute processContents="lax" />
  317. </xs:restriction>
  318. </xs:complexContent>
  319. </xs:complexType>
  320. <xs:element name="CategoryDropdownField" substitutionGroup="engine:VisualElement" xmlns:q15="Unity.UI.Builder" type="q15:CategoryDropdownFieldType" />
  321. <xs:complexType name="OverlayPainterHelperElementType">
  322. <xs:complexContent mixed="false">
  323. <xs:restriction base="engine:VisualElementType">
  324. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  325. <xs:element ref="engine:VisualElement" />
  326. </xs:sequence>
  327. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  328. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  329. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  330. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  331. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  332. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  333. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  334. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  335. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  336. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  337. <xs:anyAttribute processContents="lax" />
  338. </xs:restriction>
  339. </xs:complexContent>
  340. </xs:complexType>
  341. <xs:element name="OverlayPainterHelperElement" substitutionGroup="engine:VisualElement" xmlns:q16="Unity.UI.Builder" type="q16:OverlayPainterHelperElementType" />
  342. <xs:complexType name="FoldoutColorFieldType">
  343. <xs:complexContent mixed="false">
  344. <xs:restriction base="engine:VisualElementType">
  345. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  346. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  347. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  348. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  349. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  350. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  351. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  352. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  353. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  354. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  355. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  356. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  357. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  358. <xs:anyAttribute processContents="lax" />
  359. </xs:restriction>
  360. </xs:complexContent>
  361. </xs:complexType>
  362. <xs:element name="FoldoutColorField" substitutionGroup="engine:VisualElement" xmlns:q17="Unity.UI.Builder" type="q17:FoldoutColorFieldType" />
  363. <xs:complexType name="FoldoutFieldType">
  364. <xs:complexContent mixed="false">
  365. <xs:restriction base="engine:VisualElementType">
  366. <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
  374. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  375. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  376. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  377. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  378. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  379. <xs:anyAttribute processContents="lax" />
  380. </xs:restriction>
  381. </xs:complexContent>
  382. </xs:complexType>
  383. <xs:element name="FoldoutField" substitutionGroup="engine:VisualElement" xmlns:q18="Unity.UI.Builder" type="q18:FoldoutFieldType" />
  384. <xs:complexType name="FoldoutNumberFieldType">
  385. <xs:complexContent mixed="false">
  386. <xs:restriction base="engine:VisualElementType">
  387. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  388. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  389. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  390. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  391. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  392. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  393. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  394. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  395. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  396. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  397. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  398. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  399. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  400. <xs:anyAttribute processContents="lax" />
  401. </xs:restriction>
  402. </xs:complexContent>
  403. </xs:complexType>
  404. <xs:element name="FoldoutNumberField" substitutionGroup="engine:VisualElement" xmlns:q19="Unity.UI.Builder" type="q19:FoldoutNumberFieldType" />
  405. <xs:complexType name="FoldoutTransitionFieldType">
  406. <xs:complexContent mixed="false">
  407. <xs:restriction base="engine:VisualElementType">
  408. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  409. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  410. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  411. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  412. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  413. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  414. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  415. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  416. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  417. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  418. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  419. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  420. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  421. <xs:anyAttribute processContents="lax" />
  422. </xs:restriction>
  423. </xs:complexContent>
  424. </xs:complexType>
  425. <xs:element name="FoldoutTransitionField" substitutionGroup="engine:VisualElement" xmlns:q20="Unity.UI.Builder" type="q20:FoldoutTransitionFieldType" />
  426. <xs:complexType name="FoldoutWithCheckboxType">
  427. <xs:complexContent mixed="false">
  428. <xs:restriction base="engine:VisualElementType">
  429. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  430. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  431. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  432. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  433. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  434. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  435. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  436. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  437. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  438. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  439. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  440. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  441. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  442. <xs:anyAttribute processContents="lax" />
  443. </xs:restriction>
  444. </xs:complexContent>
  445. </xs:complexType>
  446. <xs:element name="FoldoutWithCheckbox" substitutionGroup="engine:VisualElement" xmlns:q21="Unity.UI.Builder" type="q21:FoldoutWithCheckboxType" />
  447. <xs:complexType name="FontStyleStripType">
  448. <xs:complexContent mixed="false">
  449. <xs:restriction base="engine:VisualElementType">
  450. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  451. <xs:element ref="engine:VisualElement" />
  452. </xs:sequence>
  453. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  454. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  455. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  456. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  457. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  458. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  459. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  460. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  461. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  462. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  463. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  464. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  465. <xs:anyAttribute processContents="lax" />
  466. </xs:restriction>
  467. </xs:complexContent>
  468. </xs:complexType>
  469. <xs:element name="FontStyleStrip" substitutionGroup="engine:VisualElement" xmlns:q22="Unity.UI.Builder" type="q22:FontStyleStripType" />
  470. <xs:complexType name="HelpBoxType">
  471. <xs:complexContent mixed="false">
  472. <xs:restriction base="engine:VisualElementType">
  473. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  474. <xs:element ref="engine:VisualElement" />
  475. </xs:sequence>
  476. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  477. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  478. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  479. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  480. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  481. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  482. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  483. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  484. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  485. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  486. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  487. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  488. <xs:anyAttribute processContents="lax" />
  489. </xs:restriction>
  490. </xs:complexContent>
  491. </xs:complexType>
  492. <xs:element name="HelpBox" substitutionGroup="engine:VisualElement" xmlns:q23="Unity.UI.Builder" type="q23:HelpBoxType" />
  493. <xs:complexType name="LibraryFoldoutType">
  494. <xs:complexContent mixed="false">
  495. <xs:restriction base="engine:VisualElementType">
  496. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  497. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  498. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  499. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  500. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  501. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  502. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  503. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  504. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  505. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  506. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  507. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  508. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  509. <xs:anyAttribute processContents="lax" />
  510. </xs:restriction>
  511. </xs:complexContent>
  512. </xs:complexType>
  513. <xs:element name="LibraryFoldout" substitutionGroup="engine:VisualElement" xmlns:q24="Unity.UI.Builder" type="q24:LibraryFoldoutType" />
  514. <xs:complexType name="ModalPopupType">
  515. <xs:complexContent mixed="false">
  516. <xs:restriction base="engine:VisualElementType">
  517. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  518. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  519. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  520. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  521. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  522. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  523. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  524. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  525. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  526. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  527. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  528. <xs:anyAttribute processContents="lax" />
  529. </xs:restriction>
  530. </xs:complexContent>
  531. </xs:complexType>
  532. <xs:element name="ModalPopup" substitutionGroup="engine:VisualElement" xmlns:q25="Unity.UI.Builder" type="q25:ModalPopupType" />
  533. <xs:complexType name="PercentSliderType">
  534. <xs:complexContent mixed="false">
  535. <xs:restriction base="engine:VisualElementType">
  536. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  537. <xs:element ref="engine:VisualElement" />
  538. </xs:sequence>
  539. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  540. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  541. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  542. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  543. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  544. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  545. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  546. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  547. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  548. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  549. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  550. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  551. <xs:anyAttribute processContents="lax" />
  552. </xs:restriction>
  553. </xs:complexContent>
  554. </xs:complexType>
  555. <xs:element name="PercentSlider" substitutionGroup="engine:VisualElement" xmlns:q26="Unity.UI.Builder" type="q26:PercentSliderType" />
  556. <xs:complexType name="PersistedFoldoutType">
  557. <xs:complexContent mixed="false">
  558. <xs:restriction base="engine:VisualElementType">
  559. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  560. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  561. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  562. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  563. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  564. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  565. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  566. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  567. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  568. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  569. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  570. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  571. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  572. <xs:anyAttribute processContents="lax" />
  573. </xs:restriction>
  574. </xs:complexContent>
  575. </xs:complexType>
  576. <xs:element name="PersistedFoldout" substitutionGroup="engine:VisualElement" xmlns:q27="Unity.UI.Builder" type="q27:PersistedFoldoutType" />
  577. <xs:simpleType name="BuilderAttributesTestElement_enum-attr_Type">
  578. <xs:restriction base="xs:string">
  579. <xs:enumeration value="None" />
  580. <xs:enumeration value="Good" />
  581. <xs:enumeration value="Bad" />
  582. </xs:restriction>
  583. </xs:simpleType>
  584. <xs:complexType name="BuilderAttributesTestElementType">
  585. <xs:complexContent mixed="false">
  586. <xs:restriction base="engine:VisualElementType">
  587. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  588. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  589. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  590. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  591. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  592. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  593. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  594. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  595. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  596. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  597. <xs:attribute default="default_value" name="string-attr" type="xs:string" use="optional" />
  598. <xs:attribute default="0.1" name="float-attr" type="xs:float" use="optional" />
  599. <xs:attribute default="0.1" name="double-attr" type="xs:double" use="optional" />
  600. <xs:attribute default="2" name="int-attr" type="xs:int" use="optional" />
  601. <xs:attribute default="3" name="long-attr" type="xs:long" use="optional" />
  602. <xs:attribute default="false" name="bool-attr" type="xs:boolean" use="optional" />
  603. <xs:attribute default="RGBA(1.000, 0.000, 0.000, 1.000)" name="color-attr" type="xs:string" use="optional" />
  604. <xs:attribute default="Bad" name="enum-attr" xmlns:q28="Unity.UI.Builder" type="q28:BuilderAttributesTestElement_enum-attr_Type" use="optional" />
  605. <xs:anyAttribute processContents="lax" />
  606. </xs:restriction>
  607. </xs:complexContent>
  608. </xs:complexType>
  609. <xs:element name="BuilderAttributesTestElement" substitutionGroup="engine:VisualElement" xmlns:q29="Unity.UI.Builder" type="q29:BuilderAttributesTestElementType" />
  610. <xs:complexType name="DimensionStyleFieldType">
  611. <xs:complexContent mixed="false">
  612. <xs:restriction base="engine:VisualElementType">
  613. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  614. <xs:element ref="engine:VisualElement" />
  615. </xs:sequence>
  616. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  617. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  618. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  619. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  620. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  621. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  622. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  623. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  624. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  625. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  626. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  627. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  628. <xs:anyAttribute processContents="lax" />
  629. </xs:restriction>
  630. </xs:complexContent>
  631. </xs:complexType>
  632. <xs:element name="DimensionStyleField" substitutionGroup="engine:VisualElement" xmlns:q30="Unity.UI.Builder" type="q30:DimensionStyleFieldType" />
  633. <xs:complexType name="ImageStyleFieldType">
  634. <xs:complexContent mixed="false">
  635. <xs:restriction base="engine:VisualElementType">
  636. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  637. <xs:element ref="engine:VisualElement" />
  638. </xs:sequence>
  639. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  640. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  641. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  642. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  643. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  644. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  645. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  646. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  647. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  648. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  649. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  650. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  651. <xs:anyAttribute processContents="lax" />
  652. </xs:restriction>
  653. </xs:complexContent>
  654. </xs:complexType>
  655. <xs:element name="ImageStyleField" substitutionGroup="engine:VisualElement" xmlns:q31="Unity.UI.Builder" type="q31:ImageStyleFieldType" />
  656. <xs:complexType name="IntegerStyleFieldType">
  657. <xs:complexContent mixed="false">
  658. <xs:restriction base="engine:VisualElementType">
  659. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  660. <xs:element ref="engine:VisualElement" />
  661. </xs:sequence>
  662. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  663. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  664. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  665. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  666. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  667. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  668. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  669. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  670. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  671. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  672. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  673. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  674. <xs:anyAttribute processContents="lax" />
  675. </xs:restriction>
  676. </xs:complexContent>
  677. </xs:complexType>
  678. <xs:element name="IntegerStyleField" substitutionGroup="engine:VisualElement" xmlns:q32="Unity.UI.Builder" type="q32:IntegerStyleFieldType" />
  679. <xs:complexType name="NumericStyleFieldType">
  680. <xs:complexContent mixed="false">
  681. <xs:restriction base="engine:VisualElementType">
  682. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  683. <xs:element ref="engine:VisualElement" />
  684. </xs:sequence>
  685. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  686. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  687. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  688. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  689. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  690. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  691. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  692. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  693. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  694. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  695. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  696. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  697. <xs:anyAttribute processContents="lax" />
  698. </xs:restriction>
  699. </xs:complexContent>
  700. </xs:complexType>
  701. <xs:element name="NumericStyleField" substitutionGroup="engine:VisualElement" xmlns:q33="Unity.UI.Builder" type="q33:NumericStyleFieldType" />
  702. <xs:complexType name="RotateStyleFieldType">
  703. <xs:complexContent mixed="false">
  704. <xs:restriction base="engine:VisualElementType">
  705. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  706. <xs:element ref="engine:VisualElement" />
  707. </xs:sequence>
  708. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  709. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  710. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  711. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  712. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  713. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  714. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  715. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  716. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  717. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  718. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  719. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  720. <xs:anyAttribute processContents="lax" />
  721. </xs:restriction>
  722. </xs:complexContent>
  723. </xs:complexType>
  724. <xs:element name="RotateStyleField" substitutionGroup="engine:VisualElement" xmlns:q34="Unity.UI.Builder" type="q34:RotateStyleFieldType" />
  725. <xs:complexType name="ScaleStyleFieldType">
  726. <xs:complexContent mixed="false">
  727. <xs:restriction base="engine:VisualElementType">
  728. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  729. <xs:element ref="engine:VisualElement" />
  730. </xs:sequence>
  731. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  732. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  733. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  734. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  735. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  736. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  737. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  738. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  739. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  740. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  741. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  742. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  743. <xs:anyAttribute processContents="lax" />
  744. </xs:restriction>
  745. </xs:complexContent>
  746. </xs:complexType>
  747. <xs:element name="ScaleStyleField" substitutionGroup="engine:VisualElement" xmlns:q35="Unity.UI.Builder" type="q35:ScaleStyleFieldType" />
  748. <xs:complexType name="TextShadowStyleFieldType">
  749. <xs:complexContent mixed="false">
  750. <xs:restriction base="engine:VisualElementType">
  751. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  752. <xs:element ref="engine:VisualElement" />
  753. </xs:sequence>
  754. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  755. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  756. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  757. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  758. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  759. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  760. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  761. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  762. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  763. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  764. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  765. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  766. <xs:anyAttribute processContents="lax" />
  767. </xs:restriction>
  768. </xs:complexContent>
  769. </xs:complexType>
  770. <xs:element name="TextShadowStyleField" substitutionGroup="engine:VisualElement" xmlns:q36="Unity.UI.Builder" type="q36:TextShadowStyleFieldType" />
  771. <xs:complexType name="TransformOriginSelectorType">
  772. <xs:complexContent mixed="false">
  773. <xs:restriction base="engine:VisualElementType">
  774. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  775. <xs:element ref="engine:VisualElement" />
  776. </xs:sequence>
  777. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  778. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  779. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  780. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  781. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  782. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  783. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  784. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  785. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  786. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  787. <xs:anyAttribute processContents="lax" />
  788. </xs:restriction>
  789. </xs:complexContent>
  790. </xs:complexType>
  791. <xs:element name="TransformOriginSelector" substitutionGroup="engine:VisualElement" xmlns:q37="Unity.UI.Builder" type="q37:TransformOriginSelectorType" />
  792. <xs:complexType name="TransformOriginStyleFieldType">
  793. <xs:complexContent mixed="false">
  794. <xs:restriction base="engine:VisualElementType">
  795. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  796. <xs:element ref="engine:VisualElement" />
  797. </xs:sequence>
  798. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  799. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  800. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  801. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  802. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  803. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  804. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  805. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  806. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  807. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  808. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  809. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  810. <xs:anyAttribute processContents="lax" />
  811. </xs:restriction>
  812. </xs:complexContent>
  813. </xs:complexType>
  814. <xs:element name="TransformOriginStyleField" substitutionGroup="engine:VisualElement" xmlns:q38="Unity.UI.Builder" type="q38:TransformOriginStyleFieldType" />
  815. <xs:complexType name="TranslateStyleFieldType">
  816. <xs:complexContent mixed="false">
  817. <xs:restriction base="engine:VisualElementType">
  818. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  819. <xs:element ref="engine:VisualElement" />
  820. </xs:sequence>
  821. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  822. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  823. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  824. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  825. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  826. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  827. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  828. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  829. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  830. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  831. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  832. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  833. <xs:anyAttribute processContents="lax" />
  834. </xs:restriction>
  835. </xs:complexContent>
  836. </xs:complexType>
  837. <xs:element name="TranslateStyleField" substitutionGroup="engine:VisualElement" xmlns:q39="Unity.UI.Builder" type="q39:TranslateStyleFieldType" />
  838. <xs:complexType name="TextAlignStripType">
  839. <xs:complexContent mixed="false">
  840. <xs:restriction base="engine:VisualElementType">
  841. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  842. <xs:element ref="engine:VisualElement" />
  843. </xs:sequence>
  844. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  845. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  846. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  847. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  848. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  849. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  850. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  851. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  852. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  853. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  854. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  855. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  856. <xs:anyAttribute processContents="lax" />
  857. </xs:restriction>
  858. </xs:complexContent>
  859. </xs:complexType>
  860. <xs:element name="TextAlignStrip" substitutionGroup="engine:VisualElement" xmlns:q40="Unity.UI.Builder" type="q40:TextAlignStripType" />
  861. <xs:complexType name="ToggleButtonStripType">
  862. <xs:complexContent mixed="false">
  863. <xs:restriction base="engine:VisualElementType">
  864. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  865. <xs:element ref="engine:VisualElement" />
  866. </xs:sequence>
  867. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  868. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  869. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  870. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  871. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  872. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  873. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  874. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  875. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  876. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  877. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  878. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  879. <xs:anyAttribute processContents="lax" />
  880. </xs:restriction>
  881. </xs:complexContent>
  882. </xs:complexType>
  883. <xs:element name="ToggleButtonStrip" substitutionGroup="engine:VisualElement" xmlns:q41="Unity.UI.Builder" type="q41:ToggleButtonStripType" />
  884. <xs:complexType name="TransitionsListViewType">
  885. <xs:complexContent mixed="false">
  886. <xs:restriction base="engine:VisualElementType">
  887. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  888. <xs:element ref="engine:VisualElement" />
  889. </xs:sequence>
  890. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  891. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  892. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  893. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  894. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  895. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  896. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  897. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  898. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  899. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  900. <xs:anyAttribute processContents="lax" />
  901. </xs:restriction>
  902. </xs:complexContent>
  903. </xs:complexType>
  904. <xs:element name="TransitionsListView" substitutionGroup="engine:VisualElement" xmlns:q42="Unity.UI.Builder" type="q42:TransitionsListViewType" />
  905. <xs:simpleType name="TwoPaneSplitView_orientation_Type">
  906. <xs:restriction base="xs:string">
  907. <xs:enumeration value="Horizontal" />
  908. <xs:enumeration value="Vertical" />
  909. </xs:restriction>
  910. </xs:simpleType>
  911. <xs:complexType name="TwoPaneSplitViewType">
  912. <xs:complexContent mixed="false">
  913. <xs:restriction base="engine:VisualElementType">
  914. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  915. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  916. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  917. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  918. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  919. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  920. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  921. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  922. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  923. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  924. <xs:attribute default="0" name="fixed-pane-index" type="xs:int" use="optional" />
  925. <xs:attribute default="100" name="fixed-pane-initial-dimension" type="xs:int" use="optional" />
  926. <xs:attribute default="Horizontal" name="orientation" xmlns:q43="Unity.UI.Builder" type="q43:TwoPaneSplitView_orientation_Type" use="optional" />
  927. <xs:anyAttribute processContents="lax" />
  928. </xs:restriction>
  929. </xs:complexContent>
  930. </xs:complexType>
  931. <xs:element name="TwoPaneSplitView" substitutionGroup="engine:VisualElement" xmlns:q44="Unity.UI.Builder" type="q44:TwoPaneSplitViewType" />
  932. <xs:complexType name="UnityUIBuilderSelectionMarkerType">
  933. <xs:complexContent mixed="false">
  934. <xs:restriction base="engine:VisualElementType">
  935. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  936. <xs:element ref="engine:VisualElement" />
  937. </xs:sequence>
  938. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  939. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  940. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  941. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  942. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  943. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  944. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  945. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  946. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  947. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  948. <xs:anyAttribute processContents="lax" />
  949. </xs:restriction>
  950. </xs:complexContent>
  951. </xs:complexType>
  952. <xs:element name="UnityUIBuilderSelectionMarker" substitutionGroup="engine:VisualElement" xmlns:q45="Unity.UI.Builder" type="q45:UnityUIBuilderSelectionMarkerType" />
  953. </xs:schema>