Newer
Older
TheVengeance-Project-IADE-Unity2D / UIElementsSchema / Unity.UI.Builder.xsd
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.PackageManager.UI.Internal" 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="BuilderResizerType">
  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="BuilderResizer" substitutionGroup="engine:VisualElement" xmlns:q7="Unity.UI.Builder" type="q7:BuilderResizerType" />
  150. <xs:complexType name="BuilderSelectionIndicatorType">
  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="BuilderSelectionIndicator" substitutionGroup="engine:VisualElement" xmlns:q8="Unity.UI.Builder" type="q8:BuilderSelectionIndicatorType" />
  171. <xs:complexType name="BuilderCanvasStyleControlsType">
  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="BuilderCanvasStyleControls" substitutionGroup="engine:VisualElement" xmlns:q9="Unity.UI.Builder" type="q9:BuilderCanvasStyleControlsType" />
  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="BuilderNotificationsType">
  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="BuilderNotifications" substitutionGroup="engine:VisualElement" xmlns:q12="Unity.UI.Builder" type="q12:BuilderNotificationsType" />
  256. <xs:complexType name="CheckerboardBackgroundType">
  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="CheckerboardBackground" substitutionGroup="engine:VisualElement" xmlns:q13="Unity.UI.Builder" type="q13:CheckerboardBackgroundType" />
  277. <xs:complexType name="OverlayPainterHelperElementType">
  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="OverlayPainterHelperElement" substitutionGroup="engine:VisualElement" xmlns:q14="Unity.UI.Builder" type="q14:OverlayPainterHelperElementType" />
  298. <xs:complexType name="FoldoutFieldType">
  299. <xs:complexContent mixed="false">
  300. <xs:restriction base="engine:VisualElementType">
  301. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  302. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  303. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  304. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  305. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  306. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  307. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  308. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  309. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  310. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  311. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  312. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  313. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  314. <xs:anyAttribute processContents="lax" />
  315. </xs:restriction>
  316. </xs:complexContent>
  317. </xs:complexType>
  318. <xs:element name="FoldoutField" substitutionGroup="engine:VisualElement" xmlns:q15="Unity.UI.Builder" type="q15:FoldoutFieldType" />
  319. <xs:complexType name="FoldoutColorFieldType">
  320. <xs:complexContent mixed="false">
  321. <xs:restriction base="engine:VisualElementType">
  322. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  323. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  324. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  325. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  326. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  327. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  328. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  329. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  330. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  331. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  332. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  333. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  334. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  335. <xs:anyAttribute processContents="lax" />
  336. </xs:restriction>
  337. </xs:complexContent>
  338. </xs:complexType>
  339. <xs:element name="FoldoutColorField" substitutionGroup="engine:VisualElement" xmlns:q16="Unity.UI.Builder" type="q16:FoldoutColorFieldType" />
  340. <xs:complexType name="FoldoutNumberFieldType">
  341. <xs:complexContent mixed="false">
  342. <xs:restriction base="engine:VisualElementType">
  343. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  344. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  345. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  346. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  347. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  348. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  349. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  350. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  351. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  352. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  353. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  354. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  355. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  356. <xs:anyAttribute processContents="lax" />
  357. </xs:restriction>
  358. </xs:complexContent>
  359. </xs:complexType>
  360. <xs:element name="FoldoutNumberField" substitutionGroup="engine:VisualElement" xmlns:q17="Unity.UI.Builder" type="q17:FoldoutNumberFieldType" />
  361. <xs:complexType name="FoldoutWithCheckboxType">
  362. <xs:complexContent mixed="false">
  363. <xs:restriction base="engine:VisualElementType">
  364. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  365. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  366. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  367. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  368. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  369. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  370. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  371. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  372. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  373. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  374. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  375. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  376. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  377. <xs:anyAttribute processContents="lax" />
  378. </xs:restriction>
  379. </xs:complexContent>
  380. </xs:complexType>
  381. <xs:element name="FoldoutWithCheckbox" substitutionGroup="engine:VisualElement" xmlns:q18="Unity.UI.Builder" type="q18:FoldoutWithCheckboxType" />
  382. <xs:complexType name="FontStyleStripType">
  383. <xs:complexContent mixed="false">
  384. <xs:restriction base="engine:VisualElementType">
  385. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  386. <xs:element ref="engine:VisualElement" />
  387. </xs:sequence>
  388. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  389. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  390. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  391. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  392. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  393. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  394. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  395. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  396. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  397. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  398. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  399. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  400. <xs:anyAttribute processContents="lax" />
  401. </xs:restriction>
  402. </xs:complexContent>
  403. </xs:complexType>
  404. <xs:element name="FontStyleStrip" substitutionGroup="engine:VisualElement" xmlns:q19="Unity.UI.Builder" type="q19:FontStyleStripType" />
  405. <xs:complexType name="HelpBoxType">
  406. <xs:complexContent mixed="false">
  407. <xs:restriction base="engine:VisualElementType">
  408. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  409. <xs:element ref="engine:VisualElement" />
  410. </xs:sequence>
  411. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  412. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  413. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  414. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  415. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  416. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  417. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  418. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  419. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  420. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  421. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  422. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  423. <xs:anyAttribute processContents="lax" />
  424. </xs:restriction>
  425. </xs:complexContent>
  426. </xs:complexType>
  427. <xs:element name="HelpBox" substitutionGroup="engine:VisualElement" xmlns:q20="Unity.UI.Builder" type="q20:HelpBoxType" />
  428. <xs:complexType name="LibraryFoldoutType">
  429. <xs:complexContent mixed="false">
  430. <xs:restriction base="engine:VisualElementType">
  431. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  432. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  433. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  434. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  435. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  436. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  437. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  438. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  439. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  440. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  441. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  442. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  443. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  444. <xs:anyAttribute processContents="lax" />
  445. </xs:restriction>
  446. </xs:complexContent>
  447. </xs:complexType>
  448. <xs:element name="LibraryFoldout" substitutionGroup="engine:VisualElement" xmlns:q21="Unity.UI.Builder" type="q21:LibraryFoldoutType" />
  449. <xs:complexType name="ModalPopupType">
  450. <xs:complexContent mixed="false">
  451. <xs:restriction base="engine:VisualElementType">
  452. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  453. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  454. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  455. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  456. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  457. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  458. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  459. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  460. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  461. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  462. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  463. <xs:anyAttribute processContents="lax" />
  464. </xs:restriction>
  465. </xs:complexContent>
  466. </xs:complexType>
  467. <xs:element name="ModalPopup" substitutionGroup="engine:VisualElement" xmlns:q22="Unity.UI.Builder" type="q22:ModalPopupType" />
  468. <xs:complexType name="PercentSliderType">
  469. <xs:complexContent mixed="false">
  470. <xs:restriction base="engine:VisualElementType">
  471. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  472. <xs:element ref="engine:VisualElement" />
  473. </xs:sequence>
  474. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  475. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  476. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  477. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  478. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  479. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  480. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  481. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  482. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  483. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  484. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  485. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  486. <xs:anyAttribute processContents="lax" />
  487. </xs:restriction>
  488. </xs:complexContent>
  489. </xs:complexType>
  490. <xs:element name="PercentSlider" substitutionGroup="engine:VisualElement" xmlns:q23="Unity.UI.Builder" type="q23:PercentSliderType" />
  491. <xs:complexType name="PersistedFoldoutType">
  492. <xs:complexContent mixed="false">
  493. <xs:restriction base="engine:VisualElementType">
  494. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  495. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  496. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  497. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  498. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  499. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  500. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  501. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  502. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  503. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  504. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  505. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  506. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  507. <xs:anyAttribute processContents="lax" />
  508. </xs:restriction>
  509. </xs:complexContent>
  510. </xs:complexType>
  511. <xs:element name="PersistedFoldout" substitutionGroup="engine:VisualElement" xmlns:q24="Unity.UI.Builder" type="q24:PersistedFoldoutType" />
  512. <xs:simpleType name="BuilderAttributesTestElement_enum-attr_Type">
  513. <xs:restriction base="xs:string">
  514. <xs:enumeration value="None" />
  515. <xs:enumeration value="Good" />
  516. <xs:enumeration value="Bad" />
  517. </xs:restriction>
  518. </xs:simpleType>
  519. <xs:complexType name="BuilderAttributesTestElementType">
  520. <xs:complexContent mixed="false">
  521. <xs:restriction base="engine:VisualElementType">
  522. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  523. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  524. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  525. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  526. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  527. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  528. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  529. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  530. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  531. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  532. <xs:attribute default="default_value" name="string-attr" type="xs:string" use="optional" />
  533. <xs:attribute default="0.1" name="float-attr" type="xs:float" use="optional" />
  534. <xs:attribute default="0.1" name="double-attr" type="xs:double" use="optional" />
  535. <xs:attribute default="2" name="int-attr" type="xs:int" use="optional" />
  536. <xs:attribute default="3" name="long-attr" type="xs:long" use="optional" />
  537. <xs:attribute default="false" name="bool-attr" type="xs:boolean" use="optional" />
  538. <xs:attribute default="RGBA(1.000, 0.000, 0.000, 1.000)" name="color-attr" type="xs:string" use="optional" />
  539. <xs:attribute default="Bad" name="enum-attr" xmlns:q25="Unity.UI.Builder" type="q25:BuilderAttributesTestElement_enum-attr_Type" use="optional" />
  540. <xs:anyAttribute processContents="lax" />
  541. </xs:restriction>
  542. </xs:complexContent>
  543. </xs:complexType>
  544. <xs:element name="BuilderAttributesTestElement" substitutionGroup="engine:VisualElement" xmlns:q26="Unity.UI.Builder" type="q26:BuilderAttributesTestElementType" />
  545. <xs:complexType name="BuilderPlacementIndicatorType">
  546. <xs:complexContent mixed="false">
  547. <xs:restriction base="engine:VisualElementType">
  548. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  549. <xs:element ref="engine:VisualElement" />
  550. </xs:sequence>
  551. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  552. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  553. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  554. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  555. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  556. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  557. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  558. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  559. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  560. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  561. <xs:anyAttribute processContents="lax" />
  562. </xs:restriction>
  563. </xs:complexContent>
  564. </xs:complexType>
  565. <xs:element name="BuilderPlacementIndicator" substitutionGroup="engine:VisualElement" xmlns:q27="Unity.UI.Builder" type="q27:BuilderPlacementIndicatorType" />
  566. <xs:complexType name="DimensionStyleFieldType">
  567. <xs:complexContent mixed="false">
  568. <xs:restriction base="engine:VisualElementType">
  569. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  570. <xs:element ref="engine:VisualElement" />
  571. </xs:sequence>
  572. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  573. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  574. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  575. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  576. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  577. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  578. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  579. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  580. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  581. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  582. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  583. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  584. <xs:anyAttribute processContents="lax" />
  585. </xs:restriction>
  586. </xs:complexContent>
  587. </xs:complexType>
  588. <xs:element name="DimensionStyleField" substitutionGroup="engine:VisualElement" xmlns:q28="Unity.UI.Builder" type="q28:DimensionStyleFieldType" />
  589. <xs:complexType name="ImageStyleFieldType">
  590. <xs:complexContent mixed="false">
  591. <xs:restriction base="engine:VisualElementType">
  592. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  593. <xs:element ref="engine:VisualElement" />
  594. </xs:sequence>
  595. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  596. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  597. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  598. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  599. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  600. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  601. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  602. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  603. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  604. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  605. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  606. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  607. <xs:anyAttribute processContents="lax" />
  608. </xs:restriction>
  609. </xs:complexContent>
  610. </xs:complexType>
  611. <xs:element name="ImageStyleField" substitutionGroup="engine:VisualElement" xmlns:q29="Unity.UI.Builder" type="q29:ImageStyleFieldType" />
  612. <xs:complexType name="NumericStyleFieldType">
  613. <xs:complexContent mixed="false">
  614. <xs:restriction base="engine:VisualElementType">
  615. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  616. <xs:element ref="engine:VisualElement" />
  617. </xs:sequence>
  618. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  619. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  620. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  621. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  622. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  623. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  624. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  625. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  626. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  627. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  628. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  629. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  630. <xs:anyAttribute processContents="lax" />
  631. </xs:restriction>
  632. </xs:complexContent>
  633. </xs:complexType>
  634. <xs:element name="NumericStyleField" substitutionGroup="engine:VisualElement" xmlns:q30="Unity.UI.Builder" type="q30:NumericStyleFieldType" />
  635. <xs:complexType name="IntegerStyleFieldType">
  636. <xs:complexContent mixed="false">
  637. <xs:restriction base="engine:VisualElementType">
  638. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  639. <xs:element ref="engine:VisualElement" />
  640. </xs:sequence>
  641. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  642. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  643. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  644. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  645. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  646. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  647. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  648. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  649. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  650. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  651. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  652. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  653. <xs:anyAttribute processContents="lax" />
  654. </xs:restriction>
  655. </xs:complexContent>
  656. </xs:complexType>
  657. <xs:element name="IntegerStyleField" substitutionGroup="engine:VisualElement" xmlns:q31="Unity.UI.Builder" type="q31:IntegerStyleFieldType" />
  658. <xs:complexType name="TextAlignStripType">
  659. <xs:complexContent mixed="false">
  660. <xs:restriction base="engine:VisualElementType">
  661. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  662. <xs:element ref="engine:VisualElement" />
  663. </xs:sequence>
  664. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  665. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  666. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  667. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  668. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  669. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  670. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  671. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  672. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  673. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  674. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  675. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  676. <xs:anyAttribute processContents="lax" />
  677. </xs:restriction>
  678. </xs:complexContent>
  679. </xs:complexType>
  680. <xs:element name="TextAlignStrip" substitutionGroup="engine:VisualElement" xmlns:q32="Unity.UI.Builder" type="q32:TextAlignStripType" />
  681. <xs:complexType name="TextShadowStyleFieldType">
  682. <xs:complexContent mixed="false">
  683. <xs:restriction base="engine:VisualElementType">
  684. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  685. <xs:element ref="engine:VisualElement" />
  686. </xs:sequence>
  687. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  688. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  689. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  690. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  691. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  692. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  693. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  694. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  695. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  696. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  697. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  698. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  699. <xs:anyAttribute processContents="lax" />
  700. </xs:restriction>
  701. </xs:complexContent>
  702. </xs:complexType>
  703. <xs:element name="TextShadowStyleField" substitutionGroup="engine:VisualElement" xmlns:q33="Unity.UI.Builder" type="q33:TextShadowStyleFieldType" />
  704. <xs:complexType name="ToggleButtonStripType">
  705. <xs:complexContent mixed="false">
  706. <xs:restriction base="engine:VisualElementType">
  707. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  708. <xs:element ref="engine:VisualElement" />
  709. </xs:sequence>
  710. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  711. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  712. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  713. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  714. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  715. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  716. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  717. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  718. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  719. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  720. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  721. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  722. <xs:anyAttribute processContents="lax" />
  723. </xs:restriction>
  724. </xs:complexContent>
  725. </xs:complexType>
  726. <xs:element name="ToggleButtonStrip" substitutionGroup="engine:VisualElement" xmlns:q34="Unity.UI.Builder" type="q34:ToggleButtonStripType" />
  727. <xs:simpleType name="TwoPaneSplitView_orientation_Type">
  728. <xs:restriction base="xs:string">
  729. <xs:enumeration value="Horizontal" />
  730. <xs:enumeration value="Vertical" />
  731. </xs:restriction>
  732. </xs:simpleType>
  733. <xs:complexType name="TwoPaneSplitViewType">
  734. <xs:complexContent mixed="false">
  735. <xs:restriction base="engine:VisualElementType">
  736. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  737. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  738. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  739. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  740. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  741. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  742. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  743. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  744. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  745. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  746. <xs:attribute default="0" name="fixed-pane-index" type="xs:int" use="optional" />
  747. <xs:attribute default="100" name="fixed-pane-initial-dimension" type="xs:int" use="optional" />
  748. <xs:attribute default="Horizontal" name="orientation" xmlns:q35="Unity.UI.Builder" type="q35:TwoPaneSplitView_orientation_Type" use="optional" />
  749. <xs:anyAttribute processContents="lax" />
  750. </xs:restriction>
  751. </xs:complexContent>
  752. </xs:complexType>
  753. <xs:element name="TwoPaneSplitView" substitutionGroup="engine:VisualElement" xmlns:q36="Unity.UI.Builder" type="q36:TwoPaneSplitViewType" />
  754. <xs:complexType name="UnityUIBuilderSelectionMarkerType">
  755. <xs:complexContent mixed="false">
  756. <xs:restriction base="engine:VisualElementType">
  757. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  758. <xs:element ref="engine:VisualElement" />
  759. </xs:sequence>
  760. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  761. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  762. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  763. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  764. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  765. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  766. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  767. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  768. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  769. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  770. <xs:anyAttribute processContents="lax" />
  771. </xs:restriction>
  772. </xs:complexContent>
  773. </xs:complexType>
  774. <xs:element name="UnityUIBuilderSelectionMarker" substitutionGroup="engine:VisualElement" xmlns:q37="Unity.UI.Builder" type="q37:UnityUIBuilderSelectionMarkerType" />
  775. </xs:schema>