UnityEditor.UIElements.xsd 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.PackageManager.UI" 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="Position" 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:anyAttribute processContents="lax" />
  294. </xs:restriction>
  295. </xs:complexContent>
  296. </xs:complexType>
  297. <xs:element name="FloatField" substitutionGroup="engine:VisualElement" type="editor:FloatFieldType" />
  298. <xs:complexType name="DoubleFieldType">
  299. <xs:complexContent mixed="false">
  300. <xs:restriction base="engine:VisualElementType">
  301. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  302. <xs:element ref="engine:VisualElement" />
  303. </xs:sequence>
  304. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  305. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  306. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  307. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  308. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  309. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  310. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  311. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  312. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  313. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  314. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  315. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  316. <xs:attribute default="0" name="value" type="xs:double" use="optional" />
  317. <xs:anyAttribute processContents="lax" />
  318. </xs:restriction>
  319. </xs:complexContent>
  320. </xs:complexType>
  321. <xs:element name="DoubleField" substitutionGroup="engine:VisualElement" type="editor:DoubleFieldType" />
  322. <xs:complexType name="IntegerFieldType">
  323. <xs:complexContent mixed="false">
  324. <xs:restriction base="engine:VisualElementType">
  325. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  326. <xs:element ref="engine:VisualElement" />
  327. </xs:sequence>
  328. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  329. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  330. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  331. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  332. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  333. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  334. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  335. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  336. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  337. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  338. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  339. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  340. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  341. <xs:anyAttribute processContents="lax" />
  342. </xs:restriction>
  343. </xs:complexContent>
  344. </xs:complexType>
  345. <xs:element name="IntegerField" substitutionGroup="engine:VisualElement" type="editor:IntegerFieldType" />
  346. <xs:complexType name="LongFieldType">
  347. <xs:complexContent mixed="false">
  348. <xs:restriction base="engine:VisualElementType">
  349. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  350. <xs:element ref="engine:VisualElement" />
  351. </xs:sequence>
  352. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  353. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  354. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  355. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  356. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  357. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  358. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  359. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  360. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  361. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  362. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  363. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  364. <xs:attribute default="0" name="value" type="xs:long" use="optional" />
  365. <xs:anyAttribute processContents="lax" />
  366. </xs:restriction>
  367. </xs:complexContent>
  368. </xs:complexType>
  369. <xs:element name="LongField" substitutionGroup="engine:VisualElement" type="editor:LongFieldType" />
  370. <xs:complexType name="CurveFieldType">
  371. <xs:complexContent mixed="false">
  372. <xs:restriction base="engine:VisualElementType">
  373. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  374. <xs:element ref="engine:VisualElement" />
  375. </xs:sequence>
  376. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  377. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  378. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  379. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  380. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  381. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  382. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  383. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  384. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  385. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  386. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  387. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  388. <xs:anyAttribute processContents="lax" />
  389. </xs:restriction>
  390. </xs:complexContent>
  391. </xs:complexType>
  392. <xs:element name="CurveField" substitutionGroup="engine:VisualElement" type="editor:CurveFieldType" />
  393. <xs:complexType name="ObjectFieldType">
  394. <xs:complexContent mixed="false">
  395. <xs:restriction base="engine:VisualElementType">
  396. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  397. <xs:element ref="engine:VisualElement" />
  398. </xs:sequence>
  399. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  400. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  401. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  402. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  403. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  404. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  405. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  406. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  407. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  408. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  409. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  410. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  411. <xs:attribute default="true" name="allow-scene-objects" type="xs:boolean" use="optional" />
  412. <xs:anyAttribute processContents="lax" />
  413. </xs:restriction>
  414. </xs:complexContent>
  415. </xs:complexType>
  416. <xs:element name="ObjectField" substitutionGroup="engine:VisualElement" type="editor:ObjectFieldType" />
  417. <xs:complexType name="ColorFieldType">
  418. <xs:complexContent mixed="false">
  419. <xs:restriction base="engine:VisualElementType">
  420. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  421. <xs:element ref="engine:VisualElement" />
  422. </xs:sequence>
  423. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  424. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  425. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  426. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  427. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  428. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  429. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  430. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  431. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  432. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  433. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  434. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  435. <xs:attribute default="RGBA(0.000, 0.000, 0.000, 1.000)" name="value" type="xs:string" use="optional" />
  436. <xs:attribute default="true" name="show-eye-dropper" type="xs:boolean" use="optional" />
  437. <xs:attribute default="true" name="show-alpha" type="xs:boolean" use="optional" />
  438. <xs:attribute default="false" name="hdr" type="xs:boolean" use="optional" />
  439. <xs:anyAttribute processContents="lax" />
  440. </xs:restriction>
  441. </xs:complexContent>
  442. </xs:complexType>
  443. <xs:element name="ColorField" substitutionGroup="engine:VisualElement" type="editor:ColorFieldType" />
  444. <xs:complexType name="EnumFieldType">
  445. <xs:complexContent mixed="false">
  446. <xs:restriction base="engine:VisualElementType">
  447. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  448. <xs:element ref="engine:VisualElement" />
  449. </xs:sequence>
  450. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  451. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  452. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  453. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  454. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  455. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  456. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  457. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  458. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  459. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  460. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  461. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  462. <xs:attribute name="type" type="xs:string" use="required" />
  463. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  464. <xs:anyAttribute processContents="lax" />
  465. </xs:restriction>
  466. </xs:complexContent>
  467. </xs:complexType>
  468. <xs:element name="EnumField" substitutionGroup="engine:VisualElement" type="editor:EnumFieldType" />
  469. <xs:complexType name="MaskFieldType">
  470. <xs:complexContent mixed="false">
  471. <xs:restriction base="engine:VisualElementType">
  472. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  473. <xs:element ref="engine:VisualElement" />
  474. </xs:sequence>
  475. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  476. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  477. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  478. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  479. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  480. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  481. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  482. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  483. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  484. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  485. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  486. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  487. <xs:attribute default="" name="choices" type="xs:string" use="optional" />
  488. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  489. <xs:anyAttribute processContents="lax" />
  490. </xs:restriction>
  491. </xs:complexContent>
  492. </xs:complexType>
  493. <xs:element name="MaskField" substitutionGroup="engine:VisualElement" type="editor:MaskFieldType" />
  494. <xs:complexType name="LayerMaskFieldType">
  495. <xs:complexContent mixed="false">
  496. <xs:restriction base="engine:VisualElementType">
  497. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  498. <xs:element ref="engine:VisualElement" />
  499. </xs:sequence>
  500. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  501. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  502. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  503. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  504. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  505. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  506. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  507. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  508. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  509. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  510. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  511. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  512. <xs:attribute default="" name="choices" type="xs:string" use="optional" />
  513. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  514. <xs:anyAttribute processContents="lax" />
  515. </xs:restriction>
  516. </xs:complexContent>
  517. </xs:complexType>
  518. <xs:element name="LayerMaskField" substitutionGroup="engine:VisualElement" type="editor:LayerMaskFieldType" />
  519. <xs:complexType name="LayerFieldType">
  520. <xs:complexContent mixed="false">
  521. <xs:restriction base="engine:VisualElementType">
  522. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  523. <xs:element ref="engine:VisualElement" />
  524. </xs:sequence>
  525. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  526. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  527. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  528. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  529. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  530. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  531. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  532. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  533. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  534. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  535. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  536. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  537. <xs:attribute default="0" name="value" type="xs:int" use="optional" />
  538. <xs:anyAttribute processContents="lax" />
  539. </xs:restriction>
  540. </xs:complexContent>
  541. </xs:complexType>
  542. <xs:element name="LayerField" substitutionGroup="engine:VisualElement" type="editor:LayerFieldType" />
  543. <xs:complexType name="TagFieldType">
  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="true" 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="label" type="xs:string" use="optional" />
  561. <xs:attribute default="" name="value" type="xs:string" use="optional" />
  562. <xs:anyAttribute processContents="lax" />
  563. </xs:restriction>
  564. </xs:complexContent>
  565. </xs:complexType>
  566. <xs:element name="TagField" substitutionGroup="engine:VisualElement" type="editor:TagFieldType" />
  567. <xs:complexType name="GradientFieldType">
  568. <xs:complexContent mixed="false">
  569. <xs:restriction base="engine:VisualElementType">
  570. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  571. <xs:element ref="engine:VisualElement" />
  572. </xs:sequence>
  573. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  574. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  575. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  576. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  577. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  578. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  579. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  580. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  581. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  582. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  583. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  584. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  585. <xs:anyAttribute processContents="lax" />
  586. </xs:restriction>
  587. </xs:complexContent>
  588. </xs:complexType>
  589. <xs:element name="GradientField" substitutionGroup="engine:VisualElement" type="editor:GradientFieldType" />
  590. <xs:complexType name="RectFieldType">
  591. <xs:complexContent mixed="false">
  592. <xs:restriction base="engine:VisualElementType">
  593. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  594. <xs:element ref="engine:VisualElement" />
  595. </xs:sequence>
  596. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  597. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  598. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  599. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  600. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  601. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  602. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  603. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  604. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  605. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  606. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  607. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  608. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  609. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  610. <xs:attribute default="0" name="w" type="xs:float" use="optional" />
  611. <xs:attribute default="0" name="h" type="xs:float" use="optional" />
  612. <xs:anyAttribute processContents="lax" />
  613. </xs:restriction>
  614. </xs:complexContent>
  615. </xs:complexType>
  616. <xs:element name="RectField" substitutionGroup="engine:VisualElement" type="editor:RectFieldType" />
  617. <xs:complexType name="Vector2FieldType">
  618. <xs:complexContent mixed="false">
  619. <xs:restriction base="engine:VisualElementType">
  620. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  621. <xs:element ref="engine:VisualElement" />
  622. </xs:sequence>
  623. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  624. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  625. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  626. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  627. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  628. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  629. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  630. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  631. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  632. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  633. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  634. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  635. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  636. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  637. <xs:anyAttribute processContents="lax" />
  638. </xs:restriction>
  639. </xs:complexContent>
  640. </xs:complexType>
  641. <xs:element name="Vector2Field" substitutionGroup="engine:VisualElement" type="editor:Vector2FieldType" />
  642. <xs:complexType name="Vector3FieldType">
  643. <xs:complexContent mixed="false">
  644. <xs:restriction base="engine:VisualElementType">
  645. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  646. <xs:element ref="engine:VisualElement" />
  647. </xs:sequence>
  648. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  649. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  650. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  651. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  652. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  653. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  654. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  655. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  656. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  657. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  658. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  659. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  660. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  661. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  662. <xs:attribute default="0" name="z" type="xs:float" use="optional" />
  663. <xs:anyAttribute processContents="lax" />
  664. </xs:restriction>
  665. </xs:complexContent>
  666. </xs:complexType>
  667. <xs:element name="Vector3Field" substitutionGroup="engine:VisualElement" type="editor:Vector3FieldType" />
  668. <xs:complexType name="Vector4FieldType">
  669. <xs:complexContent mixed="false">
  670. <xs:restriction base="engine:VisualElementType">
  671. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  672. <xs:element ref="engine:VisualElement" />
  673. </xs:sequence>
  674. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  675. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  676. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  677. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  678. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  679. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  680. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  681. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  682. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  683. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  684. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  685. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  686. <xs:attribute default="0" name="x" type="xs:float" use="optional" />
  687. <xs:attribute default="0" name="y" type="xs:float" use="optional" />
  688. <xs:attribute default="0" name="z" type="xs:float" use="optional" />
  689. <xs:attribute default="0" name="w" type="xs:float" use="optional" />
  690. <xs:anyAttribute processContents="lax" />
  691. </xs:restriction>
  692. </xs:complexContent>
  693. </xs:complexType>
  694. <xs:element name="Vector4Field" substitutionGroup="engine:VisualElement" type="editor:Vector4FieldType" />
  695. <xs:complexType name="BoundsFieldType">
  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="true" 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:attribute default="" name="label" type="xs:string" use="optional" />
  713. <xs:attribute default="0" name="cx" type="xs:float" use="optional" />
  714. <xs:attribute default="0" name="cy" type="xs:float" use="optional" />
  715. <xs:attribute default="0" name="cz" type="xs:float" use="optional" />
  716. <xs:attribute default="0" name="ex" type="xs:float" use="optional" />
  717. <xs:attribute default="0" name="ey" type="xs:float" use="optional" />
  718. <xs:attribute default="0" name="ez" type="xs:float" use="optional" />
  719. <xs:anyAttribute processContents="lax" />
  720. </xs:restriction>
  721. </xs:complexContent>
  722. </xs:complexType>
  723. <xs:element name="BoundsField" substitutionGroup="engine:VisualElement" type="editor:BoundsFieldType" />
  724. <xs:complexType name="RectIntFieldType">
  725. <xs:complexContent mixed="false">
  726. <xs:restriction base="engine:VisualElementType">
  727. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  728. <xs:element ref="engine:VisualElement" />
  729. </xs:sequence>
  730. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  731. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  732. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  733. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  734. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  735. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  736. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  737. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  738. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  739. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  740. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  741. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  742. <xs:attribute default="0" name="x" type="xs:int" use="optional" />
  743. <xs:attribute default="0" name="y" type="xs:int" use="optional" />
  744. <xs:attribute default="0" name="w" type="xs:int" use="optional" />
  745. <xs:attribute default="0" name="h" type="xs:int" use="optional" />
  746. <xs:anyAttribute processContents="lax" />
  747. </xs:restriction>
  748. </xs:complexContent>
  749. </xs:complexType>
  750. <xs:element name="RectIntField" substitutionGroup="engine:VisualElement" type="editor:RectIntFieldType" />
  751. <xs:complexType name="Vector2IntFieldType">
  752. <xs:complexContent mixed="false">
  753. <xs:restriction base="engine:VisualElementType">
  754. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  755. <xs:element ref="engine:VisualElement" />
  756. </xs:sequence>
  757. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  758. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  759. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  760. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  761. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  762. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  763. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  764. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  765. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  766. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  767. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  768. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  769. <xs:attribute default="0" name="x" type="xs:int" use="optional" />
  770. <xs:attribute default="0" name="y" type="xs:int" use="optional" />
  771. <xs:anyAttribute processContents="lax" />
  772. </xs:restriction>
  773. </xs:complexContent>
  774. </xs:complexType>
  775. <xs:element name="Vector2IntField" substitutionGroup="engine:VisualElement" type="editor:Vector2IntFieldType" />
  776. <xs:complexType name="Vector3IntFieldType">
  777. <xs:complexContent mixed="false">
  778. <xs:restriction base="engine:VisualElementType">
  779. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  780. <xs:element ref="engine:VisualElement" />
  781. </xs:sequence>
  782. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  783. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  784. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  785. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  786. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  787. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  788. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  789. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  790. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  791. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  792. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  793. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  794. <xs:attribute default="0" name="x" type="xs:int" use="optional" />
  795. <xs:attribute default="0" name="y" type="xs:int" use="optional" />
  796. <xs:attribute default="0" name="z" type="xs:int" use="optional" />
  797. <xs:anyAttribute processContents="lax" />
  798. </xs:restriction>
  799. </xs:complexContent>
  800. </xs:complexType>
  801. <xs:element name="Vector3IntField" substitutionGroup="engine:VisualElement" type="editor:Vector3IntFieldType" />
  802. <xs:complexType name="BoundsIntFieldType">
  803. <xs:complexContent mixed="false">
  804. <xs:restriction base="engine:VisualElementType">
  805. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  806. <xs:element ref="engine:VisualElement" />
  807. </xs:sequence>
  808. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  809. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  810. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  811. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  812. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  813. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  814. <xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
  815. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  816. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  817. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  818. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  819. <xs:attribute default="" name="label" type="xs:string" use="optional" />
  820. <xs:attribute default="0" name="px" type="xs:int" use="optional" />
  821. <xs:attribute default="0" name="py" type="xs:int" use="optional" />
  822. <xs:attribute default="0" name="pz" type="xs:int" use="optional" />
  823. <xs:attribute default="0" name="sx" type="xs:int" use="optional" />
  824. <xs:attribute default="0" name="sy" type="xs:int" use="optional" />
  825. <xs:attribute default="0" name="sz" type="xs:int" use="optional" />
  826. <xs:anyAttribute processContents="lax" />
  827. </xs:restriction>
  828. </xs:complexContent>
  829. </xs:complexType>
  830. <xs:element name="BoundsIntField" substitutionGroup="engine:VisualElement" type="editor:BoundsIntFieldType" />
  831. <xs:complexType name="ProgressBarType">
  832. <xs:complexContent mixed="false">
  833. <xs:restriction base="engine:VisualElementType">
  834. <xs:sequence minOccurs="0" maxOccurs="unbounded">
  835. <xs:element ref="engine:VisualElement" />
  836. </xs:sequence>
  837. <xs:attribute default="" name="name" type="xs:string" use="optional" />
  838. <xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
  839. <xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
  840. <xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
  841. <xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
  842. <xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
  843. <xs:attribute default="false" name="focusable" type="xs:boolean" use="optional" />
  844. <xs:attribute default="" name="class" type="xs:string" use="optional" />
  845. <xs:attribute default="" name="content-container" type="xs:string" use="optional" />
  846. <xs:attribute default="" name="style" type="xs:string" use="optional" />
  847. <xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
  848. <xs:attribute default="0" name="low-value" type="xs:float" use="optional" />
  849. <xs:attribute default="100" name="high-value" type="xs:float" use="optional" />
  850. <xs:attribute default="" name="title" type="xs:string" use="optional" />
  851. <xs:anyAttribute processContents="lax" />
  852. </xs:restriction>
  853. </xs:complexContent>
  854. </xs:complexType>
  855. <xs:element name="ProgressBar" substitutionGroup="engine:VisualElement" type="editor:ProgressBarType" />
  856. </xs:schema>