Newer
Older
TheVengeance-Project-IADE-Unity2D / UIElementsSchema / UnityEngine.UIElements.xsd
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.PackageManager.UI.Internal" elementFormDefault="qualified" targetNamespace="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:restriction>
  28. </xs:simpleType>
  29. <xs:complexType name="VisualElementType">
  30. <xs:complexContent mixed="false">
  31. <xs:restriction base="xs:anyType">
  32. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  33. <xs:element ref="engine:VisualElement" />
  34. </xs:sequence>
  35. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  36. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  37. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  38. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  39. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  40. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  41. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  42. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  43. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  44. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  45. <xs:anyAttribute processContents="lax" />
  46. </xs:restriction>
  47. </xs:complexContent>
  48. </xs:complexType>
  49. <xs:element name="VisualElement" type="engine:VisualElementType" />
  50. <xs:complexType name="IMGUIContainerType">
  51. <xs:complexContent mixed="false">
  52. <xs:restriction base="engine:VisualElementType">
  53. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  54. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  55. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  56. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  57. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  58. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  59. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  60. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  61. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  62. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  63. <xs:anyAttribute processContents="lax" />
  64. </xs:restriction>
  65. </xs:complexContent>
  66. </xs:complexType>
  67. <xs:element name="IMGUIContainer" substitutionGroup="engine:VisualElement" type="engine:IMGUIContainerType" />
  68. <xs:complexType name="ImageType">
  69. <xs:complexContent mixed="false">
  70. <xs:restriction base="engine:VisualElementType">
  71. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  72. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  73. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  74. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  75. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  76. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  77. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  78. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  79. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  80. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  81. <xs:anyAttribute processContents="lax" />
  82. </xs:restriction>
  83. </xs:complexContent>
  84. </xs:complexType>
  85. <xs:element name="Image" substitutionGroup="engine:VisualElement" type="engine:ImageType" />
  86. <xs:complexType name="LabelType">
  87. <xs:complexContent mixed="false">
  88. <xs:restriction base="engine:VisualElementType">
  89. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  90. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  91. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  92. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  93. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  94. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  95. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  96. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  97. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  98. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  99. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  100. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  101. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  102. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  103. <xs:anyAttribute processContents="lax" />
  104. </xs:restriction>
  105. </xs:complexContent>
  106. </xs:complexType>
  107. <xs:element name="Label" substitutionGroup="engine:VisualElement" type="engine:LabelType" />
  108. <xs:complexType name="RepeatButtonType">
  109. <xs:complexContent mixed="false">
  110. <xs:restriction base="engine:VisualElementType">
  111. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  112. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  113. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  114. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  115. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  116. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  117. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  118. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  119. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  120. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  121. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  122. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  123. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  124. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  125. <xs:attribute default="0" name="delay" type="xs:long" use="optional" />
  126. <xs:attribute default="0" name="interval" type="xs:long" use="optional" />
  127. <xs:anyAttribute processContents="lax" />
  128. </xs:restriction>
  129. </xs:complexContent>
  130. </xs:complexType>
  131. <xs:element name="RepeatButton" substitutionGroup="engine:VisualElement" type="engine:RepeatButtonType" />
  132. <xs:simpleType name="ScrollView_mode_Type">
  133. <xs:restriction base="xs:string">
  134. <xs:enumeration value="Vertical" />
  135. <xs:enumeration value="Horizontal" />
  136. <xs:enumeration value="VerticalAndHorizontal" />
  137. </xs:restriction>
  138. </xs:simpleType>
  139. <xs:simpleType name="ScrollView_horizontal-scroller-visibility_Type">
  140. <xs:restriction base="xs:string">
  141. <xs:enumeration value="Auto" />
  142. <xs:enumeration value="AlwaysVisible" />
  143. <xs:enumeration value="Hidden" />
  144. </xs:restriction>
  145. </xs:simpleType>
  146. <xs:simpleType name="ScrollView_vertical-scroller-visibility_Type">
  147. <xs:restriction base="xs:string">
  148. <xs:enumeration value="Auto" />
  149. <xs:enumeration value="AlwaysVisible" />
  150. <xs:enumeration value="Hidden" />
  151. </xs:restriction>
  152. </xs:simpleType>
  153. <xs:simpleType name="ScrollView_touch-scroll-type_Type">
  154. <xs:restriction base="xs:string">
  155. <xs:enumeration value="Unrestricted" />
  156. <xs:enumeration value="Elastic" />
  157. <xs:enumeration value="Clamped" />
  158. </xs:restriction>
  159. </xs:simpleType>
  160. <xs:complexType name="ScrollViewType">
  161. <xs:complexContent mixed="false">
  162. <xs:restriction base="engine:VisualElementType">
  163. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  164. <xs:element ref="engine:VisualElement" />
  165. </xs:sequence>
  166. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  167. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  168. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  169. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  170. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  171. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  172. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  173. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  174. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  175. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  176. <xs:attribute default="Vertical" name="mode" type="engine:ScrollView_mode_Type" use="optional" />
  177. <xs:attribute default="false" name="show-horizontal-scroller" type="xs:boolean" use="optional" />
  178. <xs:attribute default="false" name="show-vertical-scroller" type="xs:boolean" use="optional" />
  179. <xs:attribute default="Auto" name="horizontal-scroller-visibility" type="engine:ScrollView_horizontal-scroller-visibility_Type" use="optional" />
  180. <xs:attribute default="Auto" name="vertical-scroller-visibility" type="engine:ScrollView_vertical-scroller-visibility_Type" use="optional" />
  181. <xs:attribute default="20" name="horizontal-page-size" type="xs:float" use="optional" />
  182. <xs:attribute default="20" name="vertical-page-size" type="xs:float" use="optional" />
  183. <xs:attribute default="Clamped" name="touch-scroll-type" type="engine:ScrollView_touch-scroll-type_Type" use="optional" />
  184. <xs:attribute default="0.135" name="scroll-deceleration-rate" type="xs:float" use="optional" />
  185. <xs:attribute default="0.1" name="elasticity" type="xs:float" use="optional" />
  186. <xs:anyAttribute processContents="lax" />
  187. </xs:restriction>
  188. </xs:complexContent>
  189. </xs:complexType>
  190. <xs:element name="ScrollView" substitutionGroup="engine:VisualElement" type="engine:ScrollViewType" />
  191. <xs:simpleType name="Scroller_direction_Type">
  192. <xs:restriction base="xs:string">
  193. <xs:enumeration value="Horizontal" />
  194. <xs:enumeration value="Vertical" />
  195. </xs:restriction>
  196. </xs:simpleType>
  197. <xs:complexType name="ScrollerType">
  198. <xs:complexContent mixed="false">
  199. <xs:restriction base="engine:VisualElementType">
  200. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  201. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  202. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  203. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  204. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  205. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  206. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  207. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  208. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  209. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  210. <xs:attribute default="0" name="low-value" type="xs:float" use="optional" />
  211. <xs:attribute default="0" name="high-value" type="xs:float" use="optional" />
  212. <xs:attribute default="Vertical" name="direction" type="engine:Scroller_direction_Type" use="optional" />
  213. <xs:attribute default="0" name="value" type="xs:float" use="optional" />
  214. <xs:anyAttribute processContents="lax" />
  215. </xs:restriction>
  216. </xs:complexContent>
  217. </xs:complexType>
  218. <xs:element name="Scroller" substitutionGroup="engine:VisualElement" type="engine:ScrollerType" />
  219. <xs:simpleType name="Slider_direction_Type">
  220. <xs:restriction base="xs:string">
  221. <xs:enumeration value="Horizontal" />
  222. <xs:enumeration value="Vertical" />
  223. </xs:restriction>
  224. </xs:simpleType>
  225. <xs:complexType name="SliderType">
  226. <xs:complexContent mixed="false">
  227. <xs:restriction base="engine:VisualElementType">
  228. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  229. <xs:element ref="engine:VisualElement" />
  230. </xs:sequence>
  231. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  232. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  233. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  234. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  235. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  236. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  237. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  238. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  239. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  240. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  241. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  242. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  243. <xs:attribute default="0" name="value" type="xs:float" use="optional" />
  244. <xs:attribute default="0" name="low-value" type="xs:float" use="optional" />
  245. <xs:attribute default="10" name="high-value" type="xs:float" use="optional" />
  246. <xs:attribute default="0" name="page-size" type="xs:float" use="optional" />
  247. <xs:attribute default="false" name="show-input-field" type="xs:boolean" use="optional" />
  248. <xs:attribute default="Horizontal" name="direction" type="engine:Slider_direction_Type" use="optional" />
  249. <xs:attribute default="false" name="inverted" type="xs:boolean" use="optional" />
  250. <xs:anyAttribute processContents="lax" />
  251. </xs:restriction>
  252. </xs:complexContent>
  253. </xs:complexType>
  254. <xs:element name="Slider" substitutionGroup="engine:VisualElement" type="engine:SliderType" />
  255. <xs:simpleType name="SliderInt_direction_Type">
  256. <xs:restriction base="xs:string">
  257. <xs:enumeration value="Horizontal" />
  258. <xs:enumeration value="Vertical" />
  259. </xs:restriction>
  260. </xs:simpleType>
  261. <xs:complexType name="SliderIntType">
  262. <xs:complexContent mixed="false">
  263. <xs:restriction base="engine:VisualElementType">
  264. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  265. <xs:element ref="engine:VisualElement" />
  266. </xs:sequence>
  267. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  268. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  269. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  270. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  271. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  272. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  273. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  274. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  275. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  276. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  277. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  278. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  279. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  280. <xs:attribute default="0" name="low-value" type="xs:int" use="optional" />
  281. <xs:attribute default="10" name="high-value" type="xs:int" use="optional" />
  282. <xs:attribute default="0" name="page-size" type="xs:int" use="optional" />
  283. <xs:attribute default="false" name="show-input-field" type="xs:boolean" use="optional" />
  284. <xs:attribute default="Horizontal" name="direction" type="engine:SliderInt_direction_Type" use="optional" />
  285. <xs:attribute default="false" name="inverted" type="xs:boolean" use="optional" />
  286. <xs:anyAttribute processContents="lax" />
  287. </xs:restriction>
  288. </xs:complexContent>
  289. </xs:complexType>
  290. <xs:element name="SliderInt" substitutionGroup="engine:VisualElement" type="engine:SliderIntType" />
  291. <xs:complexType name="MinMaxSliderType">
  292. <xs:complexContent mixed="false">
  293. <xs:restriction base="engine:VisualElementType">
  294. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  295. <xs:element ref="engine:VisualElement" />
  296. </xs:sequence>
  297. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  298. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  299. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  300. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  301. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  302. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  303. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  304. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  305. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  306. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  307. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  308. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  309. <xs:attribute default="0" name="min-value" type="xs:float" use="optional" />
  310. <xs:attribute default="10" name="max-value" type="xs:float" use="optional" />
  311. <xs:attribute default="-3.402823E+38" name="low-limit" type="xs:float" use="optional" />
  312. <xs:attribute default="3.402823E+38" name="high-limit" type="xs:float" use="optional" />
  313. <xs:anyAttribute processContents="lax" />
  314. </xs:restriction>
  315. </xs:complexContent>
  316. </xs:complexType>
  317. <xs:element name="MinMaxSlider" substitutionGroup="engine:VisualElement" type="engine:MinMaxSliderType" />
  318. <xs:complexType name="GroupBoxType">
  319. <xs:complexContent mixed="false">
  320. <xs:restriction base="engine:VisualElementType">
  321. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  322. <xs:element ref="engine:VisualElement" />
  323. </xs:sequence>
  324. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  325. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  326. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  327. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  328. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  329. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  330. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  331. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  332. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  333. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  334. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  335. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  336. <xs:anyAttribute processContents="lax" />
  337. </xs:restriction>
  338. </xs:complexContent>
  339. </xs:complexType>
  340. <xs:element name="GroupBox" substitutionGroup="engine:VisualElement" type="engine:GroupBoxType" />
  341. <xs:complexType name="RadioButtonType">
  342. <xs:complexContent mixed="false">
  343. <xs:restriction base="engine:VisualElementType">
  344. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  345. <xs:element ref="engine:VisualElement" />
  346. </xs:sequence>
  347. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  348. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  349. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  350. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  351. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  352. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  353. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  354. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  355. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  356. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  357. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  358. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  359. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  360. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  361. <xs:anyAttribute processContents="lax" />
  362. </xs:restriction>
  363. </xs:complexContent>
  364. </xs:complexType>
  365. <xs:element name="RadioButton" substitutionGroup="engine:VisualElement" type="engine:RadioButtonType" />
  366. <xs:complexType name="RadioButtonGroupType">
  367. <xs:complexContent mixed="false">
  368. <xs:restriction base="engine:VisualElementType">
  369. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  370. <xs:element ref="engine:VisualElement" />
  371. </xs:sequence>
  372. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  373. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  374. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  375. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  376. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  377. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  378. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  379. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  380. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  381. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  382. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  383. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  384. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  385. <xs:attribute default="" name="choices" type="xs:string" use="optional" />
  386. <xs:anyAttribute processContents="lax" />
  387. </xs:restriction>
  388. </xs:complexContent>
  389. </xs:complexType>
  390. <xs:element name="RadioButtonGroup" substitutionGroup="engine:VisualElement" type="engine:RadioButtonGroupType" />
  391. <xs:complexType name="ToggleType">
  392. <xs:complexContent mixed="false">
  393. <xs:restriction base="engine:VisualElementType">
  394. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  395. <xs:element ref="engine:VisualElement" />
  396. </xs:sequence>
  397. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  398. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  399. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  400. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  401. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  402. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  403. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  404. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  405. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  406. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  407. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  408. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  409. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  410. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  411. <xs:anyAttribute processContents="lax" />
  412. </xs:restriction>
  413. </xs:complexContent>
  414. </xs:complexType>
  415. <xs:element name="Toggle" substitutionGroup="engine:VisualElement" type="engine:ToggleType" />
  416. <xs:complexType name="TextFieldType">
  417. <xs:complexContent mixed="false">
  418. <xs:restriction base="engine:VisualElementType">
  419. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  420. <xs:element ref="engine:VisualElement" />
  421. </xs:sequence>
  422. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  423. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  424. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  425. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  426. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  427. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  428. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  429. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  430. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  431. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  432. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  433. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  434. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  435. <xs:attribute default="-1" name="max-length" type="xs:int" use="optional" />
  436. <xs:attribute default="false" name="password" type="xs:boolean" use="optional" />
  437. <xs:attribute default="*" name="mask-character" type="xs:string" use="optional" />
  438. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  439. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  440. <xs:attribute default="false" name="multiline" type="xs:boolean" use="optional" />
  441. <xs:anyAttribute processContents="lax" />
  442. </xs:restriction>
  443. </xs:complexContent>
  444. </xs:complexType>
  445. <xs:element name="TextField" substitutionGroup="engine:VisualElement" type="engine:TextFieldType" />
  446. <xs:complexType name="InstanceType">
  447. <xs:complexContent mixed="false">
  448. <xs:restriction base="engine:VisualElementType">
  449. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  450. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  451. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  452. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  453. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  454. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  455. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  456. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  457. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  458. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  459. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  460. <xs:attribute name="template" type="xs:string" use="required" />
  461. <xs:anyAttribute processContents="lax" />
  462. </xs:restriction>
  463. </xs:complexContent>
  464. </xs:complexType>
  465. <xs:element name="Instance" substitutionGroup="engine:VisualElement" type="engine:InstanceType" />
  466. <xs:complexType name="BoxType">
  467. <xs:complexContent mixed="false">
  468. <xs:restriction base="engine:VisualElementType">
  469. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  470. <xs:element ref="engine:VisualElement" />
  471. </xs:sequence>
  472. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  473. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  474. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  475. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  476. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  477. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  478. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  479. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  480. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  481. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  482. <xs:anyAttribute processContents="lax" />
  483. </xs:restriction>
  484. </xs:complexContent>
  485. </xs:complexType>
  486. <xs:element name="Box" substitutionGroup="engine:VisualElement" type="engine:BoxType" />
  487. <xs:complexType name="DropdownFieldType">
  488. <xs:complexContent mixed="false">
  489. <xs:restriction base="engine:VisualElementType">
  490. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  491. <xs:element ref="engine:VisualElement" />
  492. </xs:sequence>
  493. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  494. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  495. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  496. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  497. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  498. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  499. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  500. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  501. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  502. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  503. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  504. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  505. <xs:attribute default="0" name="index" type="xs:int" use="optional" />
  506. <xs:attribute default="" name="choices" type="xs:string" use="optional" />
  507. <xs:anyAttribute processContents="lax" />
  508. </xs:restriction>
  509. </xs:complexContent>
  510. </xs:complexType>
  511. <xs:element name="DropdownField" substitutionGroup="engine:VisualElement" type="engine:DropdownFieldType" />
  512. <xs:simpleType name="HelpBox_message-type_Type">
  513. <xs:restriction base="xs:string">
  514. <xs:enumeration value="None" />
  515. <xs:enumeration value="Info" />
  516. <xs:enumeration value="Warning" />
  517. <xs:enumeration value="Error" />
  518. </xs:restriction>
  519. </xs:simpleType>
  520. <xs:complexType name="HelpBoxType">
  521. <xs:complexContent mixed="false">
  522. <xs:restriction base="engine:VisualElementType">
  523. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  524. <xs:element ref="engine:VisualElement" />
  525. </xs:sequence>
  526. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  527. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  528. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  529. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  530. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  531. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  532. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  533. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  534. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  535. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  536. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  537. <xs:attribute default="None" name="message-type" type="engine:HelpBox_message-type_Type" use="optional" />
  538. <xs:anyAttribute processContents="lax" />
  539. </xs:restriction>
  540. </xs:complexContent>
  541. </xs:complexType>
  542. <xs:element name="HelpBox" substitutionGroup="engine:VisualElement" type="engine:HelpBoxType" />
  543. <xs:complexType name="PopupWindowType">
  544. <xs:complexContent mixed="false">
  545. <xs:restriction base="engine:VisualElementType">
  546. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  547. <xs:element ref="engine:VisualElement" />
  548. </xs:sequence>
  549. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  550. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  551. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  552. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  553. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  554. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  555. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  556. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  557. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  558. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  559. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  560. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  561. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  562. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  563. <xs:anyAttribute processContents="lax" />
  564. </xs:restriction>
  565. </xs:complexContent>
  566. </xs:complexType>
  567. <xs:element name="PopupWindow" substitutionGroup="engine:VisualElement" type="engine:PopupWindowType" />
  568. <xs:simpleType name="ListView_selection-type_Type">
  569. <xs:restriction base="xs:string">
  570. <xs:enumeration value="None" />
  571. <xs:enumeration value="Single" />
  572. <xs:enumeration value="Multiple" />
  573. </xs:restriction>
  574. </xs:simpleType>
  575. <xs:simpleType name="ListView_show-alternating-row-backgrounds_Type">
  576. <xs:restriction base="xs:string">
  577. <xs:enumeration value="None" />
  578. <xs:enumeration value="ContentOnly" />
  579. <xs:enumeration value="All" />
  580. </xs:restriction>
  581. </xs:simpleType>
  582. <xs:complexType name="ListViewType">
  583. <xs:complexContent mixed="false">
  584. <xs:restriction base="engine:VisualElementType">
  585. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  586. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  587. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  588. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  589. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  590. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  591. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  592. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  593. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  594. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  595. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  596. <xs:attribute default="30" name="item-height" type="xs:int" use="optional" />
  597. <xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" />
  598. <xs:attribute default="Single" name="selection-type" type="engine:ListView_selection-type_Type" use="optional" />
  599. <xs:attribute default="None" name="show-alternating-row-backgrounds" type="engine:ListView_show-alternating-row-backgrounds_Type" use="optional" />
  600. <xs:attribute default="false" name="reorderable" type="xs:boolean" use="optional" />
  601. <xs:attribute default="true" name="show-bound-collection-size" type="xs:boolean" use="optional" />
  602. <xs:attribute default="false" name="horizontal-scrolling" type="xs:boolean" use="optional" />
  603. <xs:anyAttribute processContents="lax" />
  604. </xs:restriction>
  605. </xs:complexContent>
  606. </xs:complexType>
  607. <xs:element name="ListView" substitutionGroup="engine:VisualElement" type="engine:ListViewType" />
  608. <xs:simpleType name="TwoPaneSplitView_orientation_Type">
  609. <xs:restriction base="xs:string">
  610. <xs:enumeration value="Horizontal" />
  611. <xs:enumeration value="Vertical" />
  612. </xs:restriction>
  613. </xs:simpleType>
  614. <xs:complexType name="TwoPaneSplitViewType">
  615. <xs:complexContent mixed="false">
  616. <xs:restriction base="engine:VisualElementType">
  617. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  618. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  619. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  620. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  621. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  622. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  623. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  624. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  625. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  626. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  627. <xs:attribute default="0" name="fixed-pane-index" type="xs:int" use="optional" />
  628. <xs:attribute default="100" name="fixed-pane-initial-dimension" type="xs:int" use="optional" />
  629. <xs:attribute default="Horizontal" name="orientation" type="engine:TwoPaneSplitView_orientation_Type" use="optional" />
  630. <xs:anyAttribute processContents="lax" />
  631. </xs:restriction>
  632. </xs:complexContent>
  633. </xs:complexType>
  634. <xs:element name="TwoPaneSplitView" substitutionGroup="engine:VisualElement" type="engine:TwoPaneSplitViewType" />
  635. <xs:simpleType name="TreeView_selection-type_Type">
  636. <xs:restriction base="xs:string">
  637. <xs:enumeration value="None" />
  638. <xs:enumeration value="Single" />
  639. <xs:enumeration value="Multiple" />
  640. </xs:restriction>
  641. </xs:simpleType>
  642. <xs:simpleType name="TreeView_show-alternating-row-backgrounds_Type">
  643. <xs:restriction base="xs:string">
  644. <xs:enumeration value="None" />
  645. <xs:enumeration value="ContentOnly" />
  646. <xs:enumeration value="All" />
  647. </xs:restriction>
  648. </xs:simpleType>
  649. <xs:complexType name="TreeViewType">
  650. <xs:complexContent mixed="false">
  651. <xs:restriction base="engine:VisualElementType">
  652. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  653. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  654. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  655. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  656. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  657. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  658. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  659. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  660. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  661. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  662. <xs:attribute default="30" name="item-height" type="xs:int" use="optional" />
  663. <xs:attribute default="false" name="show-border" type="xs:boolean" use="optional" />
  664. <xs:attribute default="Single" name="selection-type" type="engine:TreeView_selection-type_Type" use="optional" />
  665. <xs:attribute default="None" name="show-alternating-row-backgrounds" type="engine:TreeView_show-alternating-row-backgrounds_Type" use="optional" />
  666. <xs:anyAttribute processContents="lax" />
  667. </xs:restriction>
  668. </xs:complexContent>
  669. </xs:complexType>
  670. <xs:element name="TreeView" substitutionGroup="engine:VisualElement" type="engine:TreeViewType" />
  671. <xs:complexType name="FoldoutType">
  672. <xs:complexContent mixed="false">
  673. <xs:restriction base="engine:VisualElementType">
  674. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  675. <xs:element ref="engine:VisualElement" />
  676. </xs:sequence>
  677. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  678. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  679. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  680. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  681. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  682. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  683. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  684. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  685. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  686. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  687. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  688. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  689. <xs:attribute default="true" name="value" type="xs:boolean" use="optional" />
  690. <xs:anyAttribute processContents="lax" />
  691. </xs:restriction>
  692. </xs:complexContent>
  693. </xs:complexType>
  694. <xs:element name="Foldout" substitutionGroup="engine:VisualElement" type="engine:FoldoutType" />
  695. <xs:complexType name="BindableElementType">
  696. <xs:complexContent mixed="false">
  697. <xs:restriction base="engine:VisualElementType">
  698. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  699. <xs:element ref="engine:VisualElement" />
  700. </xs:sequence>
  701. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  702. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  703. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  704. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  705. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  706. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  707. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  708. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  709. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  710. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  711. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  712. <xs:anyAttribute processContents="lax" />
  713. </xs:restriction>
  714. </xs:complexContent>
  715. </xs:complexType>
  716. <xs:element name="BindableElement" substitutionGroup="engine:VisualElement" type="engine:BindableElementType" />
  717. <xs:complexType name="TextElementType">
  718. <xs:complexContent mixed="false">
  719. <xs:restriction base="engine:VisualElementType">
  720. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  721. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  722. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  723. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  724. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  725. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  726. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  727. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  728. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  729. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  730. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  731. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  732. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  733. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  734. <xs:anyAttribute processContents="lax" />
  735. </xs:restriction>
  736. </xs:complexContent>
  737. </xs:complexType>
  738. <xs:element name="TextElement" substitutionGroup="engine:VisualElement" type="engine:TextElementType" />
  739. <xs:complexType name="ProgressBarType">
  740. <xs:complexContent mixed="false">
  741. <xs:restriction base="engine:VisualElementType">
  742. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  743. <xs:element ref="engine:VisualElement" />
  744. </xs:sequence>
  745. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  746. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  747. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  748. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  749. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  750. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  751. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  752. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  753. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  754. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  755. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  756. <xs:attribute default="0" name="low-value" type="xs:float" use="optional" />
  757. <xs:attribute default="100" name="high-value" type="xs:float" use="optional" />
  758. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  759. <xs:anyAttribute processContents="lax" />
  760. </xs:restriction>
  761. </xs:complexContent>
  762. </xs:complexType>
  763. <xs:element name="ProgressBar" substitutionGroup="engine:VisualElement" type="engine:ProgressBarType" />
  764. <xs:complexType name="TemplateType">
  765. <xs:complexContent mixed="false">
  766. <xs:restriction base="engine:VisualElementType">
  767. <xs:attribute name="name" type="xs:string" use="required" />
  768. <xs:attribute default="" name="path" type="xs:string" use="optional" />
  769. <xs:attribute default="" name="src" type="xs:string" use="optional" />
  770. <xs:anyAttribute processContents="lax" />
  771. </xs:restriction>
  772. </xs:complexContent>
  773. </xs:complexType>
  774. <xs:element name="Template" substitutionGroup="engine:VisualElement" type="engine:TemplateType" />
  775. <xs:complexType name="StyleType">
  776. <xs:complexContent mixed="false">
  777. <xs:restriction base="engine:VisualElementType">
  778. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  779. <xs:attribute default="" name="path" type="xs:string" use="optional" />
  780. <xs:attribute default="" name="src" type="xs:string" use="optional" />
  781. <xs:anyAttribute processContents="lax" />
  782. </xs:restriction>
  783. </xs:complexContent>
  784. </xs:complexType>
  785. <xs:element name="Style" substitutionGroup="engine:VisualElement" type="engine:StyleType" />
  786. <xs:complexType name="AttributeOverridesType">
  787. <xs:complexContent mixed="false">
  788. <xs:restriction base="engine:VisualElementType">
  789. <xs:attribute name="element-name" type="xs:string" use="required" />
  790. <xs:anyAttribute processContents="lax" />
  791. </xs:restriction>
  792. </xs:complexContent>
  793. </xs:complexType>
  794. <xs:element name="AttributeOverrides" substitutionGroup="engine:VisualElement" type="engine:AttributeOverridesType" />
  795. <xs:complexType name="ButtonType">
  796. <xs:complexContent mixed="false">
  797. <xs:restriction base="engine:VisualElementType">
  798. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  799. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  800. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  801. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  802. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  803. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  804. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  805. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  806. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  807. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  808. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  809. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  810. <xs:attribute default="true" name="enable-rich-text" type="xs:boolean" use="optional" />
  811. <xs:attribute default="false" name="display-tooltip-when-elided" type="xs:boolean" use="optional" />
  812. <xs:anyAttribute processContents="lax" />
  813. </xs:restriction>
  814. </xs:complexContent>
  815. </xs:complexType>
  816. <xs:element name="Button" substitutionGroup="engine:VisualElement" type="engine:ButtonType" />
  817. </xs:schema>