UnityEngine.UIElements.xsd 97 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459
  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="UnityEngine.UIElements" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="UXMLType">
  4. <xs:complexContent mixed="false">
  5. <xs:restriction base="xs:anyType">
  6. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  7. <xs:element ref="engine:VisualElement" />
  8. </xs:sequence>
  9. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  10. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  11. <xs:anyAttribute processContents="lax" />
  12. </xs:restriction>
  13. </xs:complexContent>
  14. </xs:complexType>
  15. <xs:element name="UXML" type="engine:UXMLType" />
  16. <xs:simpleType name="VisualElement_picking-mode_Type">
  17. <xs:restriction base="xs:string">
  18. <xs:enumeration value="Position" />
  19. <xs:enumeration value="Ignore" />
  20. </xs:restriction>
  21. </xs:simpleType>
  22. <xs:simpleType name="VisualElement_usage-hints_Type">
  23. <xs:restriction base="xs:string">
  24. <xs:enumeration value="None" />
  25. <xs:enumeration value="DynamicTransform" />
  26. <xs:enumeration value="GroupTransform" />
  27. <xs:enumeration value="MaskContainer" />
  28. <xs:enumeration value="DynamicColor" />
  29. </xs:restriction>
  30. </xs:simpleType>
  31. <xs:complexType name="VisualElementType">
  32. <xs:complexContent mixed="false">
  33. <xs:restriction base="xs:anyType">
  34. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  35. <xs:element ref="engine:VisualElement" />
  36. </xs:sequence>
  37. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  38. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  39. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  40. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  41. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  42. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  43. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  44. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  45. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  46. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  47. <xs:anyAttribute processContents="lax" />
  48. </xs:restriction>
  49. </xs:complexContent>
  50. </xs:complexType>
  51. <xs:element name="VisualElement" type="engine:VisualElementType" />
  52. <xs:complexType name="IMGUIContainerType">
  53. <xs:complexContent mixed="false">
  54. <xs:restriction base="engine:VisualElementType">
  55. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  56. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  57. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  58. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  59. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  60. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  61. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  62. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  63. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  64. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  65. <xs:anyAttribute processContents="lax" />
  66. </xs:restriction>
  67. </xs:complexContent>
  68. </xs:complexType>
  69. <xs:element name="IMGUIContainer" substitutionGroup="engine:VisualElement" type="engine:IMGUIContainerType" />
  70. <xs:complexType name="ImageType">
  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:anyAttribute processContents="lax" />
  84. </xs:restriction>
  85. </xs:complexContent>
  86. </xs:complexType>
  87. <xs:element name="Image" substitutionGroup="engine:VisualElement" type="engine:ImageType" />
  88. <xs:complexType name="LabelType">
  89. <xs:complexContent mixed="false">
  90. <xs:restriction base="engine:VisualElementType">
  91. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  92. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  93. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  94. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  95. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  96. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  97. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  98. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  99. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  100. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  101. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  102. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  103. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  104. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  105. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  106. <xs:anyAttribute processContents="lax" />
  107. </xs:restriction>
  108. </xs:complexContent>
  109. </xs:complexType>
  110. <xs:element name="Label" substitutionGroup="engine:VisualElement" type="engine:LabelType" />
  111. <xs:complexType name="RepeatButtonType">
  112. <xs:complexContent mixed="false">
  113. <xs:restriction base="engine:VisualElementType">
  114. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  115. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  116. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  117. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  118. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  119. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  120. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  121. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  122. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  123. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  124. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  125. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  126. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  127. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  128. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  129. <xs:attribute default="0" name="delay" type="xs:long" use="optional" />
  130. <xs:attribute default="0" name="interval" type="xs:long" use="optional" />
  131. <xs:anyAttribute processContents="lax" />
  132. </xs:restriction>
  133. </xs:complexContent>
  134. </xs:complexType>
  135. <xs:element name="RepeatButton" substitutionGroup="engine:VisualElement" type="engine:RepeatButtonType" />
  136. <xs:simpleType name="ScrollView_mode_Type">
  137. <xs:restriction base="xs:string">
  138. <xs:enumeration value="Vertical" />
  139. <xs:enumeration value="Horizontal" />
  140. <xs:enumeration value="VerticalAndHorizontal" />
  141. </xs:restriction>
  142. </xs:simpleType>
  143. <xs:simpleType name="ScrollView_nested-interaction-kind_Type">
  144. <xs:restriction base="xs:string">
  145. <xs:enumeration value="Default" />
  146. <xs:enumeration value="StopScrolling" />
  147. <xs:enumeration value="ForwardScrolling" />
  148. </xs:restriction>
  149. </xs:simpleType>
  150. <xs:simpleType name="ScrollView_horizontal-scroller-visibility_Type">
  151. <xs:restriction base="xs:string">
  152. <xs:enumeration value="Auto" />
  153. <xs:enumeration value="AlwaysVisible" />
  154. <xs:enumeration value="Hidden" />
  155. </xs:restriction>
  156. </xs:simpleType>
  157. <xs:simpleType name="ScrollView_vertical-scroller-visibility_Type">
  158. <xs:restriction base="xs:string">
  159. <xs:enumeration value="Auto" />
  160. <xs:enumeration value="AlwaysVisible" />
  161. <xs:enumeration value="Hidden" />
  162. </xs:restriction>
  163. </xs:simpleType>
  164. <xs:simpleType name="ScrollView_touch-scroll-type_Type">
  165. <xs:restriction base="xs:string">
  166. <xs:enumeration value="Unrestricted" />
  167. <xs:enumeration value="Elastic" />
  168. <xs:enumeration value="Clamped" />
  169. </xs:restriction>
  170. </xs:simpleType>
  171. <xs:complexType name="ScrollViewType">
  172. <xs:complexContent mixed="false">
  173. <xs:restriction base="engine:VisualElementType">
  174. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  175. <xs:element ref="engine:VisualElement" />
  176. </xs:sequence>
  177. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  178. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  179. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  180. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  181. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  182. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  183. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  184. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  185. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  186. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  187. <xs:attribute default="Vertical" name="mode" type="engine:ScrollView_mode_Type" use="optional" />
  188. <xs:attribute default="Default" name="nested-interaction-kind" type="engine:ScrollView_nested-interaction-kind_Type" use="optional" />
  189. <xs:attribute default="false" name="show-horizontal-scroller" type="xs:boolean" use="optional" />
  190. <xs:attribute default="false" name="show-vertical-scroller" type="xs:boolean" use="optional" />
  191. <xs:attribute default="Auto" name="horizontal-scroller-visibility" type="engine:ScrollView_horizontal-scroller-visibility_Type" use="optional" />
  192. <xs:attribute default="Auto" name="vertical-scroller-visibility" type="engine:ScrollView_vertical-scroller-visibility_Type" use="optional" />
  193. <xs:attribute default="-1" name="horizontal-page-size" type="xs:float" use="optional" />
  194. <xs:attribute default="-1" name="vertical-page-size" type="xs:float" use="optional" />
  195. <xs:attribute default="18" name="mouse-wheel-scroll-size" type="xs:float" use="optional" />
  196. <xs:attribute default="Clamped" name="touch-scroll-type" type="engine:ScrollView_touch-scroll-type_Type" use="optional" />
  197. <xs:attribute default="0.135" name="scroll-deceleration-rate" type="xs:float" use="optional" />
  198. <xs:attribute default="0.1" name="elasticity" type="xs:float" use="optional" />
  199. <xs:attribute default="16" name="elastic-animation-interval-ms" type="xs:long" use="optional" />
  200. <xs:anyAttribute processContents="lax" />
  201. </xs:restriction>
  202. </xs:complexContent>
  203. </xs:complexType>
  204. <xs:element name="ScrollView" substitutionGroup="engine:VisualElement" type="engine:ScrollViewType" />
  205. <xs:simpleType name="Scroller_direction_Type">
  206. <xs:restriction base="xs:string">
  207. <xs:enumeration value="Horizontal" />
  208. <xs:enumeration value="Vertical" />
  209. </xs:restriction>
  210. </xs:simpleType>
  211. <xs:complexType name="ScrollerType">
  212. <xs:complexContent mixed="false">
  213. <xs:restriction base="engine:VisualElementType">
  214. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  215. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  216. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  217. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  218. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  219. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  220. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  221. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  222. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  223. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  224. <xs:attribute default="0" name="low-value" type="xs:float" use="optional" />
  225. <xs:attribute default="0" name="high-value" type="xs:float" use="optional" />
  226. <xs:attribute default="Vertical" name="direction" type="engine:Scroller_direction_Type" use="optional" />
  227. <xs:attribute default="0" name="value" type="xs:float" use="optional" />
  228. <xs:anyAttribute processContents="lax" />
  229. </xs:restriction>
  230. </xs:complexContent>
  231. </xs:complexType>
  232. <xs:element name="Scroller" substitutionGroup="engine:VisualElement" type="engine:ScrollerType" />
  233. <xs:simpleType name="Slider_direction_Type">
  234. <xs:restriction base="xs:string">
  235. <xs:enumeration value="Horizontal" />
  236. <xs:enumeration value="Vertical" />
  237. </xs:restriction>
  238. </xs:simpleType>
  239. <xs:complexType name="SliderType">
  240. <xs:complexContent mixed="false">
  241. <xs:restriction base="engine:VisualElementType">
  242. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  243. <xs:element ref="engine:VisualElement" />
  244. </xs:sequence>
  245. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  246. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  247. <xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  248. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  249. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  250. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  251. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  252. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  253. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  254. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  255. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  256. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  257. <xs:attribute default="0" name="low-value" type="xs:float" use="optional" />
  258. <xs:attribute default="10" name="high-value" type="xs:float" use="optional" />
  259. <xs:attribute default="0" name="page-size" type="xs:float" use="optional" />
  260. <xs:attribute default="false" name="show-input-field" type="xs:boolean" use="optional" />
  261. <xs:attribute default="Horizontal" name="direction" type="engine:Slider_direction_Type" use="optional" />
  262. <xs:attribute default="false" name="inverted" type="xs:boolean" use="optional" />
  263. <xs:anyAttribute processContents="lax" />
  264. </xs:restriction>
  265. </xs:complexContent>
  266. </xs:complexType>
  267. <xs:element name="Slider" substitutionGroup="engine:VisualElement" type="engine:SliderType" />
  268. <xs:simpleType name="SliderInt_direction_Type">
  269. <xs:restriction base="xs:string">
  270. <xs:enumeration value="Horizontal" />
  271. <xs:enumeration value="Vertical" />
  272. </xs:restriction>
  273. </xs:simpleType>
  274. <xs:complexType name="SliderIntType">
  275. <xs:complexContent mixed="false">
  276. <xs:restriction base="engine:VisualElementType">
  277. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  278. <xs:element ref="engine:VisualElement" />
  279. </xs:sequence>
  280. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  281. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  282. <xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  283. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  284. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  285. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  286. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  287. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  288. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  289. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  290. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  291. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  292. <xs:attribute default="0" name="low-value" type="xs:int" use="optional" />
  293. <xs:attribute default="10" name="high-value" type="xs:int" use="optional" />
  294. <xs:attribute default="0" name="page-size" type="xs:int" use="optional" />
  295. <xs:attribute default="false" name="show-input-field" type="xs:boolean" use="optional" />
  296. <xs:attribute default="Horizontal" name="direction" type="engine:SliderInt_direction_Type" use="optional" />
  297. <xs:attribute default="false" name="inverted" type="xs:boolean" use="optional" />
  298. <xs:anyAttribute processContents="lax" />
  299. </xs:restriction>
  300. </xs:complexContent>
  301. </xs:complexType>
  302. <xs:element name="SliderInt" substitutionGroup="engine:VisualElement" type="engine:SliderIntType" />
  303. <xs:complexType name="MinMaxSliderType">
  304. <xs:complexContent mixed="false">
  305. <xs:restriction base="engine:VisualElementType">
  306. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  307. <xs:element ref="engine:VisualElement" />
  308. </xs:sequence>
  309. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  310. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  311. <xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  312. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  313. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  314. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  315. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  316. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  317. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  318. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  319. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  320. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  321. <xs:attribute default="0" name="min-value" type="xs:float" use="optional" />
  322. <xs:attribute default="10" name="max-value" type="xs:float" use="optional" />
  323. <xs:attribute default="-3.402823E+38" name="low-limit" type="xs:float" use="optional" />
  324. <xs:attribute default="3.402823E+38" name="high-limit" type="xs:float" use="optional" />
  325. <xs:anyAttribute processContents="lax" />
  326. </xs:restriction>
  327. </xs:complexContent>
  328. </xs:complexType>
  329. <xs:element name="MinMaxSlider" substitutionGroup="engine:VisualElement" type="engine:MinMaxSliderType" />
  330. <xs:complexType name="GroupBoxType">
  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="false" 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="text" type="xs:string" use="optional" />
  348. <xs:anyAttribute processContents="lax" />
  349. </xs:restriction>
  350. </xs:complexContent>
  351. </xs:complexType>
  352. <xs:element name="GroupBox" substitutionGroup="engine:VisualElement" type="engine:GroupBoxType" />
  353. <xs:complexType name="RadioButtonType">
  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:attribute default="false" name="value" type="xs:boolean" use="optional" />
  372. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  373. <xs:anyAttribute processContents="lax" />
  374. </xs:restriction>
  375. </xs:complexContent>
  376. </xs:complexType>
  377. <xs:element name="RadioButton" substitutionGroup="engine:VisualElement" type="engine:RadioButtonType" />
  378. <xs:complexType name="RadioButtonGroupType">
  379. <xs:complexContent mixed="false">
  380. <xs:restriction base="engine:VisualElementType">
  381. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  382. <xs:element ref="engine:VisualElement" />
  383. </xs:sequence>
  384. <xs:attribute default="" name="name" type="xs:string" 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="" name="class" type="xs:string" use="optional" />
  392. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  393. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  394. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  395. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  396. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  397. <xs:attribute default="" name="choices" type="xs:string" use="optional" />
  398. <xs:anyAttribute processContents="lax" />
  399. </xs:restriction>
  400. </xs:complexContent>
  401. </xs:complexType>
  402. <xs:element name="RadioButtonGroup" substitutionGroup="engine:VisualElement" type="engine:RadioButtonGroupType" />
  403. <xs:complexType name="ToggleType">
  404. <xs:complexContent mixed="false">
  405. <xs:restriction base="engine:VisualElementType">
  406. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  407. <xs:element ref="engine:VisualElement" />
  408. </xs:sequence>
  409. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  410. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  411. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  412. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  413. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  414. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  415. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  416. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  417. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  418. <xs:attribute default="" name="style" 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="false" name="value" type="xs:boolean" use="optional" />
  422. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  423. <xs:anyAttribute processContents="lax" />
  424. </xs:restriction>
  425. </xs:complexContent>
  426. </xs:complexType>
  427. <xs:element name="Toggle" substitutionGroup="engine:VisualElement" type="engine:ToggleType" />
  428. <xs:simpleType name="TextField_keyboard-type_Type">
  429. <xs:restriction base="xs:string">
  430. <xs:enumeration value="Default" />
  431. <xs:enumeration value="ASCIICapable" />
  432. <xs:enumeration value="NumbersAndPunctuation" />
  433. <xs:enumeration value="URL" />
  434. <xs:enumeration value="NumberPad" />
  435. <xs:enumeration value="PhonePad" />
  436. <xs:enumeration value="NamePhonePad" />
  437. <xs:enumeration value="EmailAddress" />
  438. <xs:enumeration value="NintendoNetworkAccount" />
  439. <xs:enumeration value="Social" />
  440. <xs:enumeration value="Search" />
  441. <xs:enumeration value="DecimalPad" />
  442. <xs:enumeration value="OneTimeCode" />
  443. </xs:restriction>
  444. </xs:simpleType>
  445. <xs:complexType name="TextFieldType">
  446. <xs:complexContent mixed="false">
  447. <xs:restriction base="engine:VisualElementType">
  448. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  449. <xs:element ref="engine:VisualElement" />
  450. </xs:sequence>
  451. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  452. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  453. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  454. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  455. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  456. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  457. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  458. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  459. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  460. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  461. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  462. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  463. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  464. <xs:attribute default="-1" name="max-length" type="xs:int" use="optional" />
  465. <xs:attribute default="false" name="password" type="xs:boolean" use="optional" />
  466. <xs:attribute default="*" name="mask-character" type="xs:string" use="optional" />
  467. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  468. <xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" />
  469. <xs:attribute default="false" name="hide-mobile-input" type="xs:boolean" use="optional" />
  470. <xs:attribute default="Default" name="keyboard-type" type="engine:TextField_keyboard-type_Type" use="optional" />
  471. <xs:attribute default="false" name="auto-correction" type="xs:boolean" use="optional" />
  472. <xs:attribute default="false" name="multiline" type="xs:boolean" use="optional" />
  473. <xs:anyAttribute processContents="lax" />
  474. </xs:restriction>
  475. </xs:complexContent>
  476. </xs:complexType>
  477. <xs:element name="TextField" substitutionGroup="engine:VisualElement" type="engine:TextFieldType" />
  478. <xs:complexType name="InstanceType">
  479. <xs:complexContent mixed="false">
  480. <xs:restriction base="engine:VisualElementType">
  481. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  482. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  483. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  484. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  485. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  486. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  487. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  488. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  489. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  490. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  491. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  492. <xs:attribute name="template" type="xs:string" use="required" />
  493. <xs:anyAttribute processContents="lax" />
  494. </xs:restriction>
  495. </xs:complexContent>
  496. </xs:complexType>
  497. <xs:element name="Instance" substitutionGroup="engine:VisualElement" type="engine:InstanceType" />
  498. <xs:complexType name="BoxType">
  499. <xs:complexContent mixed="false">
  500. <xs:restriction base="engine:VisualElementType">
  501. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  502. <xs:element ref="engine:VisualElement" />
  503. </xs:sequence>
  504. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  505. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  506. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  507. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  508. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  509. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  510. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  511. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  512. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  513. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  514. <xs:anyAttribute processContents="lax" />
  515. </xs:restriction>
  516. </xs:complexContent>
  517. </xs:complexType>
  518. <xs:element name="Box" substitutionGroup="engine:VisualElement" type="engine:BoxType" />
  519. <xs:complexType name="EnumFieldType">
  520. <xs:complexContent mixed="false">
  521. <xs:restriction base="engine:VisualElementType">
  522. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  523. <xs:element ref="engine:VisualElement" />
  524. </xs:sequence>
  525. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  526. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  527. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  528. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  529. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  530. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  531. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  532. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  533. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  534. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  535. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  536. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  537. <xs:attribute default="null" name="type" type="xs:string" use="optional" />
  538. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  539. <xs:attribute default="false" name="include-obsolete-values" type="xs:boolean" use="optional" />
  540. <xs:anyAttribute processContents="lax" />
  541. </xs:restriction>
  542. </xs:complexContent>
  543. </xs:complexType>
  544. <xs:element name="EnumField" substitutionGroup="engine:VisualElement" type="engine:EnumFieldType" />
  545. <xs:complexType name="DropdownFieldType">
  546. <xs:complexContent mixed="false">
  547. <xs:restriction base="engine:VisualElementType">
  548. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  549. <xs:element ref="engine:VisualElement" />
  550. </xs:sequence>
  551. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  552. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  553. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  554. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  555. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  556. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  557. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  558. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  559. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  560. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  561. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  562. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  563. <xs:attribute default="-1" name="index" type="xs:int" use="optional" />
  564. <xs:attribute default="" name="choices" type="xs:string" use="optional" />
  565. <xs:anyAttribute processContents="lax" />
  566. </xs:restriction>
  567. </xs:complexContent>
  568. </xs:complexType>
  569. <xs:element name="DropdownField" substitutionGroup="engine:VisualElement" type="engine:DropdownFieldType" />
  570. <xs:simpleType name="HelpBox_message-type_Type">
  571. <xs:restriction base="xs:string">
  572. <xs:enumeration value="None" />
  573. <xs:enumeration value="Info" />
  574. <xs:enumeration value="Warning" />
  575. <xs:enumeration value="Error" />
  576. </xs:restriction>
  577. </xs:simpleType>
  578. <xs:complexType name="HelpBoxType">
  579. <xs:complexContent mixed="false">
  580. <xs:restriction base="engine:VisualElementType">
  581. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  582. <xs:element ref="engine:VisualElement" />
  583. </xs:sequence>
  584. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  585. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  586. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  587. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  588. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  589. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  590. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  591. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  592. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  593. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  594. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  595. <xs:attribute default="None" name="message-type" type="engine:HelpBox_message-type_Type" use="optional" />
  596. <xs:anyAttribute processContents="lax" />
  597. </xs:restriction>
  598. </xs:complexContent>
  599. </xs:complexType>
  600. <xs:element name="HelpBox" substitutionGroup="engine:VisualElement" type="engine:HelpBoxType" />
  601. <xs:complexType name="PopupWindowType">
  602. <xs:complexContent mixed="false">
  603. <xs:restriction base="engine:VisualElementType">
  604. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  605. <xs:element ref="engine:VisualElement" />
  606. </xs:sequence>
  607. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  608. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  609. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  610. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  611. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  612. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  613. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  614. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  615. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  616. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  617. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  618. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  619. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  620. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  621. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  622. <xs:anyAttribute processContents="lax" />
  623. </xs:restriction>
  624. </xs:complexContent>
  625. </xs:complexType>
  626. <xs:element name="PopupWindow" substitutionGroup="engine:VisualElement" type="engine:PopupWindowType" />
  627. <xs:complexType name="ProgressBarType">
  628. <xs:complexContent mixed="false">
  629. <xs:restriction base="engine:VisualElementType">
  630. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  631. <xs:element ref="engine:VisualElement" />
  632. </xs:sequence>
  633. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  634. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  635. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  636. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  637. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  638. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  639. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  640. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  641. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  642. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  643. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  644. <xs:attribute default="0" name="low-value" type="xs:float" use="optional" />
  645. <xs:attribute default="100" name="high-value" type="xs:float" use="optional" />
  646. <xs:attribute default="0" name="value" type="xs:float" use="optional" />
  647. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  648. <xs:anyAttribute processContents="lax" />
  649. </xs:restriction>
  650. </xs:complexContent>
  651. </xs:complexType>
  652. <xs:element name="ProgressBar" substitutionGroup="engine:VisualElement" type="engine:ProgressBarType" />
  653. <xs:simpleType name="ListView_virtualization-method_Type">
  654. <xs:restriction base="xs:string">
  655. <xs:enumeration value="FixedHeight" />
  656. <xs:enumeration value="DynamicHeight" />
  657. </xs:restriction>
  658. </xs:simpleType>
  659. <xs:simpleType name="ListView_selection-type_Type">
  660. <xs:restriction base="xs:string">
  661. <xs:enumeration value="None" />
  662. <xs:enumeration value="Single" />
  663. <xs:enumeration value="Multiple" />
  664. </xs:restriction>
  665. </xs:simpleType>
  666. <xs:simpleType name="ListView_show-alternating-row-backgrounds_Type">
  667. <xs:restriction base="xs:string">
  668. <xs:enumeration value="None" />
  669. <xs:enumeration value="ContentOnly" />
  670. <xs:enumeration value="All" />
  671. </xs:restriction>
  672. </xs:simpleType>
  673. <xs:simpleType name="ListView_reorder-mode_Type">
  674. <xs:restriction base="xs:string">
  675. <xs:enumeration value="Simple" />
  676. <xs:enumeration value="Animated" />
  677. </xs:restriction>
  678. </xs:simpleType>
  679. <xs:complexType name="ListViewType">
  680. <xs:complexContent mixed="false">
  681. <xs:restriction base="engine:VisualElementType">
  682. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  683. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  684. <xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  685. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  686. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  687. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  688. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  689. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  690. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  691. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  692. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  693. <xs:attribute default="22" name="fixed-item-height" type="xs:int" use="optional" />
  694. <xs:attribute default="FixedHeight" name="virtualization-method" type="engine:ListView_virtualization-method_Type" use="optional" />
  695. <xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" />
  696. <xs:attribute default="Single" name="selection-type" type="engine:ListView_selection-type_Type" use="optional" />
  697. <xs:attribute default="None" name="show-alternating-row-backgrounds" type="engine:ListView_show-alternating-row-backgrounds_Type" use="optional" />
  698. <xs:attribute default="false" name="reorderable" type="xs:boolean" use="optional" />
  699. <xs:attribute default="false" name="horizontal-scrolling" type="xs:boolean" use="optional" />
  700. <xs:attribute default="false" name="show-foldout-header" type="xs:boolean" use="optional" />
  701. <xs:attribute default="" name="header-title" type="xs:string" use="optional" />
  702. <xs:attribute default="false" name="show-add-remove-footer" type="xs:boolean" use="optional" />
  703. <xs:attribute default="Simple" name="reorder-mode" type="engine:ListView_reorder-mode_Type" use="optional" />
  704. <xs:attribute default="true" name="show-bound-collection-size" type="xs:boolean" use="optional" />
  705. <xs:anyAttribute processContents="lax" />
  706. </xs:restriction>
  707. </xs:complexContent>
  708. </xs:complexType>
  709. <xs:element name="ListView" substitutionGroup="engine:VisualElement" type="engine:ListViewType" />
  710. <xs:simpleType name="TwoPaneSplitView_orientation_Type">
  711. <xs:restriction base="xs:string">
  712. <xs:enumeration value="Horizontal" />
  713. <xs:enumeration value="Vertical" />
  714. </xs:restriction>
  715. </xs:simpleType>
  716. <xs:complexType name="TwoPaneSplitViewType">
  717. <xs:complexContent mixed="false">
  718. <xs:restriction base="engine:VisualElementType">
  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="0" name="fixed-pane-index" type="xs:int" use="optional" />
  730. <xs:attribute default="100" name="fixed-pane-initial-dimension" type="xs:int" use="optional" />
  731. <xs:attribute default="Horizontal" name="orientation" type="engine:TwoPaneSplitView_orientation_Type" use="optional" />
  732. <xs:anyAttribute processContents="lax" />
  733. </xs:restriction>
  734. </xs:complexContent>
  735. </xs:complexType>
  736. <xs:element name="TwoPaneSplitView" substitutionGroup="engine:VisualElement" type="engine:TwoPaneSplitViewType" />
  737. <xs:simpleType name="TreeView_virtualization-method_Type">
  738. <xs:restriction base="xs:string">
  739. <xs:enumeration value="FixedHeight" />
  740. <xs:enumeration value="DynamicHeight" />
  741. </xs:restriction>
  742. </xs:simpleType>
  743. <xs:simpleType name="TreeView_selection-type_Type">
  744. <xs:restriction base="xs:string">
  745. <xs:enumeration value="None" />
  746. <xs:enumeration value="Single" />
  747. <xs:enumeration value="Multiple" />
  748. </xs:restriction>
  749. </xs:simpleType>
  750. <xs:simpleType name="TreeView_show-alternating-row-backgrounds_Type">
  751. <xs:restriction base="xs:string">
  752. <xs:enumeration value="None" />
  753. <xs:enumeration value="ContentOnly" />
  754. <xs:enumeration value="All" />
  755. </xs:restriction>
  756. </xs:simpleType>
  757. <xs:complexType name="TreeViewType">
  758. <xs:complexContent mixed="false">
  759. <xs:restriction base="engine:VisualElementType">
  760. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  761. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  762. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  763. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  764. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  765. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  766. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  767. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  768. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  769. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  770. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  771. <xs:attribute default="22" name="fixed-item-height" type="xs:int" use="optional" />
  772. <xs:attribute default="FixedHeight" name="virtualization-method" type="engine:TreeView_virtualization-method_Type" use="optional" />
  773. <xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" />
  774. <xs:attribute default="Single" name="selection-type" type="engine:TreeView_selection-type_Type" use="optional" />
  775. <xs:attribute default="None" name="show-alternating-row-backgrounds" type="engine:TreeView_show-alternating-row-backgrounds_Type" use="optional" />
  776. <xs:attribute default="false" name="reorderable" type="xs:boolean" use="optional" />
  777. <xs:attribute default="false" name="horizontal-scrolling" type="xs:boolean" use="optional" />
  778. <xs:attribute default="false" name="auto-expand" type="xs:boolean" use="optional" />
  779. <xs:anyAttribute processContents="lax" />
  780. </xs:restriction>
  781. </xs:complexContent>
  782. </xs:complexType>
  783. <xs:element name="TreeView" substitutionGroup="engine:VisualElement" type="engine:TreeViewType" />
  784. <xs:complexType name="FoldoutType">
  785. <xs:complexContent mixed="false">
  786. <xs:restriction base="engine:VisualElementType">
  787. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  788. <xs:element ref="engine:VisualElement" />
  789. </xs:sequence>
  790. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  791. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  792. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  793. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  794. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  795. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  796. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  797. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  798. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  799. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  800. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  801. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  802. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  803. <xs:anyAttribute processContents="lax" />
  804. </xs:restriction>
  805. </xs:complexContent>
  806. </xs:complexType>
  807. <xs:element name="Foldout" substitutionGroup="engine:VisualElement" type="engine:FoldoutType" />
  808. <xs:simpleType name="MultiColumnListView_virtualization-method_Type">
  809. <xs:restriction base="xs:string">
  810. <xs:enumeration value="FixedHeight" />
  811. <xs:enumeration value="DynamicHeight" />
  812. </xs:restriction>
  813. </xs:simpleType>
  814. <xs:simpleType name="MultiColumnListView_selection-type_Type">
  815. <xs:restriction base="xs:string">
  816. <xs:enumeration value="None" />
  817. <xs:enumeration value="Single" />
  818. <xs:enumeration value="Multiple" />
  819. </xs:restriction>
  820. </xs:simpleType>
  821. <xs:simpleType name="MultiColumnListView_show-alternating-row-backgrounds_Type">
  822. <xs:restriction base="xs:string">
  823. <xs:enumeration value="None" />
  824. <xs:enumeration value="ContentOnly" />
  825. <xs:enumeration value="All" />
  826. </xs:restriction>
  827. </xs:simpleType>
  828. <xs:simpleType name="MultiColumnListView_reorder-mode_Type">
  829. <xs:restriction base="xs:string">
  830. <xs:enumeration value="Simple" />
  831. <xs:enumeration value="Animated" />
  832. </xs:restriction>
  833. </xs:simpleType>
  834. <xs:complexType name="MultiColumnListViewType">
  835. <xs:complexContent mixed="false">
  836. <xs:restriction base="engine:VisualElementType">
  837. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  838. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  839. <xs:attribute default="Ignore" 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="true" name="focusable" type="xs:boolean" use="optional" />
  844. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  845. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  846. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  847. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  848. <xs:attribute default="22" name="fixed-item-height" type="xs:int" use="optional" />
  849. <xs:attribute default="FixedHeight" name="virtualization-method" type="engine:MultiColumnListView_virtualization-method_Type" use="optional" />
  850. <xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" />
  851. <xs:attribute default="Single" name="selection-type" type="engine:MultiColumnListView_selection-type_Type" use="optional" />
  852. <xs:attribute default="None" name="show-alternating-row-backgrounds" type="engine:MultiColumnListView_show-alternating-row-backgrounds_Type" use="optional" />
  853. <xs:attribute default="false" name="reorderable" type="xs:boolean" use="optional" />
  854. <xs:attribute default="false" name="horizontal-scrolling" type="xs:boolean" use="optional" />
  855. <xs:attribute default="false" name="show-foldout-header" type="xs:boolean" use="optional" />
  856. <xs:attribute default="" name="header-title" type="xs:string" use="optional" />
  857. <xs:attribute default="false" name="show-add-remove-footer" type="xs:boolean" use="optional" />
  858. <xs:attribute default="Simple" name="reorder-mode" type="engine:MultiColumnListView_reorder-mode_Type" use="optional" />
  859. <xs:attribute default="true" name="show-bound-collection-size" type="xs:boolean" use="optional" />
  860. <xs:attribute default="false" name="sorting-enabled" type="xs:boolean" use="optional" />
  861. <xs:anyAttribute processContents="lax" />
  862. </xs:restriction>
  863. </xs:complexContent>
  864. </xs:complexType>
  865. <xs:element name="MultiColumnListView" substitutionGroup="engine:VisualElement" type="engine:MultiColumnListViewType" />
  866. <xs:simpleType name="MultiColumnTreeView_virtualization-method_Type">
  867. <xs:restriction base="xs:string">
  868. <xs:enumeration value="FixedHeight" />
  869. <xs:enumeration value="DynamicHeight" />
  870. </xs:restriction>
  871. </xs:simpleType>
  872. <xs:simpleType name="MultiColumnTreeView_selection-type_Type">
  873. <xs:restriction base="xs:string">
  874. <xs:enumeration value="None" />
  875. <xs:enumeration value="Single" />
  876. <xs:enumeration value="Multiple" />
  877. </xs:restriction>
  878. </xs:simpleType>
  879. <xs:simpleType name="MultiColumnTreeView_show-alternating-row-backgrounds_Type">
  880. <xs:restriction base="xs:string">
  881. <xs:enumeration value="None" />
  882. <xs:enumeration value="ContentOnly" />
  883. <xs:enumeration value="All" />
  884. </xs:restriction>
  885. </xs:simpleType>
  886. <xs:complexType name="MultiColumnTreeViewType">
  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="" name="view-data-key" type="xs:string" use="optional" />
  891. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  892. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  893. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  894. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  895. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  896. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  897. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  898. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  899. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  900. <xs:attribute default="22" name="fixed-item-height" type="xs:int" use="optional" />
  901. <xs:attribute default="FixedHeight" name="virtualization-method" type="engine:MultiColumnTreeView_virtualization-method_Type" use="optional" />
  902. <xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" />
  903. <xs:attribute default="Single" name="selection-type" type="engine:MultiColumnTreeView_selection-type_Type" use="optional" />
  904. <xs:attribute default="None" name="show-alternating-row-backgrounds" type="engine:MultiColumnTreeView_show-alternating-row-backgrounds_Type" use="optional" />
  905. <xs:attribute default="false" name="reorderable" type="xs:boolean" use="optional" />
  906. <xs:attribute default="false" name="horizontal-scrolling" type="xs:boolean" use="optional" />
  907. <xs:attribute default="false" name="auto-expand" type="xs:boolean" use="optional" />
  908. <xs:attribute default="false" name="sorting-enabled" type="xs:boolean" use="optional" />
  909. <xs:anyAttribute processContents="lax" />
  910. </xs:restriction>
  911. </xs:complexContent>
  912. </xs:complexType>
  913. <xs:element name="MultiColumnTreeView" substitutionGroup="engine:VisualElement" type="engine:MultiColumnTreeViewType" />
  914. <xs:complexType name="BindableElementType">
  915. <xs:complexContent mixed="false">
  916. <xs:restriction base="engine:VisualElementType">
  917. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  918. <xs:element ref="engine:VisualElement" />
  919. </xs:sequence>
  920. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  921. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  922. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  923. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  924. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  925. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  926. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  927. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  928. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  929. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  930. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  931. <xs:anyAttribute processContents="lax" />
  932. </xs:restriction>
  933. </xs:complexContent>
  934. </xs:complexType>
  935. <xs:element name="BindableElement" substitutionGroup="engine:VisualElement" type="engine:BindableElementType" />
  936. <xs:complexType name="TextElementType">
  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="" name="view-data-key" type="xs:string" use="optional" />
  941. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  942. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  943. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  944. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  945. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  946. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  947. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  948. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  949. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  950. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  951. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  952. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  953. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  954. <xs:anyAttribute processContents="lax" />
  955. </xs:restriction>
  956. </xs:complexContent>
  957. </xs:complexType>
  958. <xs:element name="TextElement" substitutionGroup="engine:VisualElement" type="engine:TextElementType" />
  959. <xs:complexType name="ButtonStripFieldType">
  960. <xs:complexContent mixed="false">
  961. <xs:restriction base="engine:VisualElementType">
  962. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  963. <xs:element ref="engine:VisualElement" />
  964. </xs:sequence>
  965. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  966. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  967. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  968. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  969. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  970. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  971. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  972. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  973. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  974. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  975. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  976. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  977. <xs:anyAttribute processContents="lax" />
  978. </xs:restriction>
  979. </xs:complexContent>
  980. </xs:complexType>
  981. <xs:element name="ButtonStripField" substitutionGroup="engine:VisualElement" type="engine:ButtonStripFieldType" />
  982. <xs:complexType name="FloatFieldType">
  983. <xs:complexContent mixed="false">
  984. <xs:restriction base="engine:VisualElementType">
  985. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  986. <xs:element ref="engine:VisualElement" />
  987. </xs:sequence>
  988. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  989. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  990. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  991. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  992. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  993. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  994. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  995. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  996. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  997. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  998. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  999. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1000. <xs:attribute default="0" name="value" type="xs:float" use="optional" />
  1001. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  1002. <xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" />
  1003. <xs:anyAttribute processContents="lax" />
  1004. </xs:restriction>
  1005. </xs:complexContent>
  1006. </xs:complexType>
  1007. <xs:element name="FloatField" substitutionGroup="engine:VisualElement" type="engine:FloatFieldType" />
  1008. <xs:complexType name="DoubleFieldType">
  1009. <xs:complexContent mixed="false">
  1010. <xs:restriction base="engine:VisualElementType">
  1011. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1012. <xs:element ref="engine:VisualElement" />
  1013. </xs:sequence>
  1014. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1015. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1016. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1017. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1018. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1019. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1020. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1021. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1022. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1023. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1024. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1025. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1026. <xs:attribute default="0" name="value" type="xs:double" use="optional" />
  1027. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  1028. <xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" />
  1029. <xs:anyAttribute processContents="lax" />
  1030. </xs:restriction>
  1031. </xs:complexContent>
  1032. </xs:complexType>
  1033. <xs:element name="DoubleField" substitutionGroup="engine:VisualElement" type="engine:DoubleFieldType" />
  1034. <xs:complexType name="Hash128FieldType">
  1035. <xs:complexContent mixed="false">
  1036. <xs:restriction base="engine:VisualElementType">
  1037. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1038. <xs:element ref="engine:VisualElement" />
  1039. </xs:sequence>
  1040. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1041. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1042. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1043. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1044. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1045. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1046. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1047. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1048. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1049. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1050. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1051. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1052. <xs:attribute default="00000000000000000000000000000000" name="value" type="xs:string" use="optional" />
  1053. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  1054. <xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" />
  1055. <xs:anyAttribute processContents="lax" />
  1056. </xs:restriction>
  1057. </xs:complexContent>
  1058. </xs:complexType>
  1059. <xs:element name="Hash128Field" substitutionGroup="engine:VisualElement" type="engine:Hash128FieldType" />
  1060. <xs:complexType name="IntegerFieldType">
  1061. <xs:complexContent mixed="false">
  1062. <xs:restriction base="engine:VisualElementType">
  1063. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1064. <xs:element ref="engine:VisualElement" />
  1065. </xs:sequence>
  1066. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1067. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1068. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1069. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1070. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1071. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1072. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1073. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1074. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1075. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1076. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1077. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1078. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  1079. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  1080. <xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" />
  1081. <xs:anyAttribute processContents="lax" />
  1082. </xs:restriction>
  1083. </xs:complexContent>
  1084. </xs:complexType>
  1085. <xs:element name="IntegerField" substitutionGroup="engine:VisualElement" type="engine:IntegerFieldType" />
  1086. <xs:complexType name="LongFieldType">
  1087. <xs:complexContent mixed="false">
  1088. <xs:restriction base="engine:VisualElementType">
  1089. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1090. <xs:element ref="engine:VisualElement" />
  1091. </xs:sequence>
  1092. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1093. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1094. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1095. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1096. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1097. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1098. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1099. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1100. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1101. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1102. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1103. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1104. <xs:attribute default="0" name="value" type="xs:long" use="optional" />
  1105. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  1106. <xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" />
  1107. <xs:anyAttribute processContents="lax" />
  1108. </xs:restriction>
  1109. </xs:complexContent>
  1110. </xs:complexType>
  1111. <xs:element name="LongField" substitutionGroup="engine:VisualElement" type="engine:LongFieldType" />
  1112. <xs:complexType name="UnsignedIntegerFieldType">
  1113. <xs:complexContent mixed="false">
  1114. <xs:restriction base="engine:VisualElementType">
  1115. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1116. <xs:element ref="engine:VisualElement" />
  1117. </xs:sequence>
  1118. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1119. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1120. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1121. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1122. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1123. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1124. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1125. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1126. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1127. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1128. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1129. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1130. <xs:attribute default="0" name="value" type="xs:unsignedInt" use="optional" />
  1131. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  1132. <xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" />
  1133. <xs:anyAttribute processContents="lax" />
  1134. </xs:restriction>
  1135. </xs:complexContent>
  1136. </xs:complexType>
  1137. <xs:element name="UnsignedIntegerField" substitutionGroup="engine:VisualElement" type="engine:UnsignedIntegerFieldType" />
  1138. <xs:complexType name="UnsignedLongFieldType">
  1139. <xs:complexContent mixed="false">
  1140. <xs:restriction base="engine:VisualElementType">
  1141. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1142. <xs:element ref="engine:VisualElement" />
  1143. </xs:sequence>
  1144. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1145. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1146. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1147. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1148. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1149. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1150. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1151. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1152. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1153. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1154. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1155. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1156. <xs:attribute default="0" name="value" type="xs:unsignedLong" use="optional" />
  1157. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  1158. <xs:attribute default="false" name="is-delayed" type="xs:boolean" use="optional" />
  1159. <xs:anyAttribute processContents="lax" />
  1160. </xs:restriction>
  1161. </xs:complexContent>
  1162. </xs:complexType>
  1163. <xs:element name="UnsignedLongField" substitutionGroup="engine:VisualElement" type="engine:UnsignedLongFieldType" />
  1164. <xs:complexType name="RectFieldType">
  1165. <xs:complexContent mixed="false">
  1166. <xs:restriction base="engine:VisualElementType">
  1167. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1168. <xs:element ref="engine:VisualElement" />
  1169. </xs:sequence>
  1170. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1171. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1172. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1173. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1174. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1175. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1176. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1177. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1178. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1179. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1180. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1181. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1182. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  1183. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  1184. <xs:attribute default="0" name="w" type="xs:float" use="optional" />
  1185. <xs:attribute default="0" name="h" type="xs:float" use="optional" />
  1186. <xs:anyAttribute processContents="lax" />
  1187. </xs:restriction>
  1188. </xs:complexContent>
  1189. </xs:complexType>
  1190. <xs:element name="RectField" substitutionGroup="engine:VisualElement" type="engine:RectFieldType" />
  1191. <xs:complexType name="Vector2FieldType">
  1192. <xs:complexContent mixed="false">
  1193. <xs:restriction base="engine:VisualElementType">
  1194. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1195. <xs:element ref="engine:VisualElement" />
  1196. </xs:sequence>
  1197. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1198. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1199. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1200. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1201. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1202. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1203. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1204. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1205. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1206. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1207. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1208. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1209. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  1210. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  1211. <xs:anyAttribute processContents="lax" />
  1212. </xs:restriction>
  1213. </xs:complexContent>
  1214. </xs:complexType>
  1215. <xs:element name="Vector2Field" substitutionGroup="engine:VisualElement" type="engine:Vector2FieldType" />
  1216. <xs:complexType name="RectIntFieldType">
  1217. <xs:complexContent mixed="false">
  1218. <xs:restriction base="engine:VisualElementType">
  1219. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1220. <xs:element ref="engine:VisualElement" />
  1221. </xs:sequence>
  1222. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1223. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1224. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1225. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1226. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1227. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1228. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1229. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1230. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1231. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1232. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1233. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1234. <xs:attribute default="0" name="x" type="xs:int" use="optional" />
  1235. <xs:attribute default="0" name="y" type="xs:int" use="optional" />
  1236. <xs:attribute default="0" name="w" type="xs:int" use="optional" />
  1237. <xs:attribute default="0" name="h" type="xs:int" use="optional" />
  1238. <xs:anyAttribute processContents="lax" />
  1239. </xs:restriction>
  1240. </xs:complexContent>
  1241. </xs:complexType>
  1242. <xs:element name="RectIntField" substitutionGroup="engine:VisualElement" type="engine:RectIntFieldType" />
  1243. <xs:complexType name="Vector3FieldType">
  1244. <xs:complexContent mixed="false">
  1245. <xs:restriction base="engine:VisualElementType">
  1246. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1247. <xs:element ref="engine:VisualElement" />
  1248. </xs:sequence>
  1249. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1250. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1251. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1252. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1253. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1254. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1255. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1256. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1257. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1258. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1259. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1260. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1261. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  1262. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  1263. <xs:attribute default="0" name="z" type="xs:float" use="optional" />
  1264. <xs:anyAttribute processContents="lax" />
  1265. </xs:restriction>
  1266. </xs:complexContent>
  1267. </xs:complexType>
  1268. <xs:element name="Vector3Field" substitutionGroup="engine:VisualElement" type="engine:Vector3FieldType" />
  1269. <xs:complexType name="Vector4FieldType">
  1270. <xs:complexContent mixed="false">
  1271. <xs:restriction base="engine:VisualElementType">
  1272. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1273. <xs:element ref="engine:VisualElement" />
  1274. </xs:sequence>
  1275. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1276. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1277. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1278. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1279. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1280. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1281. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1282. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1283. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1284. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1285. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1286. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1287. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  1288. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  1289. <xs:attribute default="0" name="z" type="xs:float" use="optional" />
  1290. <xs:attribute default="0" name="w" type="xs:float" use="optional" />
  1291. <xs:anyAttribute processContents="lax" />
  1292. </xs:restriction>
  1293. </xs:complexContent>
  1294. </xs:complexType>
  1295. <xs:element name="Vector4Field" substitutionGroup="engine:VisualElement" type="engine:Vector4FieldType" />
  1296. <xs:complexType name="Vector2IntFieldType">
  1297. <xs:complexContent mixed="false">
  1298. <xs:restriction base="engine:VisualElementType">
  1299. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1300. <xs:element ref="engine:VisualElement" />
  1301. </xs:sequence>
  1302. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1303. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1304. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1305. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1306. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1307. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1308. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1309. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1310. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1311. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1312. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1313. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1314. <xs:attribute default="0" name="x" type="xs:int" use="optional" />
  1315. <xs:attribute default="0" name="y" type="xs:int" use="optional" />
  1316. <xs:anyAttribute processContents="lax" />
  1317. </xs:restriction>
  1318. </xs:complexContent>
  1319. </xs:complexType>
  1320. <xs:element name="Vector2IntField" substitutionGroup="engine:VisualElement" type="engine:Vector2IntFieldType" />
  1321. <xs:complexType name="Vector3IntFieldType">
  1322. <xs:complexContent mixed="false">
  1323. <xs:restriction base="engine:VisualElementType">
  1324. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1325. <xs:element ref="engine:VisualElement" />
  1326. </xs:sequence>
  1327. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1328. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1329. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1330. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1331. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1332. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1333. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1334. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1335. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1336. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1337. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1338. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1339. <xs:attribute default="0" name="x" type="xs:int" use="optional" />
  1340. <xs:attribute default="0" name="y" type="xs:int" use="optional" />
  1341. <xs:attribute default="0" name="z" type="xs:int" use="optional" />
  1342. <xs:anyAttribute processContents="lax" />
  1343. </xs:restriction>
  1344. </xs:complexContent>
  1345. </xs:complexType>
  1346. <xs:element name="Vector3IntField" substitutionGroup="engine:VisualElement" type="engine:Vector3IntFieldType" />
  1347. <xs:complexType name="BoundsFieldType">
  1348. <xs:complexContent mixed="false">
  1349. <xs:restriction base="engine:VisualElementType">
  1350. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1351. <xs:element ref="engine:VisualElement" />
  1352. </xs:sequence>
  1353. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1354. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1355. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1356. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1357. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1358. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1359. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1360. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1361. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1362. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1363. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1364. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1365. <xs:attribute default="0" name="cx" type="xs:float" use="optional" />
  1366. <xs:attribute default="0" name="cy" type="xs:float" use="optional" />
  1367. <xs:attribute default="0" name="cz" type="xs:float" use="optional" />
  1368. <xs:attribute default="0" name="ex" type="xs:float" use="optional" />
  1369. <xs:attribute default="0" name="ey" type="xs:float" use="optional" />
  1370. <xs:attribute default="0" name="ez" type="xs:float" use="optional" />
  1371. <xs:anyAttribute processContents="lax" />
  1372. </xs:restriction>
  1373. </xs:complexContent>
  1374. </xs:complexType>
  1375. <xs:element name="BoundsField" substitutionGroup="engine:VisualElement" type="engine:BoundsFieldType" />
  1376. <xs:complexType name="BoundsIntFieldType">
  1377. <xs:complexContent mixed="false">
  1378. <xs:restriction base="engine:VisualElementType">
  1379. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  1380. <xs:element ref="engine:VisualElement" />
  1381. </xs:sequence>
  1382. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1383. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1384. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1385. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1386. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1387. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1388. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1389. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1390. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1391. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1392. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1393. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  1394. <xs:attribute default="0" name="px" type="xs:int" use="optional" />
  1395. <xs:attribute default="0" name="py" type="xs:int" use="optional" />
  1396. <xs:attribute default="0" name="pz" type="xs:int" use="optional" />
  1397. <xs:attribute default="0" name="sx" type="xs:int" use="optional" />
  1398. <xs:attribute default="0" name="sy" type="xs:int" use="optional" />
  1399. <xs:attribute default="0" name="sz" type="xs:int" use="optional" />
  1400. <xs:anyAttribute processContents="lax" />
  1401. </xs:restriction>
  1402. </xs:complexContent>
  1403. </xs:complexType>
  1404. <xs:element name="BoundsIntField" substitutionGroup="engine:VisualElement" type="engine:BoundsIntFieldType" />
  1405. <xs:complexType name="TemplateType">
  1406. <xs:complexContent mixed="false">
  1407. <xs:restriction base="engine:VisualElementType">
  1408. <xs:attribute name="name" type="xs:string" use="required" />
  1409. <xs:attribute default="" name="path" type="xs:string" use="optional" />
  1410. <xs:attribute default="" name="src" type="xs:string" use="optional" />
  1411. <xs:anyAttribute processContents="lax" />
  1412. </xs:restriction>
  1413. </xs:complexContent>
  1414. </xs:complexType>
  1415. <xs:element name="Template" substitutionGroup="engine:VisualElement" type="engine:TemplateType" />
  1416. <xs:complexType name="StyleType">
  1417. <xs:complexContent mixed="false">
  1418. <xs:restriction base="engine:VisualElementType">
  1419. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1420. <xs:attribute default="" name="path" type="xs:string" use="optional" />
  1421. <xs:attribute default="" name="src" type="xs:string" use="optional" />
  1422. <xs:anyAttribute processContents="lax" />
  1423. </xs:restriction>
  1424. </xs:complexContent>
  1425. </xs:complexType>
  1426. <xs:element name="Style" substitutionGroup="engine:VisualElement" type="engine:StyleType" />
  1427. <xs:complexType name="AttributeOverridesType">
  1428. <xs:complexContent mixed="false">
  1429. <xs:restriction base="engine:VisualElementType">
  1430. <xs:attribute name="element-name" type="xs:string" use="required" />
  1431. <xs:anyAttribute processContents="lax" />
  1432. </xs:restriction>
  1433. </xs:complexContent>
  1434. </xs:complexType>
  1435. <xs:element name="AttributeOverrides" substitutionGroup="engine:VisualElement" type="engine:AttributeOverridesType" />
  1436. <xs:complexType name="ButtonType">
  1437. <xs:complexContent mixed="false">
  1438. <xs:restriction base="engine:VisualElementType">
  1439. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  1440. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  1441. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  1442. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  1443. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  1444. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  1445. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  1446. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  1447. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  1448. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  1449. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  1450. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  1451. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  1452. <xs:attribute default="false" name="parse-escape-sequences" type="xs:boolean" use="optional" />
  1453. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  1454. <xs:anyAttribute processContents="lax" />
  1455. </xs:restriction>
  1456. </xs:complexContent>
  1457. </xs:complexType>
  1458. <xs:element name="Button" substitutionGroup="engine:VisualElement" type="engine:ButtonType" />
  1459. </xs:schema>