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