UnityEditor.UIElements.xsd 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.UIElements.Debugger" elementFormDefault="qualified" targetNamespace="UnityEditor.UIElements" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
  4. <xs:simpleType name="PropertyControl_value-type_Type">
  5. <xs:restriction base="xs:string">
  6. <xs:enumeration value="Long" />
  7. <xs:enumeration value="Double" />
  8. <xs:enumeration value="Int" />
  9. <xs:enumeration value="Float" />
  10. <xs:enumeration value="String" />
  11. </xs:restriction>
  12. </xs:simpleType>
  13. <xs:complexType name="PropertyControlType">
  14. <xs:complexContent mixed="false">
  15. <xs:restriction base="engine:VisualElementType">
  16. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  17. <xs:element ref="engine:VisualElement" />
  18. </xs:sequence>
  19. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  20. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  21. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  22. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  23. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  24. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  25. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  26. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  27. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  28. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  29. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  30. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  31. <xs:attribute name="value-type" type="editor:PropertyControl_value-type_Type" use="required" />
  32. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  33. <xs:anyAttribute processContents="lax" />
  34. </xs:restriction>
  35. </xs:complexContent>
  36. </xs:complexType>
  37. <xs:element name="PropertyControl" substitutionGroup="engine:VisualElement" type="editor:PropertyControlType" />
  38. <xs:complexType name="VisualSplitterType">
  39. <xs:complexContent mixed="false">
  40. <xs:restriction base="engine:VisualElementType">
  41. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  42. <xs:element ref="engine:VisualElement" />
  43. </xs:sequence>
  44. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  45. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  46. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  47. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  48. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  49. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  50. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  51. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  52. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  53. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  54. <xs:anyAttribute processContents="lax" />
  55. </xs:restriction>
  56. </xs:complexContent>
  57. </xs:complexType>
  58. <xs:element name="VisualSplitter" substitutionGroup="engine:VisualElement" type="editor:VisualSplitterType" />
  59. <xs:complexType name="ToolbarType">
  60. <xs:complexContent mixed="false">
  61. <xs:restriction base="engine:VisualElementType">
  62. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  63. <xs:element ref="engine:VisualElement" />
  64. </xs:sequence>
  65. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  66. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  67. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  68. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  69. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  70. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  71. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  72. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  73. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  74. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  75. <xs:anyAttribute processContents="lax" />
  76. </xs:restriction>
  77. </xs:complexContent>
  78. </xs:complexType>
  79. <xs:element name="Toolbar" substitutionGroup="engine:VisualElement" type="editor:ToolbarType" />
  80. <xs:complexType name="ToolbarButtonType">
  81. <xs:complexContent mixed="false">
  82. <xs:restriction base="engine:VisualElementType">
  83. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  84. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  85. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  86. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  87. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  88. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  89. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  90. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  91. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  92. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  93. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  94. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  95. <xs:anyAttribute processContents="lax" />
  96. </xs:restriction>
  97. </xs:complexContent>
  98. </xs:complexType>
  99. <xs:element name="ToolbarButton" substitutionGroup="engine:VisualElement" type="editor:ToolbarButtonType" />
  100. <xs:complexType name="ToolbarToggleType">
  101. <xs:complexContent mixed="false">
  102. <xs:restriction base="engine:VisualElementType">
  103. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  104. <xs:element ref="engine:VisualElement" />
  105. </xs:sequence>
  106. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  107. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  108. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  109. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  110. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  111. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  112. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  113. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  114. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  115. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  116. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  117. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  118. <xs:attribute default="false" name="value" type="xs:boolean" use="optional" />
  119. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  120. <xs:anyAttribute processContents="lax" />
  121. </xs:restriction>
  122. </xs:complexContent>
  123. </xs:complexType>
  124. <xs:element name="ToolbarToggle" substitutionGroup="engine:VisualElement" type="editor:ToolbarToggleType" />
  125. <xs:complexType name="ToolbarSpacerType">
  126. <xs:complexContent mixed="false">
  127. <xs:restriction base="engine:VisualElementType">
  128. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  129. <xs:element ref="engine:VisualElement" />
  130. </xs:sequence>
  131. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  132. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  133. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  134. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  135. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  136. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  137. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  138. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  139. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  140. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  141. <xs:anyAttribute processContents="lax" />
  142. </xs:restriction>
  143. </xs:complexContent>
  144. </xs:complexType>
  145. <xs:element name="ToolbarSpacer" substitutionGroup="engine:VisualElement" type="editor:ToolbarSpacerType" />
  146. <xs:complexType name="ToolbarMenuType">
  147. <xs:complexContent mixed="false">
  148. <xs:restriction base="engine:VisualElementType">
  149. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  150. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  151. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  152. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  153. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  154. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  155. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  156. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  157. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  158. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  159. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  160. <xs:attribute default="" name="text" type="xs:string" use="optional" />
  161. <xs:anyAttribute processContents="lax" />
  162. </xs:restriction>
  163. </xs:complexContent>
  164. </xs:complexType>
  165. <xs:element name="ToolbarMenu" substitutionGroup="engine:VisualElement" type="editor:ToolbarMenuType" />
  166. <xs:complexType name="ToolbarSearchFieldType">
  167. <xs:complexContent mixed="false">
  168. <xs:restriction base="engine:VisualElementType">
  169. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  170. <xs:element ref="engine:VisualElement" />
  171. </xs:sequence>
  172. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  173. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  174. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  175. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  176. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  177. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  178. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  179. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  180. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  181. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  182. <xs:anyAttribute processContents="lax" />
  183. </xs:restriction>
  184. </xs:complexContent>
  185. </xs:complexType>
  186. <xs:element name="ToolbarSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarSearchFieldType" />
  187. <xs:complexType name="ToolbarPopupSearchFieldType">
  188. <xs:complexContent mixed="false">
  189. <xs:restriction base="engine:VisualElementType">
  190. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  191. <xs:element ref="engine:VisualElement" />
  192. </xs:sequence>
  193. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  194. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  195. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  196. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  197. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  198. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  199. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  200. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  201. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  202. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  203. <xs:anyAttribute processContents="lax" />
  204. </xs:restriction>
  205. </xs:complexContent>
  206. </xs:complexType>
  207. <xs:element name="ToolbarPopupSearchField" substitutionGroup="engine:VisualElement" type="editor:ToolbarPopupSearchFieldType" />
  208. <xs:complexType name="ToolbarBreadcrumbsType">
  209. <xs:complexContent mixed="false">
  210. <xs:restriction base="engine:VisualElementType">
  211. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  212. <xs:element ref="engine:VisualElement" />
  213. </xs:sequence>
  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:anyAttribute processContents="lax" />
  225. </xs:restriction>
  226. </xs:complexContent>
  227. </xs:complexType>
  228. <xs:element name="ToolbarBreadcrumbs" substitutionGroup="engine:VisualElement" type="editor:ToolbarBreadcrumbsType" />
  229. <xs:complexType name="PropertyFieldType">
  230. <xs:complexContent mixed="false">
  231. <xs:restriction base="engine:VisualElementType">
  232. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  233. <xs:element ref="engine:VisualElement" />
  234. </xs:sequence>
  235. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  236. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  237. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  238. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  239. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  240. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  241. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  242. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  243. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  244. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  245. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  246. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  247. <xs:anyAttribute processContents="lax" />
  248. </xs:restriction>
  249. </xs:complexContent>
  250. </xs:complexType>
  251. <xs:element name="PropertyField" substitutionGroup="engine:VisualElement" type="editor:PropertyFieldType" />
  252. <xs:complexType name="InspectorElementType">
  253. <xs:complexContent mixed="false">
  254. <xs:restriction base="engine:VisualElementType">
  255. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  256. <xs:element ref="engine:VisualElement" />
  257. </xs:sequence>
  258. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  259. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  260. <xs:attribute default="Ignore" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  261. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  262. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  263. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  264. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  265. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  266. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  267. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  268. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  269. <xs:anyAttribute processContents="lax" />
  270. </xs:restriction>
  271. </xs:complexContent>
  272. </xs:complexType>
  273. <xs:element name="InspectorElement" substitutionGroup="engine:VisualElement" type="editor:InspectorElementType" />
  274. <xs:complexType name="FloatFieldType">
  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="Position" 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="value" type="xs:float" use="optional" />
  293. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  294. <xs:anyAttribute processContents="lax" />
  295. </xs:restriction>
  296. </xs:complexContent>
  297. </xs:complexType>
  298. <xs:element name="FloatField" substitutionGroup="engine:VisualElement" type="editor:FloatFieldType" />
  299. <xs:complexType name="DoubleFieldType">
  300. <xs:complexContent mixed="false">
  301. <xs:restriction base="engine:VisualElementType">
  302. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  303. <xs:element ref="engine:VisualElement" />
  304. </xs:sequence>
  305. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  306. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  307. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  308. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  309. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  310. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  311. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  312. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  313. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  314. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  315. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  316. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  317. <xs:attribute default="0" name="value" type="xs:double" use="optional" />
  318. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  319. <xs:anyAttribute processContents="lax" />
  320. </xs:restriction>
  321. </xs:complexContent>
  322. </xs:complexType>
  323. <xs:element name="DoubleField" substitutionGroup="engine:VisualElement" type="editor:DoubleFieldType" />
  324. <xs:complexType name="IntegerFieldType">
  325. <xs:complexContent mixed="false">
  326. <xs:restriction base="engine:VisualElementType">
  327. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  328. <xs:element ref="engine:VisualElement" />
  329. </xs:sequence>
  330. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  331. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  332. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  333. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  334. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  335. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  336. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  337. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  338. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  339. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  340. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  341. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  342. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  343. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  344. <xs:anyAttribute processContents="lax" />
  345. </xs:restriction>
  346. </xs:complexContent>
  347. </xs:complexType>
  348. <xs:element name="IntegerField" substitutionGroup="engine:VisualElement" type="editor:IntegerFieldType" />
  349. <xs:complexType name="LongFieldType">
  350. <xs:complexContent mixed="false">
  351. <xs:restriction base="engine:VisualElementType">
  352. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  353. <xs:element ref="engine:VisualElement" />
  354. </xs:sequence>
  355. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  356. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  357. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  358. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  359. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  360. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  361. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  362. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  363. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  364. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  365. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  366. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  367. <xs:attribute default="0" name="value" type="xs:long" use="optional" />
  368. <xs:attribute default="false" name="readonly" type="xs:boolean" use="optional" />
  369. <xs:anyAttribute processContents="lax" />
  370. </xs:restriction>
  371. </xs:complexContent>
  372. </xs:complexType>
  373. <xs:element name="LongField" substitutionGroup="engine:VisualElement" type="editor:LongFieldType" />
  374. <xs:complexType name="CurveFieldType">
  375. <xs:complexContent mixed="false">
  376. <xs:restriction base="engine:VisualElementType">
  377. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  378. <xs:element ref="engine:VisualElement" />
  379. </xs:sequence>
  380. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  381. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  382. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  383. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  384. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  385. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  386. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  387. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  388. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  389. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  390. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  391. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  392. <xs:anyAttribute processContents="lax" />
  393. </xs:restriction>
  394. </xs:complexContent>
  395. </xs:complexType>
  396. <xs:element name="CurveField" substitutionGroup="engine:VisualElement" type="editor:CurveFieldType" />
  397. <xs:complexType name="ObjectFieldType">
  398. <xs:complexContent mixed="false">
  399. <xs:restriction base="engine:VisualElementType">
  400. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  401. <xs:element ref="engine:VisualElement" />
  402. </xs:sequence>
  403. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  404. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  405. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  406. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  407. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  408. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  409. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  410. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  411. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  412. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  413. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  414. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  415. <xs:attribute default="true" name="allow-scene-objects" type="xs:boolean" use="optional" />
  416. <xs:anyAttribute processContents="lax" />
  417. </xs:restriction>
  418. </xs:complexContent>
  419. </xs:complexType>
  420. <xs:element name="ObjectField" substitutionGroup="engine:VisualElement" type="editor:ObjectFieldType" />
  421. <xs:complexType name="ColorFieldType">
  422. <xs:complexContent mixed="false">
  423. <xs:restriction base="engine:VisualElementType">
  424. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  425. <xs:element ref="engine:VisualElement" />
  426. </xs:sequence>
  427. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  428. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  429. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  430. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  431. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  432. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  433. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  434. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  435. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  436. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  437. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  438. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  439. <xs:attribute default="RGBA(0.000, 0.000, 0.000, 1.000)" name="value" type="xs:string" use="optional" />
  440. <xs:attribute default="true" name="show-eye-dropper" type="xs:boolean" use="optional" />
  441. <xs:attribute default="true" name="show-alpha" type="xs:boolean" use="optional" />
  442. <xs:attribute default="false" name="hdr" type="xs:boolean" use="optional" />
  443. <xs:anyAttribute processContents="lax" />
  444. </xs:restriction>
  445. </xs:complexContent>
  446. </xs:complexType>
  447. <xs:element name="ColorField" substitutionGroup="engine:VisualElement" type="editor:ColorFieldType" />
  448. <xs:complexType name="EnumFieldType">
  449. <xs:complexContent mixed="false">
  450. <xs:restriction base="engine:VisualElementType">
  451. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  452. <xs:element ref="engine:VisualElement" />
  453. </xs:sequence>
  454. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  455. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  456. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  457. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  458. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  459. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  460. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  461. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  462. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  463. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  464. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  465. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  466. <xs:attribute default="" name="type" type="xs:string" use="optional" />
  467. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  468. <xs:attribute default="false" name="include-obsolete-values" type="xs:boolean" use="optional" />
  469. <xs:anyAttribute processContents="lax" />
  470. </xs:restriction>
  471. </xs:complexContent>
  472. </xs:complexType>
  473. <xs:element name="EnumField" substitutionGroup="engine:VisualElement" type="editor:EnumFieldType" />
  474. <xs:complexType name="MaskFieldType">
  475. <xs:complexContent mixed="false">
  476. <xs:restriction base="engine:VisualElementType">
  477. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  478. <xs:element ref="engine:VisualElement" />
  479. </xs:sequence>
  480. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  481. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  482. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  483. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  484. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  485. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  486. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  487. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  488. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  489. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  490. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  491. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  492. <xs:attribute default="" name="choices" type="xs:string" use="optional" />
  493. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  494. <xs:anyAttribute processContents="lax" />
  495. </xs:restriction>
  496. </xs:complexContent>
  497. </xs:complexType>
  498. <xs:element name="MaskField" substitutionGroup="engine:VisualElement" type="editor:MaskFieldType" />
  499. <xs:complexType name="LayerMaskFieldType">
  500. <xs:complexContent mixed="false">
  501. <xs:restriction base="engine:VisualElementType">
  502. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  503. <xs:element ref="engine:VisualElement" />
  504. </xs:sequence>
  505. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  506. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  507. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  508. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  509. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  510. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  511. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  512. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  513. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  514. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  515. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  516. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  517. <xs:attribute default="" name="choices" type="xs:string" use="optional" />
  518. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  519. <xs:anyAttribute processContents="lax" />
  520. </xs:restriction>
  521. </xs:complexContent>
  522. </xs:complexType>
  523. <xs:element name="LayerMaskField" substitutionGroup="engine:VisualElement" type="editor:LayerMaskFieldType" />
  524. <xs:complexType name="LayerFieldType">
  525. <xs:complexContent mixed="false">
  526. <xs:restriction base="engine:VisualElementType">
  527. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  528. <xs:element ref="engine:VisualElement" />
  529. </xs:sequence>
  530. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  531. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  532. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  533. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  534. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  535. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  536. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  537. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  538. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  539. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  540. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  541. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  542. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  543. <xs:anyAttribute processContents="lax" />
  544. </xs:restriction>
  545. </xs:complexContent>
  546. </xs:complexType>
  547. <xs:element name="LayerField" substitutionGroup="engine:VisualElement" type="editor:LayerFieldType" />
  548. <xs:complexType name="TagFieldType">
  549. <xs:complexContent mixed="false">
  550. <xs:restriction base="engine:VisualElementType">
  551. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  552. <xs:element ref="engine:VisualElement" />
  553. </xs:sequence>
  554. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  555. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  556. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  557. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  558. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  559. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  560. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  561. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  562. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  563. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  564. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  565. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  566. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  567. <xs:anyAttribute processContents="lax" />
  568. </xs:restriction>
  569. </xs:complexContent>
  570. </xs:complexType>
  571. <xs:element name="TagField" substitutionGroup="engine:VisualElement" type="editor:TagFieldType" />
  572. <xs:complexType name="GradientFieldType">
  573. <xs:complexContent mixed="false">
  574. <xs:restriction base="engine:VisualElementType">
  575. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  576. <xs:element ref="engine:VisualElement" />
  577. </xs:sequence>
  578. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  579. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  580. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  581. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  582. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  583. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  584. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  585. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  586. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  587. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  588. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  589. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  590. <xs:anyAttribute processContents="lax" />
  591. </xs:restriction>
  592. </xs:complexContent>
  593. </xs:complexType>
  594. <xs:element name="GradientField" substitutionGroup="engine:VisualElement" type="editor:GradientFieldType" />
  595. <xs:complexType name="EnumFlagsFieldType">
  596. <xs:complexContent mixed="false">
  597. <xs:restriction base="engine:VisualElementType">
  598. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  599. <xs:element ref="engine:VisualElement" />
  600. </xs:sequence>
  601. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  602. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  603. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  604. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  605. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  606. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  607. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  608. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  609. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  610. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  611. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  612. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  613. <xs:attribute default="" name="type" type="xs:string" use="optional" />
  614. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  615. <xs:attribute default="false" name="include-obsolete-values" type="xs:boolean" use="optional" />
  616. <xs:anyAttribute processContents="lax" />
  617. </xs:restriction>
  618. </xs:complexContent>
  619. </xs:complexType>
  620. <xs:element name="EnumFlagsField" substitutionGroup="engine:VisualElement" type="editor:EnumFlagsFieldType" />
  621. <xs:complexType name="RectFieldType">
  622. <xs:complexContent mixed="false">
  623. <xs:restriction base="engine:VisualElementType">
  624. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  625. <xs:element ref="engine:VisualElement" />
  626. </xs:sequence>
  627. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  628. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  629. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  630. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  631. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  632. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  633. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  634. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  635. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  636. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  637. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  638. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  639. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  640. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  641. <xs:attribute default="0" name="w" type="xs:float" use="optional" />
  642. <xs:attribute default="0" name="h" type="xs:float" use="optional" />
  643. <xs:anyAttribute processContents="lax" />
  644. </xs:restriction>
  645. </xs:complexContent>
  646. </xs:complexType>
  647. <xs:element name="RectField" substitutionGroup="engine:VisualElement" type="editor:RectFieldType" />
  648. <xs:complexType name="Vector2FieldType">
  649. <xs:complexContent mixed="false">
  650. <xs:restriction base="engine:VisualElementType">
  651. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  652. <xs:element ref="engine:VisualElement" />
  653. </xs:sequence>
  654. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  655. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  656. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  657. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  658. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  659. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  660. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  661. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  662. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  663. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  664. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  665. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  666. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  667. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  668. <xs:anyAttribute processContents="lax" />
  669. </xs:restriction>
  670. </xs:complexContent>
  671. </xs:complexType>
  672. <xs:element name="Vector2Field" substitutionGroup="engine:VisualElement" type="editor:Vector2FieldType" />
  673. <xs:complexType name="Vector3FieldType">
  674. <xs:complexContent mixed="false">
  675. <xs:restriction base="engine:VisualElementType">
  676. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  677. <xs:element ref="engine:VisualElement" />
  678. </xs:sequence>
  679. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  680. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  681. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  682. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  683. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  684. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  685. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  686. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  687. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  688. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  689. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  690. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  691. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  692. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  693. <xs:attribute default="0" name="z" type="xs:float" use="optional" />
  694. <xs:anyAttribute processContents="lax" />
  695. </xs:restriction>
  696. </xs:complexContent>
  697. </xs:complexType>
  698. <xs:element name="Vector3Field" substitutionGroup="engine:VisualElement" type="editor:Vector3FieldType" />
  699. <xs:complexType name="Vector4FieldType">
  700. <xs:complexContent mixed="false">
  701. <xs:restriction base="engine:VisualElementType">
  702. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  703. <xs:element ref="engine:VisualElement" />
  704. </xs:sequence>
  705. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  706. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  707. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  708. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  709. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  710. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  711. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  712. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  713. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  714. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  715. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  716. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  717. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  718. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  719. <xs:attribute default="0" name="z" type="xs:float" use="optional" />
  720. <xs:attribute default="0" name="w" type="xs:float" use="optional" />
  721. <xs:anyAttribute processContents="lax" />
  722. </xs:restriction>
  723. </xs:complexContent>
  724. </xs:complexType>
  725. <xs:element name="Vector4Field" substitutionGroup="engine:VisualElement" type="editor:Vector4FieldType" />
  726. <xs:complexType name="BoundsFieldType">
  727. <xs:complexContent mixed="false">
  728. <xs:restriction base="engine:VisualElementType">
  729. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  730. <xs:element ref="engine:VisualElement" />
  731. </xs:sequence>
  732. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  733. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  734. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  735. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  736. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  737. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  738. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  739. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  740. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  741. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  742. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  743. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  744. <xs:attribute default="0" name="cx" type="xs:float" use="optional" />
  745. <xs:attribute default="0" name="cy" type="xs:float" use="optional" />
  746. <xs:attribute default="0" name="cz" type="xs:float" use="optional" />
  747. <xs:attribute default="0" name="ex" type="xs:float" use="optional" />
  748. <xs:attribute default="0" name="ey" type="xs:float" use="optional" />
  749. <xs:attribute default="0" name="ez" type="xs:float" use="optional" />
  750. <xs:anyAttribute processContents="lax" />
  751. </xs:restriction>
  752. </xs:complexContent>
  753. </xs:complexType>
  754. <xs:element name="BoundsField" substitutionGroup="engine:VisualElement" type="editor:BoundsFieldType" />
  755. <xs:complexType name="RectIntFieldType">
  756. <xs:complexContent mixed="false">
  757. <xs:restriction base="engine:VisualElementType">
  758. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  759. <xs:element ref="engine:VisualElement" />
  760. </xs:sequence>
  761. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  762. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  763. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  764. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  765. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  766. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  767. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  768. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  769. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  770. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  771. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  772. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  773. <xs:attribute default="0" name="x" type="xs:int" use="optional" />
  774. <xs:attribute default="0" name="y" type="xs:int" use="optional" />
  775. <xs:attribute default="0" name="w" type="xs:int" use="optional" />
  776. <xs:attribute default="0" name="h" type="xs:int" use="optional" />
  777. <xs:anyAttribute processContents="lax" />
  778. </xs:restriction>
  779. </xs:complexContent>
  780. </xs:complexType>
  781. <xs:element name="RectIntField" substitutionGroup="engine:VisualElement" type="editor:RectIntFieldType" />
  782. <xs:complexType name="Vector2IntFieldType">
  783. <xs:complexContent mixed="false">
  784. <xs:restriction base="engine:VisualElementType">
  785. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  786. <xs:element ref="engine:VisualElement" />
  787. </xs:sequence>
  788. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  789. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  790. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  791. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  792. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  793. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  794. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  795. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  796. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  797. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  798. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  799. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  800. <xs:attribute default="0" name="x" type="xs:int" use="optional" />
  801. <xs:attribute default="0" name="y" type="xs:int" use="optional" />
  802. <xs:anyAttribute processContents="lax" />
  803. </xs:restriction>
  804. </xs:complexContent>
  805. </xs:complexType>
  806. <xs:element name="Vector2IntField" substitutionGroup="engine:VisualElement" type="editor:Vector2IntFieldType" />
  807. <xs:complexType name="Vector3IntFieldType">
  808. <xs:complexContent mixed="false">
  809. <xs:restriction base="engine:VisualElementType">
  810. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  811. <xs:element ref="engine:VisualElement" />
  812. </xs:sequence>
  813. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  814. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  815. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  816. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  817. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  818. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  819. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  820. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  821. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  822. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  823. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  824. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  825. <xs:attribute default="0" name="x" type="xs:int" use="optional" />
  826. <xs:attribute default="0" name="y" type="xs:int" use="optional" />
  827. <xs:attribute default="0" name="z" type="xs:int" use="optional" />
  828. <xs:anyAttribute processContents="lax" />
  829. </xs:restriction>
  830. </xs:complexContent>
  831. </xs:complexType>
  832. <xs:element name="Vector3IntField" substitutionGroup="engine:VisualElement" type="editor:Vector3IntFieldType" />
  833. <xs:complexType name="BoundsIntFieldType">
  834. <xs:complexContent mixed="false">
  835. <xs:restriction base="engine:VisualElementType">
  836. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  837. <xs:element ref="engine:VisualElement" />
  838. </xs:sequence>
  839. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  840. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  841. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  842. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  843. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  844. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  845. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  846. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  847. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  848. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  849. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  850. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  851. <xs:attribute default="0" name="px" type="xs:int" use="optional" />
  852. <xs:attribute default="0" name="py" type="xs:int" use="optional" />
  853. <xs:attribute default="0" name="pz" type="xs:int" use="optional" />
  854. <xs:attribute default="0" name="sx" type="xs:int" use="optional" />
  855. <xs:attribute default="0" name="sy" type="xs:int" use="optional" />
  856. <xs:attribute default="0" name="sz" type="xs:int" use="optional" />
  857. <xs:anyAttribute processContents="lax" />
  858. </xs:restriction>
  859. </xs:complexContent>
  860. </xs:complexType>
  861. <xs:element name="BoundsIntField" substitutionGroup="engine:VisualElement" type="editor:BoundsIntFieldType" />
  862. <xs:complexType name="ProgressBarType">
  863. <xs:complexContent mixed="false">
  864. <xs:restriction base="engine:VisualElementType">
  865. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  866. <xs:element ref="engine:VisualElement" />
  867. </xs:sequence>
  868. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  869. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  870. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  871. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  872. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  873. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  874. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  875. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  876. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  877. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  878. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  879. <xs:attribute default="0" name="low-value" type="xs:float" use="optional" />
  880. <xs:attribute default="100" name="high-value" type="xs:float" use="optional" />
  881. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  882. <xs:anyAttribute processContents="lax" />
  883. </xs:restriction>
  884. </xs:complexContent>
  885. </xs:complexType>
  886. <xs:element name="ProgressBar" substitutionGroup="engine:VisualElement" type="editor:ProgressBarType" />
  887. </xs:schema>