UnityEditor.UIElements.xsd 61 KB

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