Unity.UI.Builder.xsd 68 KB

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