UnityEditor.UIElements.xsd 61 KB

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