Unity.UI.Builder.xsd 109 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Accessibility" elementFormDefault="qualified" targetNamespace="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="IntegerStyleFieldType">
  5. <xs:complexContent mixed="false">
  6. <xs:restriction base="engine:VisualElementType">
  7. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  8. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  9. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  10. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  11. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  12. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  13. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  14. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  15. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  16. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  17. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  18. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  19. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  20. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  21. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  22. <xs:attribute default="false" name="show-options" type="xs:boolean" use="optional" />
  23. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  24. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  25. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  26. <xs:anyAttribute processContents="lax" />
  27. </xs:restriction>
  28. </xs:complexContent>
  29. </xs:complexType>
  30. <xs:element name="IntegerStyleField" substitutionGroup="engine:VisualElement" xmlns:q1="Unity.UI.Builder" type="q1:IntegerStyleFieldType" />
  31. <xs:complexType name="OverlayPainterHelperElementType">
  32. <xs:complexContent mixed="false">
  33. <xs:restriction base="engine:VisualElementType">
  34. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  35. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  36. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  37. <xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  38. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  39. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  40. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  41. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  42. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  43. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  44. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  45. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  46. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  47. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  48. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  49. <xs:anyAttribute processContents="lax" />
  50. </xs:restriction>
  51. </xs:complexContent>
  52. </xs:complexType>
  53. <xs:element name="OverlayPainterHelperElement" substitutionGroup="engine:VisualElement" xmlns:q2="Unity.UI.Builder" type="q2:OverlayPainterHelperElementType" />
  54. <xs:complexType name="PositionAnchorsType">
  55. <xs:complexContent mixed="false">
  56. <xs:restriction base="engine:VisualElementType">
  57. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  58. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  59. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  60. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  61. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  62. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  63. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  64. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  65. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  66. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  67. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  68. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  69. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  70. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  71. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  72. <xs:anyAttribute processContents="lax" />
  73. </xs:restriction>
  74. </xs:complexContent>
  75. </xs:complexType>
  76. <xs:element name="PositionAnchors" substitutionGroup="engine:VisualElement" xmlns:q3="Unity.UI.Builder" type="q3:PositionAnchorsType" />
  77. <xs:complexType name="ScaleStyleFieldType">
  78. <xs:complexContent mixed="false">
  79. <xs:restriction base="engine:VisualElementType">
  80. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  81. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  82. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  83. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  84. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  85. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  86. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  87. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  88. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  89. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  90. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  91. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  92. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  93. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  94. <xs:attribute default="(x:0, y:0)" name="value" type="xs:string" use="optional" />
  95. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  96. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  97. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  98. <xs:anyAttribute processContents="lax" />
  99. </xs:restriction>
  100. </xs:complexContent>
  101. </xs:complexType>
  102. <xs:element name="ScaleStyleField" substitutionGroup="engine:VisualElement" xmlns:q4="Unity.UI.Builder" type="q4:ScaleStyleFieldType" />
  103. <xs:complexType name="TransformOriginSelectorType">
  104. <xs:complexContent mixed="false">
  105. <xs:restriction base="engine:VisualElementType">
  106. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  107. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  108. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  109. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  110. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  111. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  112. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  113. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  114. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  115. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  116. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  117. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  118. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  119. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  120. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  121. <xs:anyAttribute processContents="lax" />
  122. </xs:restriction>
  123. </xs:complexContent>
  124. </xs:complexType>
  125. <xs:element name="TransformOriginSelector" substitutionGroup="engine:VisualElement" xmlns:q5="Unity.UI.Builder" type="q5:TransformOriginSelectorType" />
  126. <xs:complexType name="DimensionStyleFieldType">
  127. <xs:complexContent mixed="false">
  128. <xs:restriction base="engine:VisualElementType">
  129. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  130. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  131. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  132. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  133. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  134. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  135. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  136. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  137. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  138. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  139. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  140. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  141. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  142. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  143. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  144. <xs:attribute default="false" name="show-options" type="xs:boolean" use="optional" />
  145. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  146. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  147. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  148. <xs:anyAttribute processContents="lax" />
  149. </xs:restriction>
  150. </xs:complexContent>
  151. </xs:complexType>
  152. <xs:element name="DimensionStyleField" substitutionGroup="engine:VisualElement" xmlns:q6="Unity.UI.Builder" type="q6:DimensionStyleFieldType" />
  153. <xs:complexType name="FoldoutNumberFieldType">
  154. <xs:complexContent mixed="false">
  155. <xs:restriction base="engine:VisualElementType">
  156. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  157. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  158. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  159. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  160. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  161. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  162. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  163. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  164. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  165. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  166. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  167. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  168. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  169. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  170. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  171. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  172. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  173. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  174. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  175. <xs:anyAttribute processContents="lax" />
  176. </xs:restriction>
  177. </xs:complexContent>
  178. </xs:complexType>
  179. <xs:element name="FoldoutNumberField" substitutionGroup="engine:VisualElement" xmlns:q7="Unity.UI.Builder" type="q7:FoldoutNumberFieldType" />
  180. <xs:complexType name="BuilderParentTrackerType">
  181. <xs:complexContent mixed="false">
  182. <xs:restriction base="engine:VisualElementType">
  183. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  184. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  185. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  186. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  187. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  188. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  189. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  190. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  191. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  192. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  193. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  194. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  195. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  196. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  197. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  198. <xs:anyAttribute processContents="lax" />
  199. </xs:restriction>
  200. </xs:complexContent>
  201. </xs:complexType>
  202. <xs:element name="BuilderParentTracker" substitutionGroup="engine:VisualElement" xmlns:q8="Unity.UI.Builder" type="q8:BuilderParentTrackerType" />
  203. <xs:complexType name="AngleStyleFieldType">
  204. <xs:complexContent mixed="false">
  205. <xs:restriction base="engine:VisualElementType">
  206. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  207. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  208. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  209. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  210. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  211. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  212. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  213. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  214. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  215. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  216. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  217. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  218. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  219. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  220. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  221. <xs:attribute default="false" name="show-options" type="xs:boolean" use="optional" />
  222. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  223. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  224. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  225. <xs:anyAttribute processContents="lax" />
  226. </xs:restriction>
  227. </xs:complexContent>
  228. </xs:complexType>
  229. <xs:element name="AngleStyleField" substitutionGroup="engine:VisualElement" xmlns:q9="Unity.UI.Builder" type="q9:AngleStyleFieldType" />
  230. <xs:simpleType name="BackgroundPositionStyleField_mode_Type">
  231. <xs:restriction base="xs:string">
  232. <xs:enumeration value="Invalid" />
  233. <xs:enumeration value="Horizontal" />
  234. <xs:enumeration value="Vertical" />
  235. </xs:restriction>
  236. </xs:simpleType>
  237. <xs:complexType name="BackgroundPositionStyleFieldType">
  238. <xs:complexContent mixed="false">
  239. <xs:restriction base="engine:VisualElementType">
  240. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  241. <xs:attribute default="true" name="enabled" type="xs:boolean" 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="true" name="focusable" type="xs:boolean" use="optional" />
  248. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  249. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  250. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  251. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  252. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  253. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  254. <xs:attribute default="(type:Center x:0)" name="value" type="xs:string" use="optional" />
  255. <xs:attribute default="Invalid" name="mode" xmlns:q10="Unity.UI.Builder" type="q10:BackgroundPositionStyleField_mode_Type" use="optional" />
  256. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  257. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  258. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  259. <xs:anyAttribute processContents="lax" />
  260. </xs:restriction>
  261. </xs:complexContent>
  262. </xs:complexType>
  263. <xs:element name="BackgroundPositionStyleField" substitutionGroup="engine:VisualElement" xmlns:q11="Unity.UI.Builder" type="q11:BackgroundPositionStyleFieldType" />
  264. <xs:complexType name="FoldoutTransitionFieldType">
  265. <xs:complexContent mixed="false">
  266. <xs:restriction base="engine:VisualElementType">
  267. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  268. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  269. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  270. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  271. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  272. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  273. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  274. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  275. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  276. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  277. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  278. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  279. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  280. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  281. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  282. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  283. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  284. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  285. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  286. <xs:anyAttribute processContents="lax" />
  287. </xs:restriction>
  288. </xs:complexContent>
  289. </xs:complexType>
  290. <xs:element name="FoldoutTransitionField" substitutionGroup="engine:VisualElement" xmlns:q12="Unity.UI.Builder" type="q12:FoldoutTransitionFieldType" />
  291. <xs:complexType name="FoldoutWithCheckboxType">
  292. <xs:complexContent mixed="false">
  293. <xs:restriction base="engine:VisualElementType">
  294. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  295. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  296. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  297. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  298. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  299. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  300. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  301. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  302. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  303. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  304. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  305. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  306. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  307. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  308. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  309. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  310. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  311. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  312. <xs:anyAttribute processContents="lax" />
  313. </xs:restriction>
  314. </xs:complexContent>
  315. </xs:complexType>
  316. <xs:element name="FoldoutWithCheckbox" substitutionGroup="engine:VisualElement" xmlns:q13="Unity.UI.Builder" type="q13:FoldoutWithCheckboxType" />
  317. <xs:complexType name="SpacingBoxModelViewType">
  318. <xs:complexContent mixed="false">
  319. <xs:restriction base="engine:VisualElementType">
  320. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  321. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  322. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  323. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  324. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  325. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  326. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  327. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  328. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  329. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  330. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  331. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  332. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  333. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  334. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  335. <xs:anyAttribute processContents="lax" />
  336. </xs:restriction>
  337. </xs:complexContent>
  338. </xs:complexType>
  339. <xs:element name="SpacingBoxModelView" substitutionGroup="engine:VisualElement" xmlns:q14="Unity.UI.Builder" type="q14:SpacingBoxModelViewType" />
  340. <xs:complexType name="TransitionsListViewType">
  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="true" name="enabled" type="xs:boolean" use="optional" />
  345. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  346. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  347. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  348. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  349. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  350. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  351. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  352. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  353. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  354. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  355. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  356. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  357. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  358. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  359. <xs:anyAttribute processContents="lax" />
  360. </xs:restriction>
  361. </xs:complexContent>
  362. </xs:complexType>
  363. <xs:element name="TransitionsListView" substitutionGroup="engine:VisualElement" xmlns:q15="Unity.UI.Builder" type="q15:TransitionsListViewType" />
  364. <xs:complexType name="BackgroundSizeStyleFieldType">
  365. <xs:complexContent mixed="false">
  366. <xs:restriction base="engine:VisualElementType">
  367. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  368. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  369. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  370. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  371. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  372. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  373. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  374. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  375. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  376. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  377. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  378. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  379. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  380. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  381. <xs:attribute default="(sizeType:Length x:0, y:0)" name="value" type="xs:string" use="optional" />
  382. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  383. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  384. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  385. <xs:anyAttribute processContents="lax" />
  386. </xs:restriction>
  387. </xs:complexContent>
  388. </xs:complexType>
  389. <xs:element name="BackgroundSizeStyleField" substitutionGroup="engine:VisualElement" xmlns:q16="Unity.UI.Builder" type="q16:BackgroundSizeStyleFieldType" />
  390. <xs:complexType name="FoldoutColorFieldType">
  391. <xs:complexContent mixed="false">
  392. <xs:restriction base="engine:VisualElementType">
  393. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  394. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  395. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  396. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  397. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  398. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  399. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  400. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  401. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  402. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  403. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  404. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  405. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  406. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  407. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  408. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  409. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  410. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  411. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  412. <xs:anyAttribute processContents="lax" />
  413. </xs:restriction>
  414. </xs:complexContent>
  415. </xs:complexType>
  416. <xs:element name="FoldoutColorField" substitutionGroup="engine:VisualElement" xmlns:q17="Unity.UI.Builder" type="q17:FoldoutColorFieldType" />
  417. <xs:complexType name="RotateStyleFieldType">
  418. <xs:complexContent mixed="false">
  419. <xs:restriction base="engine:VisualElementType">
  420. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  421. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  422. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  423. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  424. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  425. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  426. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  427. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  428. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  429. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  430. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  431. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  432. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  433. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  434. <xs:attribute default="0deg" name="value" type="xs:string" use="optional" />
  435. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  436. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  437. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  438. <xs:anyAttribute processContents="lax" />
  439. </xs:restriction>
  440. </xs:complexContent>
  441. </xs:complexType>
  442. <xs:element name="RotateStyleField" substitutionGroup="engine:VisualElement" xmlns:q18="Unity.UI.Builder" type="q18:RotateStyleFieldType" />
  443. <xs:complexType name="BuilderResizerType">
  444. <xs:complexContent mixed="false">
  445. <xs:restriction base="engine:VisualElementType">
  446. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  447. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  448. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  449. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  450. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  451. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  452. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  453. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  454. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  455. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  456. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  457. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  458. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  459. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  460. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  461. <xs:anyAttribute processContents="lax" />
  462. </xs:restriction>
  463. </xs:complexContent>
  464. </xs:complexType>
  465. <xs:element name="BuilderResizer" substitutionGroup="engine:VisualElement" xmlns:q19="Unity.UI.Builder" type="q19:BuilderResizerType" />
  466. <xs:complexType name="TextShadowStyleFieldType">
  467. <xs:complexContent mixed="false">
  468. <xs:restriction base="engine:VisualElementType">
  469. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  470. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  471. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  472. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  473. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  474. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  475. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  476. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  477. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  478. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  479. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  480. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  481. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  482. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  483. <xs:attribute default="Unity.UI.Builder.BuilderTextShadow" name="value" type="xs:string" use="optional" />
  484. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  485. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  486. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  487. <xs:anyAttribute processContents="lax" />
  488. </xs:restriction>
  489. </xs:complexContent>
  490. </xs:complexType>
  491. <xs:element name="TextShadowStyleField" substitutionGroup="engine:VisualElement" xmlns:q20="Unity.UI.Builder" type="q20:TextShadowStyleFieldType" />
  492. <xs:complexType name="BuilderMoverType">
  493. <xs:complexContent mixed="false">
  494. <xs:restriction base="engine:VisualElementType">
  495. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  496. <xs:attribute default="true" name="enabled" type="xs:boolean" 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="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  504. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  505. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  506. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  507. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  508. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  509. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  510. <xs:anyAttribute processContents="lax" />
  511. </xs:restriction>
  512. </xs:complexContent>
  513. </xs:complexType>
  514. <xs:element name="BuilderMover" substitutionGroup="engine:VisualElement" xmlns:q21="Unity.UI.Builder" type="q21:BuilderMoverType" />
  515. <xs:complexType name="BackgroundPositionDimensionStyleFieldType">
  516. <xs:complexContent mixed="false">
  517. <xs:restriction base="engine:VisualElementType">
  518. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  519. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  520. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  521. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  522. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  523. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  524. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  525. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  526. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  527. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  528. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  529. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  530. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  531. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  532. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  533. <xs:attribute default="false" name="show-options" type="xs:boolean" use="optional" />
  534. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  535. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  536. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  537. <xs:anyAttribute processContents="lax" />
  538. </xs:restriction>
  539. </xs:complexContent>
  540. </xs:complexType>
  541. <xs:element name="BackgroundPositionDimensionStyleField" substitutionGroup="engine:VisualElement" xmlns:q22="Unity.UI.Builder" type="q22:BackgroundPositionDimensionStyleFieldType" />
  542. <xs:complexType name="BuilderPlacementIndicatorType">
  543. <xs:complexContent mixed="false">
  544. <xs:restriction base="engine:VisualElementType">
  545. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  546. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  547. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  548. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  549. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  550. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  551. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  552. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  553. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  554. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  555. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  556. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  557. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  558. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  559. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  560. <xs:anyAttribute processContents="lax" />
  561. </xs:restriction>
  562. </xs:complexContent>
  563. </xs:complexType>
  564. <xs:element name="BuilderPlacementIndicator" substitutionGroup="engine:VisualElement" xmlns:q23="Unity.UI.Builder" type="q23:BuilderPlacementIndicatorType" />
  565. <xs:complexType name="ImageStyleFieldType">
  566. <xs:complexContent mixed="false">
  567. <xs:restriction base="engine:VisualElementType">
  568. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  569. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  570. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  571. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  572. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  573. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  574. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  575. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  576. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  577. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  578. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  579. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  580. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  581. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  582. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  583. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  584. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  585. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  586. <xs:anyAttribute processContents="lax" />
  587. </xs:restriction>
  588. </xs:complexContent>
  589. </xs:complexType>
  590. <xs:element name="ImageStyleField" substitutionGroup="engine:VisualElement" xmlns:q24="Unity.UI.Builder" type="q24:ImageStyleFieldType" />
  591. <xs:complexType name="BuilderAnchorerType">
  592. <xs:complexContent mixed="false">
  593. <xs:restriction base="engine:VisualElementType">
  594. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  595. <xs:attribute default="true" name="enabled" type="xs:boolean" 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="false" name="focusable" type="xs:boolean" use="optional" />
  602. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  603. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  604. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  605. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  606. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  607. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  608. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  609. <xs:anyAttribute processContents="lax" />
  610. </xs:restriction>
  611. </xs:complexContent>
  612. </xs:complexType>
  613. <xs:element name="BuilderAnchorer" substitutionGroup="engine:VisualElement" xmlns:q25="Unity.UI.Builder" type="q25:BuilderAnchorerType" />
  614. <xs:complexType name="BorderBoxModelViewType">
  615. <xs:complexContent mixed="false">
  616. <xs:restriction base="engine:VisualElementType">
  617. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  618. <xs:attribute default="true" name="enabled" type="xs:boolean" 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="false" name="focusable" type="xs:boolean" use="optional" />
  625. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  626. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  627. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  628. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  629. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  630. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  631. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  632. <xs:anyAttribute processContents="lax" />
  633. </xs:restriction>
  634. </xs:complexContent>
  635. </xs:complexType>
  636. <xs:element name="BorderBoxModelView" substitutionGroup="engine:VisualElement" xmlns:q26="Unity.UI.Builder" type="q26:BorderBoxModelViewType" />
  637. <xs:complexType name="CheckerboardBackgroundType">
  638. <xs:complexContent mixed="false">
  639. <xs:restriction base="engine:VisualElementType">
  640. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  641. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  642. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  643. <xs:attribute default="Ignore" 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="false" name="focusable" type="xs:boolean" use="optional" />
  648. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  649. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  650. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  651. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  652. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  653. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  654. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  655. <xs:anyAttribute processContents="lax" />
  656. </xs:restriction>
  657. </xs:complexContent>
  658. </xs:complexType>
  659. <xs:element name="CheckerboardBackground" substitutionGroup="engine:VisualElement" xmlns:q27="Unity.UI.Builder" type="q27:CheckerboardBackgroundType" />
  660. <xs:complexType name="BuilderNotificationsType">
  661. <xs:complexContent mixed="false">
  662. <xs:restriction base="engine:VisualElementType">
  663. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  664. <xs:attribute default="true" name="enabled" type="xs:boolean" 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="false" name="focusable" type="xs:boolean" use="optional" />
  671. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  672. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  673. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  674. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  675. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  676. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  677. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  678. <xs:anyAttribute processContents="lax" />
  679. </xs:restriction>
  680. </xs:complexContent>
  681. </xs:complexType>
  682. <xs:element name="BuilderNotifications" substitutionGroup="engine:VisualElement" xmlns:q28="Unity.UI.Builder" type="q28:BuilderNotificationsType" />
  683. <xs:complexType name="FieldStatusIndicatorType">
  684. <xs:complexContent mixed="false">
  685. <xs:restriction base="engine:VisualElementType">
  686. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  687. <xs:attribute default="true" name="enabled" type="xs:boolean" 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="false" name="focusable" type="xs:boolean" use="optional" />
  694. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  695. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  696. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  697. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  698. <xs:attribute default="" name="field-name" type="xs:string" use="optional" />
  699. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  700. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  701. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  702. <xs:anyAttribute processContents="lax" />
  703. </xs:restriction>
  704. </xs:complexContent>
  705. </xs:complexType>
  706. <xs:element name="FieldStatusIndicator" substitutionGroup="engine:VisualElement" xmlns:q29="Unity.UI.Builder" type="q29:FieldStatusIndicatorType" />
  707. <xs:complexType name="PositionSectionType">
  708. <xs:complexContent mixed="false">
  709. <xs:restriction base="engine:VisualElementType">
  710. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  711. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  712. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  713. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  714. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  715. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  716. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  717. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  718. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  719. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  720. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  721. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  722. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  723. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  724. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  725. <xs:anyAttribute processContents="lax" />
  726. </xs:restriction>
  727. </xs:complexContent>
  728. </xs:complexType>
  729. <xs:element name="PositionSection" substitutionGroup="engine:VisualElement" xmlns:q30="Unity.UI.Builder" type="q30:PositionSectionType" />
  730. <xs:complexType name="UnityUIBuilderSelectionMarkerType">
  731. <xs:complexContent mixed="false">
  732. <xs:restriction base="engine:VisualElementType">
  733. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  734. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  735. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  736. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  737. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  738. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  739. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  740. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  741. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  742. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  743. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  744. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  745. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  746. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  747. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  748. <xs:anyAttribute processContents="lax" />
  749. </xs:restriction>
  750. </xs:complexContent>
  751. </xs:complexType>
  752. <xs:element name="UnityUIBuilderSelectionMarker" substitutionGroup="engine:VisualElement" xmlns:q31="Unity.UI.Builder" type="q31:UnityUIBuilderSelectionMarkerType" />
  753. <xs:complexType name="NumericStyleFieldType">
  754. <xs:complexContent mixed="false">
  755. <xs:restriction base="engine:VisualElementType">
  756. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  757. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  758. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  759. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  760. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  761. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  762. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  763. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  764. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  765. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  766. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  767. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  768. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  769. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  770. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  771. <xs:attribute default="false" name="show-options" type="xs:boolean" use="optional" />
  772. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  773. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  774. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  775. <xs:anyAttribute processContents="lax" />
  776. </xs:restriction>
  777. </xs:complexContent>
  778. </xs:complexType>
  779. <xs:element name="NumericStyleField" substitutionGroup="engine:VisualElement" xmlns:q32="Unity.UI.Builder" type="q32:NumericStyleFieldType" />
  780. <xs:complexType name="BuilderCanvasStyleControlsType">
  781. <xs:complexContent mixed="false">
  782. <xs:restriction base="engine:VisualElementType">
  783. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  784. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  785. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  786. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  787. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  788. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  789. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  790. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  791. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  792. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  793. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  794. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  795. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  796. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  797. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  798. <xs:anyAttribute processContents="lax" />
  799. </xs:restriction>
  800. </xs:complexContent>
  801. </xs:complexType>
  802. <xs:element name="BuilderCanvasStyleControls" substitutionGroup="engine:VisualElement" xmlns:q33="Unity.UI.Builder" type="q33:BuilderCanvasStyleControlsType" />
  803. <xs:complexType name="BuilderCategoryPersistedFoldoutType">
  804. <xs:complexContent mixed="false">
  805. <xs:restriction base="engine:VisualElementType">
  806. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  807. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  808. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  809. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  810. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  811. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  812. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  813. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  814. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  815. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  816. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  817. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  818. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  819. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  820. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  821. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  822. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  823. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  824. <xs:anyAttribute processContents="lax" />
  825. </xs:restriction>
  826. </xs:complexContent>
  827. </xs:complexType>
  828. <xs:element name="BuilderCategoryPersistedFoldout" substitutionGroup="engine:VisualElement" xmlns:q34="Unity.UI.Builder" type="q34:BuilderCategoryPersistedFoldoutType" />
  829. <xs:complexType name="BuilderTooltipPreviewType">
  830. <xs:complexContent mixed="false">
  831. <xs:restriction base="engine:VisualElementType">
  832. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  833. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  834. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  835. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  836. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  837. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  838. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  839. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  840. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  841. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  842. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  843. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  844. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  845. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  846. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  847. <xs:anyAttribute processContents="lax" />
  848. </xs:restriction>
  849. </xs:complexContent>
  850. </xs:complexType>
  851. <xs:element name="BuilderTooltipPreview" substitutionGroup="engine:VisualElement" xmlns:q35="Unity.UI.Builder" type="q35:BuilderTooltipPreviewType" />
  852. <xs:complexType name="CategoryDropdownFieldType">
  853. <xs:complexContent mixed="false">
  854. <xs:restriction base="engine:VisualElementType">
  855. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  856. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  857. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  858. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  859. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  860. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  861. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  862. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  863. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  864. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  865. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  866. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  867. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  868. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  869. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  870. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  871. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  872. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  873. <xs:anyAttribute processContents="lax" />
  874. </xs:restriction>
  875. </xs:complexContent>
  876. </xs:complexType>
  877. <xs:element name="CategoryDropdownField" substitutionGroup="engine:VisualElement" xmlns:q36="Unity.UI.Builder" type="q36:CategoryDropdownFieldType" />
  878. <xs:complexType name="BuilderTrackerType">
  879. <xs:complexContent mixed="false">
  880. <xs:restriction base="engine:VisualElementType">
  881. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  882. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  883. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  884. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  885. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  886. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  887. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  888. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  889. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  890. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  891. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  892. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  893. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  894. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  895. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  896. <xs:anyAttribute processContents="lax" />
  897. </xs:restriction>
  898. </xs:complexContent>
  899. </xs:complexType>
  900. <xs:element name="BuilderTracker" substitutionGroup="engine:VisualElement" xmlns:q37="Unity.UI.Builder" type="q37:BuilderTrackerType" />
  901. <xs:complexType name="PositionStyleFieldType">
  902. <xs:complexContent mixed="false">
  903. <xs:restriction base="engine:VisualElementType">
  904. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  905. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  906. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  907. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  908. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  909. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  910. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  911. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  912. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  913. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  914. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  915. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  916. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  917. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  918. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  919. <xs:attribute default="false" name="show-options" type="xs:boolean" use="optional" />
  920. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  921. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  922. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  923. <xs:anyAttribute processContents="lax" />
  924. </xs:restriction>
  925. </xs:complexContent>
  926. </xs:complexType>
  927. <xs:element name="PositionStyleField" substitutionGroup="engine:VisualElement" xmlns:q38="Unity.UI.Builder" type="q38:PositionStyleFieldType" />
  928. <xs:complexType name="FoldoutFieldType">
  929. <xs:complexContent mixed="false">
  930. <xs:restriction base="engine:VisualElementType">
  931. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  932. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  933. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  934. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  935. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  936. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  937. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  938. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  939. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  940. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  941. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  942. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  943. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  944. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  945. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  946. <xs:attribute default="" name="binding-paths" type="xs:string" use="optional" />
  947. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  948. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  949. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  950. <xs:anyAttribute processContents="lax" />
  951. </xs:restriction>
  952. </xs:complexContent>
  953. </xs:complexType>
  954. <xs:element name="FoldoutField" substitutionGroup="engine:VisualElement" xmlns:q39="Unity.UI.Builder" type="q39:FoldoutFieldType" />
  955. <xs:complexType name="HelpBoxType">
  956. <xs:complexContent mixed="false">
  957. <xs:restriction base="engine:VisualElementType">
  958. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  959. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  960. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  961. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  962. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  963. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  964. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  965. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  966. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  967. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  968. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  969. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  970. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  971. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  972. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  973. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  974. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  975. <xs:anyAttribute processContents="lax" />
  976. </xs:restriction>
  977. </xs:complexContent>
  978. </xs:complexType>
  979. <xs:element name="HelpBox" substitutionGroup="engine:VisualElement" xmlns:q40="Unity.UI.Builder" type="q40:HelpBoxType" />
  980. <xs:complexType name="PersistedFoldoutType">
  981. <xs:complexContent mixed="false">
  982. <xs:restriction base="engine:VisualElementType">
  983. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  984. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  985. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  986. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  987. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  988. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  989. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  990. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  991. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  992. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  993. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  994. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  995. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  996. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  997. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  998. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  999. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1000. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1001. <xs:anyAttribute processContents="lax" />
  1002. </xs:restriction>
  1003. </xs:complexContent>
  1004. </xs:complexType>
  1005. <xs:element name="PersistedFoldout" substitutionGroup="engine:VisualElement" xmlns:q41="Unity.UI.Builder" type="q41:PersistedFoldoutType" />
  1006. <xs:complexType name="BuilderSelectionIndicatorType">
  1007. <xs:complexContent mixed="false">
  1008. <xs:restriction base="engine:VisualElementType">
  1009. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1010. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1011. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1012. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1013. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1014. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1015. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1016. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  1017. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1018. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1019. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1020. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1021. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1022. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1023. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1024. <xs:anyAttribute processContents="lax" />
  1025. </xs:restriction>
  1026. </xs:complexContent>
  1027. </xs:complexType>
  1028. <xs:element name="BuilderSelectionIndicator" substitutionGroup="engine:VisualElement" xmlns:q42="Unity.UI.Builder" type="q42:BuilderSelectionIndicatorType" />
  1029. <xs:complexType name="TranslateStyleFieldType">
  1030. <xs:complexContent mixed="false">
  1031. <xs:restriction base="engine:VisualElementType">
  1032. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1033. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1034. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1035. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1036. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1037. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1038. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1039. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1040. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1041. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1042. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1043. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1044. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1045. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1046. <xs:attribute default="(x:0px, y:0px)" name="value" type="xs:string" use="optional" />
  1047. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1048. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1049. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1050. <xs:anyAttribute processContents="lax" />
  1051. </xs:restriction>
  1052. </xs:complexContent>
  1053. </xs:complexType>
  1054. <xs:element name="TranslateStyleField" substitutionGroup="engine:VisualElement" xmlns:q43="Unity.UI.Builder" type="q43:TranslateStyleFieldType" />
  1055. <xs:complexType name="TransformOriginStyleFieldType">
  1056. <xs:complexContent mixed="false">
  1057. <xs:restriction base="engine:VisualElementType">
  1058. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1059. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1060. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1061. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1062. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1063. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1064. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1065. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1066. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1067. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1068. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1069. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1070. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1071. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1072. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1073. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1074. <xs:anyAttribute processContents="lax" />
  1075. </xs:restriction>
  1076. </xs:complexContent>
  1077. </xs:complexType>
  1078. <xs:element name="TransformOriginStyleField" substitutionGroup="engine:VisualElement" xmlns:q44="Unity.UI.Builder" type="q44:TransformOriginStyleFieldType" />
  1079. <xs:complexType name="BuilderStyleRowType">
  1080. <xs:complexContent mixed="false">
  1081. <xs:restriction base="engine:VisualElementType">
  1082. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1083. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1084. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1085. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1086. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1087. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1088. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1089. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  1090. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1091. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1092. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1093. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1094. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1095. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1096. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1097. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1098. <xs:anyAttribute processContents="lax" />
  1099. </xs:restriction>
  1100. </xs:complexContent>
  1101. </xs:complexType>
  1102. <xs:element name="BuilderStyleRow" substitutionGroup="engine:VisualElement" xmlns:q45="Unity.UI.Builder" type="q45:BuilderStyleRowType" />
  1103. <xs:complexType name="BuilderTransformerType">
  1104. <xs:complexContent mixed="false">
  1105. <xs:restriction base="engine:VisualElementType">
  1106. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1107. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1108. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1109. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1110. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1111. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1112. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1113. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  1114. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1115. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1116. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1117. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1118. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1119. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1120. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1121. <xs:anyAttribute processContents="lax" />
  1122. </xs:restriction>
  1123. </xs:complexContent>
  1124. </xs:complexType>
  1125. <xs:element name="BuilderTransformer" substitutionGroup="engine:VisualElement" xmlns:q46="Unity.UI.Builder" type="q46:BuilderTransformerType" />
  1126. <xs:complexType name="BuilderPaneType">
  1127. <xs:complexContent mixed="false">
  1128. <xs:restriction base="engine:VisualElementType">
  1129. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1130. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1131. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1132. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1133. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1134. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1135. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1136. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1137. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1138. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1139. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1140. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1141. <xs:attribute default="Pane Title" name="title" type="xs:string" use="optional" />
  1142. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1143. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1144. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1145. <xs:anyAttribute processContents="lax" />
  1146. </xs:restriction>
  1147. </xs:complexContent>
  1148. </xs:complexType>
  1149. <xs:element name="BuilderPane" substitutionGroup="engine:VisualElement" xmlns:q47="Unity.UI.Builder" type="q47:BuilderPaneType" />
  1150. <xs:complexType name="ModalPopupType">
  1151. <xs:complexContent mixed="false">
  1152. <xs:restriction base="engine:VisualElementType">
  1153. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1154. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1155. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1156. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1157. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1158. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1159. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1160. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  1161. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1162. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1163. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1164. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1165. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  1166. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1167. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1168. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1169. <xs:anyAttribute processContents="lax" />
  1170. </xs:restriction>
  1171. </xs:complexContent>
  1172. </xs:complexType>
  1173. <xs:element name="ModalPopup" substitutionGroup="engine:VisualElement" xmlns:q48="Unity.UI.Builder" type="q48:ModalPopupType" />
  1174. <xs:complexType name="BackgroundRepeatStyleFieldType">
  1175. <xs:complexContent mixed="false">
  1176. <xs:restriction base="engine:VisualElementType">
  1177. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1178. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1179. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1180. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1181. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1182. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1183. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1184. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1185. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1186. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1187. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1188. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1189. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1190. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1191. <xs:attribute default="(x:NoRepeat, y:NoRepeat)" name="value" type="xs:string" use="optional" />
  1192. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1193. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1194. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1195. <xs:anyAttribute processContents="lax" />
  1196. </xs:restriction>
  1197. </xs:complexContent>
  1198. </xs:complexType>
  1199. <xs:element name="BackgroundRepeatStyleField" substitutionGroup="engine:VisualElement" xmlns:q49="Unity.UI.Builder" type="q49:BackgroundRepeatStyleFieldType" />
  1200. <xs:complexType name="PercentSliderType">
  1201. <xs:complexContent mixed="false">
  1202. <xs:restriction base="engine:VisualElementType">
  1203. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1204. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1205. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1206. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1207. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1208. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1209. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1210. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1211. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1212. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1213. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1214. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1215. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1216. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1217. <xs:attribute default="0" name="value" type="xs:float" use="optional" />
  1218. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1219. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1220. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1221. <xs:anyAttribute processContents="lax" />
  1222. </xs:restriction>
  1223. </xs:complexContent>
  1224. </xs:complexType>
  1225. <xs:element name="PercentSlider" substitutionGroup="engine:VisualElement" xmlns:q50="Unity.UI.Builder" type="q50:PercentSliderType" />
  1226. <xs:complexType name="BuilderManipulatorType">
  1227. <xs:complexContent mixed="false">
  1228. <xs:restriction base="engine:VisualElementType">
  1229. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1230. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1231. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1232. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1233. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1234. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1235. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1236. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  1237. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1238. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1239. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1240. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1241. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1242. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1243. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1244. <xs:anyAttribute processContents="lax" />
  1245. </xs:restriction>
  1246. </xs:complexContent>
  1247. </xs:complexType>
  1248. <xs:element name="BuilderManipulator" substitutionGroup="engine:VisualElement" xmlns:q51="Unity.UI.Builder" type="q51:BuilderManipulatorType" />
  1249. <xs:complexType name="LibraryFoldoutType">
  1250. <xs:complexContent mixed="false">
  1251. <xs:restriction base="engine:VisualElementType">
  1252. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1253. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1254. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1255. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1256. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1257. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1258. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1259. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  1260. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1261. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1262. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1263. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1264. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1265. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  1266. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  1267. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1268. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1269. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1270. <xs:anyAttribute processContents="lax" />
  1271. </xs:restriction>
  1272. </xs:complexContent>
  1273. </xs:complexType>
  1274. <xs:element name="LibraryFoldout" substitutionGroup="engine:VisualElement" xmlns:q52="Unity.UI.Builder" type="q52:LibraryFoldoutType" />
  1275. <xs:complexType name="TextAlignStripType">
  1276. <xs:complexContent mixed="false">
  1277. <xs:restriction base="engine:VisualElementType">
  1278. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1279. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1280. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1281. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1282. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1283. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1284. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1285. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1286. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1287. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1288. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1289. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1290. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1291. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1292. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  1293. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1294. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1295. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1296. <xs:anyAttribute processContents="lax" />
  1297. </xs:restriction>
  1298. </xs:complexContent>
  1299. </xs:complexType>
  1300. <xs:element name="TextAlignStrip" substitutionGroup="engine:VisualElement" xmlns:q53="Unity.UI.Builder" type="q53:TextAlignStripType" />
  1301. <xs:complexType name="FontStyleStripType">
  1302. <xs:complexContent mixed="false">
  1303. <xs:restriction base="engine:VisualElementType">
  1304. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1305. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1306. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1307. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1308. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1309. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1310. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1311. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1312. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1313. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1314. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1315. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1316. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1317. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1318. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  1319. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1320. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1321. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1322. <xs:anyAttribute processContents="lax" />
  1323. </xs:restriction>
  1324. </xs:complexContent>
  1325. </xs:complexType>
  1326. <xs:element name="FontStyleStrip" substitutionGroup="engine:VisualElement" xmlns:q54="Unity.UI.Builder" type="q54:FontStyleStripType" />
  1327. <xs:complexType name="BuilderCanvasType">
  1328. <xs:complexContent mixed="false">
  1329. <xs:restriction base="engine:VisualElementType">
  1330. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1331. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1332. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1333. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1334. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1335. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1336. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1337. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  1338. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1339. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1340. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1341. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1342. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1343. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1344. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1345. <xs:anyAttribute processContents="lax" />
  1346. </xs:restriction>
  1347. </xs:complexContent>
  1348. </xs:complexType>
  1349. <xs:element name="BuilderCanvas" substitutionGroup="engine:VisualElement" xmlns:q55="Unity.UI.Builder" type="q55:BuilderCanvasType" />
  1350. <xs:complexType name="BuilderNewSelectorFieldType">
  1351. <xs:complexContent mixed="false">
  1352. <xs:restriction base="engine:VisualElementType">
  1353. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1354. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1355. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1356. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1357. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1358. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1359. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1360. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1361. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1362. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1363. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1364. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1365. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1366. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1367. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1368. <xs:anyAttribute processContents="lax" />
  1369. </xs:restriction>
  1370. </xs:complexContent>
  1371. </xs:complexType>
  1372. <xs:element name="BuilderNewSelectorField" substitutionGroup="engine:VisualElement" xmlns:q56="Unity.UI.Builder" type="q56:BuilderNewSelectorFieldType" />
  1373. <xs:complexType name="FontDefinitionStyleFieldType">
  1374. <xs:complexContent mixed="false">
  1375. <xs:restriction base="engine:VisualElementType">
  1376. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1377. <xs:attribute default="true" name="enabled" type="xs:boolean" use="optional" />
  1378. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1379. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1380. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1381. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1382. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1383. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1384. <xs:attribute default="Inherit" name="language-direction" type="engine:VisualElement_language-direction_Type" use="optional" />
  1385. <xs:attribute default="" name="data-source" type="xs:string" use="optional" />
  1386. <xs:attribute default="" name="data-source-path" type="xs:string" use="optional" />
  1387. <xs:attribute default="" name="data-source-type" type="xs:string" use="optional" />
  1388. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1389. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1390. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  1391. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1392. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1393. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1394. <xs:anyAttribute processContents="lax" />
  1395. </xs:restriction>
  1396. </xs:complexContent>
  1397. </xs:complexType>
  1398. <xs:element name="FontDefinitionStyleField" substitutionGroup="engine:VisualElement" xmlns:q57="Unity.UI.Builder" type="q57:FontDefinitionStyleFieldType" />
  1399. </xs:schema>