XML-Schema-Qt5.15.xsd 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:element name="ui" type="UI" />
  4. <xs:complexType name="UI">
  5. <xs:all>
  6. <xs:element name="author" type="xs:string" minOccurs="0" />
  7. <xs:element name="comment" type="xs:string" minOccurs="0" />
  8. <xs:element name="exportmacro" type="xs:string" minOccurs="0" />
  9. <xs:element name="class" type="xs:string" />
  10. <xs:element name="widget" type="Widget" />
  11. <xs:element name="layoutdefault" type="LayoutDefault" minOccurs="0" />
  12. <xs:element name="layoutfunction" type="LayoutFunction" minOccurs="0" />
  13. <xs:element name="pixmapfunction" type="xs:string" minOccurs="0" />
  14. <xs:element name="customwidgets" type="CustomWidgets" minOccurs="0" />
  15. <xs:element name="tabstops" type="TabStops" minOccurs="0" />
  16. <!-- <xs:element name="images" use="deprecated" /> -->
  17. <xs:element name="includes" type="Includes" minOccurs="0" />
  18. <xs:element name="resources" type="Resources" minOccurs="0" />
  19. <xs:element name="connections" type="Connections" minOccurs="0" />
  20. <xs:element name="designerdata" type="DesignerData" minOccurs="0" />
  21. <xs:element name="slots" type="Slots" minOccurs="0" />
  22. <xs:element name="buttongroups" type="ButtonGroups" minOccurs="0" />
  23. </xs:all>
  24. <xs:attribute name="version" type="xs:string" />
  25. <xs:attribute name="language" type="xs:string" />
  26. <xs:attribute name="displayname" type="xs:string" />
  27. <xs:attribute name="idbasedtr" type="xs:boolean" />
  28. <xs:attribute name="connectslotsbyname" type="xs:boolean" />
  29. <!-- Legacy attribute generated by uic3 -->
  30. <xs:attribute name="stdsetdef" type="xs:integer" />
  31. <!-- Legacy attribute generated by the VS integration -->
  32. <xs:attribute name="stdSetDef" type="xs:integer" />
  33. </xs:complexType>
  34. <!-- include begin -->
  35. <xs:complexType name="Includes">
  36. <xs:sequence>
  37. <xs:element name="include" type="Include" maxOccurs="unbounded" />
  38. </xs:sequence>
  39. </xs:complexType>
  40. <xs:complexType name="Include" mixed="true">
  41. <xs:attribute name="location" type="xs:string" />
  42. <xs:attribute name="impldecl" type="xs:string" />
  43. </xs:complexType>
  44. <!-- include end -->
  45. <!-- resource begin -->
  46. <xs:complexType name="Resources">
  47. <xs:sequence>
  48. <xs:element name="include" type="Resource" minOccurs="0" maxOccurs="unbounded" />
  49. </xs:sequence>
  50. <xs:attribute name="name" type="xs:string" />
  51. </xs:complexType>
  52. <xs:complexType name="Resource">
  53. <xs:attribute name="location" type="xs:string" />
  54. </xs:complexType>
  55. <!-- resource end -->
  56. <!-- actions begin -->
  57. <xs:complexType name="ActionGroup">
  58. <xs:sequence maxOccurs="unbounded">
  59. <xs:element name="action" type="Action" minOccurs="0" maxOccurs="unbounded" />
  60. <xs:element name="actiongroup" type="ActionGroup" minOccurs="0" maxOccurs="unbounded" />
  61. <xs:element name="property" type="Property" minOccurs="0" maxOccurs="unbounded" />
  62. <xs:element name="attribute" type="Property" minOccurs="0" maxOccurs="unbounded" />
  63. </xs:sequence>
  64. <xs:attribute name="name" type="xs:string" />
  65. </xs:complexType>
  66. <xs:complexType name="Action">
  67. <xs:sequence maxOccurs="unbounded">
  68. <xs:element name="property" type="Property" minOccurs="0" maxOccurs="unbounded" />
  69. <xs:element name="attribute" type="Property" minOccurs="0" maxOccurs="unbounded" />
  70. </xs:sequence>
  71. <xs:attribute name="name" type="xs:string" />
  72. <xs:attribute name="menu" type="xs:string" />
  73. </xs:complexType>
  74. <xs:complexType name="ActionRef">
  75. <xs:attribute name="name" type="xs:string" />
  76. </xs:complexType>
  77. <!-- actions end -->
  78. <!-- button groups begin -->
  79. <xs:complexType name="ButtonGroup">
  80. <xs:sequence maxOccurs="unbounded">
  81. <xs:element name="property" type="Property" minOccurs="0" maxOccurs="unbounded" />
  82. <xs:element name="attribute" type="Property" minOccurs="0" maxOccurs="unbounded" />
  83. </xs:sequence>
  84. <xs:attribute name="name" type="xs:string" />
  85. </xs:complexType>
  86. <xs:complexType name="ButtonGroups">
  87. <xs:sequence>
  88. <xs:element name="buttongroup" type="ButtonGroup" maxOccurs="unbounded" />
  89. </xs:sequence>
  90. </xs:complexType>
  91. <!-- button groups end -->
  92. <!-- custom widget support begin -->
  93. <xs:complexType name="CustomWidgets">
  94. <xs:sequence>
  95. <xs:element name="customwidget" type="CustomWidget" maxOccurs="unbounded" />
  96. </xs:sequence>
  97. </xs:complexType>
  98. <xs:complexType name="Header" mixed="true">
  99. <xs:attribute name="location" type="xs:string" /> <!-- local or global -->
  100. </xs:complexType>
  101. <xs:complexType name="CustomWidget">
  102. <xs:all>
  103. <xs:element name="class" type="xs:string" />
  104. <xs:element name="extends" type="xs:string" />
  105. <xs:element name="header" type="Header" />
  106. <xs:element name="sizehint" type="Size" minOccurs="0" />
  107. <xs:element name="addpagemethod" type="xs:string" minOccurs="0" />
  108. <xs:element name="container" type="xs:integer" minOccurs="0" />
  109. <!-- <xs:element name="sizepolicy" use="deprecated" /> -->
  110. <xs:element name="pixmap" type="xs:string" minOccurs="0" />
  111. <!-- <xs:element name="script" use="deprecated" /> -->
  112. <!-- <xs:element name="properties" use="deprecated" /> -->
  113. <xs:element name="slots" type="Slots" minOccurs="0" />
  114. <xs:element name="propertyspecifications" type="PropertySpecifications" minOccurs="0" />
  115. </xs:all>
  116. </xs:complexType>
  117. <!-- custom widget support end -->
  118. <xs:complexType name="LayoutDefault">
  119. <xs:attribute name="spacing" type="xs:integer" />
  120. <xs:attribute name="margin" type="xs:integer" />
  121. </xs:complexType>
  122. <xs:complexType name="LayoutFunction">
  123. <xs:attribute name="spacing" type="xs:string" />
  124. <xs:attribute name="margin" type="xs:string" />
  125. </xs:complexType>
  126. <xs:complexType name="TabStops">
  127. <xs:sequence>
  128. <xs:element name="tabstop" type="xs:string" maxOccurs="unbounded" />
  129. </xs:sequence>
  130. </xs:complexType>
  131. <xs:complexType name="Layout">
  132. <xs:sequence maxOccurs="unbounded">
  133. <xs:element name="property" type="Property" minOccurs="0" maxOccurs="unbounded" />
  134. <xs:element name="attribute" type="Property" minOccurs="0" maxOccurs="unbounded" />
  135. <xs:element name="item" type="LayoutItem" minOccurs="0" maxOccurs="unbounded" />
  136. </xs:sequence>
  137. <xs:attribute name="class" type="xs:string" />
  138. <xs:attribute name="name" type="xs:string" />
  139. <xs:attribute name="stretch" type="xs:string" />
  140. <xs:attribute name="rowstretch" type="xs:string" />
  141. <xs:attribute name="columnstretch" type="xs:string" />
  142. <xs:attribute name="rowminimumheight" type="xs:string" />
  143. <xs:attribute name="columnminimumwidth" type="xs:string" />
  144. </xs:complexType>
  145. <xs:complexType name="LayoutItem">
  146. <xs:choice>
  147. <xs:element name="widget" type="Widget" />
  148. <xs:element name="layout" type="Layout" />
  149. <xs:element name="spacer" type="Spacer" />
  150. </xs:choice>
  151. <xs:attribute name="row" type="xs:integer" />
  152. <xs:attribute name="column" type="xs:integer" />
  153. <xs:attribute name="rowspan" type="xs:integer" />
  154. <xs:attribute name="colspan" type="xs:integer" />
  155. <xs:attribute name="alignment" type="xs:string" />
  156. </xs:complexType>
  157. <!-- item view begin -->
  158. <xs:complexType name="Row">
  159. <xs:sequence>
  160. <xs:element name="property" type="Property" minOccurs="0" maxOccurs="unbounded" />
  161. </xs:sequence>
  162. </xs:complexType>
  163. <xs:complexType name="Column">
  164. <xs:sequence>
  165. <xs:element name="property" type="Property" minOccurs="0" maxOccurs="unbounded" />
  166. </xs:sequence>
  167. </xs:complexType>
  168. <xs:complexType name="Item">
  169. <xs:sequence maxOccurs="unbounded">
  170. <xs:element name="property" type="Property" minOccurs="0" maxOccurs="unbounded" />
  171. <xs:element name="item" type="Item" minOccurs="0" maxOccurs="unbounded" />
  172. </xs:sequence>
  173. <xs:attribute name="row" type="xs:integer" />
  174. <xs:attribute name="column" type="xs:integer" />
  175. </xs:complexType>
  176. <!-- item view end -->
  177. <xs:complexType name="Widget">
  178. <!-- Order does not matter (cannot use xs:all here
  179. because of unbounded row, column, item -->
  180. <xs:sequence>
  181. <xs:element name="class" type="xs:string" minOccurs="0" maxOccurs="unbounded" /> <!-- unbounded kept for compatibility reasons -->
  182. <xs:element name="property" type="Property" minOccurs="0" maxOccurs="unbounded" />
  183. <!-- <xs:element name="script" use="deprecated" /> -->
  184. <!-- <xs:element name="widgetdata" use="deprecated" /> -->
  185. <xs:element name="attribute" type="Property" minOccurs="0" maxOccurs="unbounded" />
  186. <!-- item view begin -->
  187. <xs:element name="row" type="Row" minOccurs="0" maxOccurs="unbounded" />
  188. <xs:element name="column" type="Column" minOccurs="0" maxOccurs="unbounded" />
  189. <xs:element name="item" type="Item" minOccurs="0" maxOccurs="unbounded" />
  190. <!-- item view end -->
  191. <xs:element name="layout" type="Layout" minOccurs="0" maxOccurs="unbounded" /> <!-- unbounded kept for compatibility reasons -->
  192. <xs:element name="widget" type="Widget" minOccurs="0" maxOccurs="unbounded" />
  193. <xs:element name="action" type="Action" minOccurs="0" maxOccurs="unbounded" />
  194. <xs:element name="actiongroup" type="ActionGroup" minOccurs="0" maxOccurs="unbounded" />
  195. <xs:element name="addaction" type="ActionRef" minOccurs="0" maxOccurs="unbounded" />
  196. <xs:element name="zorder" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
  197. </xs:sequence>
  198. <xs:attribute name="class" type="xs:string" />
  199. <xs:attribute name="name" type="xs:string" />
  200. <xs:attribute name="native" type="xs:boolean" />
  201. </xs:complexType>
  202. <xs:complexType name="Spacer">
  203. <xs:sequence>
  204. <xs:element name="property" type="Property" maxOccurs="unbounded" />
  205. </xs:sequence>
  206. <xs:attribute name="name" type="xs:string" />
  207. </xs:complexType>
  208. <xs:complexType name="Color">
  209. <xs:all>
  210. <xs:element name="red" type="xs:integer" />
  211. <xs:element name="green" type="xs:integer" />
  212. <xs:element name="blue" type="xs:integer" />
  213. </xs:all>
  214. <xs:attribute name="alpha" type="xs:integer" />
  215. </xs:complexType>
  216. <xs:complexType name="GradientStop">
  217. <xs:sequence>
  218. <xs:element name="color" type="Color" />
  219. </xs:sequence>
  220. <xs:attribute name="position" type="xs:double" />
  221. </xs:complexType>
  222. <xs:complexType name="Gradient">
  223. <xs:sequence>
  224. <xs:element name="gradientStop" type="GradientStop" maxOccurs="unbounded" />
  225. </xs:sequence>
  226. <xs:attribute name="startx" type="xs:double" />
  227. <xs:attribute name="starty" type="xs:double" />
  228. <xs:attribute name="endx" type="xs:double" />
  229. <xs:attribute name="endy" type="xs:double" />
  230. <xs:attribute name="centralx" type="xs:double" />
  231. <xs:attribute name="centraly" type="xs:double" />
  232. <xs:attribute name="focalx" type="xs:double" />
  233. <xs:attribute name="focaly" type="xs:double" />
  234. <xs:attribute name="radius" type="xs:double" />
  235. <xs:attribute name="angle" type="xs:double" />
  236. <xs:attribute name="type" type="xs:string" />
  237. <xs:attribute name="spread" type="xs:string" />
  238. <xs:attribute name="coordinatemode" type="xs:string" />
  239. </xs:complexType>
  240. <xs:complexType name="Brush">
  241. <xs:choice>
  242. <xs:element name="color" type="Color" />
  243. <xs:element name="texture" type="Property" />
  244. <xs:element name="gradient" type="Gradient" />
  245. </xs:choice>
  246. <xs:attribute name="brushstyle" type="xs:string" />
  247. </xs:complexType>
  248. <xs:complexType name="ColorRole">
  249. <xs:sequence>
  250. <xs:element name="brush" type="Brush" />
  251. </xs:sequence>
  252. <xs:attribute name="role" type="xs:string" />
  253. </xs:complexType>
  254. <xs:complexType name="ColorGroup">
  255. <xs:sequence maxOccurs="unbounded">
  256. <xs:element name="colorrole" type="ColorRole" minOccurs="0" maxOccurs="unbounded" />
  257. <xs:element name="color" type="Color" minOccurs="0" maxOccurs="unbounded" />
  258. </xs:sequence>
  259. </xs:complexType>
  260. <xs:complexType name="Palette">
  261. <xs:all>
  262. <xs:element name="active" type="ColorGroup" />
  263. <xs:element name="inactive" type="ColorGroup" />
  264. <xs:element name="disabled" type="ColorGroup" />
  265. </xs:all>
  266. </xs:complexType>
  267. <xs:complexType name="Font">
  268. <xs:all>
  269. <xs:element name="family" type="xs:string" minOccurs="0" />
  270. <xs:element name="pointsize" type="xs:integer" minOccurs="0" />
  271. <xs:element name="weight" type="xs:integer" minOccurs="0" />
  272. <xs:element name="italic" type="xs:boolean" minOccurs="0" />
  273. <xs:element name="bold" type="xs:boolean" minOccurs="0" />
  274. <xs:element name="underline" type="xs:boolean" minOccurs="0" />
  275. <xs:element name="strikeout" type="xs:boolean" minOccurs="0" />
  276. <xs:element name="antialiasing" type="xs:boolean" minOccurs="0" />
  277. <xs:element name="stylestrategy" type="xs:string" minOccurs="0" />
  278. <xs:element name="kerning" type="xs:boolean" minOccurs="0" />
  279. </xs:all>
  280. </xs:complexType>
  281. <xs:complexType name="Point">
  282. <xs:all>
  283. <xs:element name="x" type="xs:integer" />
  284. <xs:element name="y" type="xs:integer" />
  285. </xs:all>
  286. </xs:complexType>
  287. <xs:complexType name="Rect">
  288. <xs:all>
  289. <xs:element name="x" type="xs:integer" />
  290. <xs:element name="y" type="xs:integer" />
  291. <xs:element name="width" type="xs:integer" />
  292. <xs:element name="height" type="xs:integer" />
  293. </xs:all>
  294. </xs:complexType>
  295. <xs:complexType name="Locale">
  296. <xs:attribute name="language" type="xs:string" />
  297. <xs:attribute name="country" type="xs:string" />
  298. </xs:complexType>
  299. <xs:complexType name="SizePolicy">
  300. <xs:all>
  301. <xs:element name="hsizetype" type="xs:integer" minOccurs="0" />
  302. <xs:element name="vsizetype" type="xs:integer" minOccurs="0" />
  303. <xs:element name="horstretch" type="xs:integer" />
  304. <xs:element name="verstretch" type="xs:integer" />
  305. </xs:all>
  306. <xs:attribute name="hsizetype" type="xs:string" />
  307. <xs:attribute name="vsizetype" type="xs:string" />
  308. </xs:complexType>
  309. <xs:complexType name="Size">
  310. <xs:all>
  311. <xs:element name="width" type="xs:integer" />
  312. <xs:element name="height" type="xs:integer" />
  313. </xs:all>
  314. </xs:complexType>
  315. <xs:complexType name="Date">
  316. <xs:all>
  317. <xs:element name="year" type="xs:integer" />
  318. <xs:element name="month" type="xs:integer" />
  319. <xs:element name="day" type="xs:integer" />
  320. </xs:all>
  321. </xs:complexType>
  322. <xs:complexType name="Time">
  323. <xs:all>
  324. <xs:element name="hour" type="xs:integer" />
  325. <xs:element name="minute" type="xs:integer" />
  326. <xs:element name="second" type="xs:integer" />
  327. </xs:all>
  328. </xs:complexType>
  329. <xs:complexType name="DateTime">
  330. <xs:all>
  331. <xs:element name="hour" type="xs:integer" />
  332. <xs:element name="minute" type="xs:integer" />
  333. <xs:element name="second" type="xs:integer" />
  334. <xs:element name="year" type="xs:integer" />
  335. <xs:element name="month" type="xs:integer" />
  336. <xs:element name="day" type="xs:integer" />
  337. </xs:all>
  338. </xs:complexType>
  339. <!-- <xs:complexType name="StringList">
  340. <xs:attribute name="notr" type="xs:string" />
  341. <xs:attribute name="comment" type="xs:string" />
  342. <xs:attribute name="extracomment" type="xs:string" />
  343. <xs:attribute name="id" type="xs:string" />
  344. <xs:sequence>
  345. <xs:element name="string" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
  346. </xs:sequence>
  347. </xs:complexType> -->
  348. <xs:complexType name="ResourcePixmap" mixed="true">
  349. <xs:attribute name="resource" type="xs:string" />
  350. <xs:attribute name="alias" type="xs:string" />
  351. </xs:complexType>
  352. <xs:complexType name="ResourceIcon" mixed="true">
  353. <xs:all>
  354. <xs:element name="normaloff" type="ResourcePixmap" minOccurs="0" />
  355. <xs:element name="normalon" type="ResourcePixmap" minOccurs="0" />
  356. <xs:element name="disabledoff" type="ResourcePixmap" minOccurs="0" />
  357. <xs:element name="disabledon" type="ResourcePixmap" minOccurs="0" />
  358. <xs:element name="activeoff" type="ResourcePixmap" minOccurs="0" />
  359. <xs:element name="activeon" type="ResourcePixmap" minOccurs="0" />
  360. <xs:element name="selectedoff" type="ResourcePixmap" minOccurs="0" />
  361. <xs:element name="selectedon" type="ResourcePixmap" minOccurs="0" />
  362. </xs:all>
  363. <xs:attribute name="theme" type="xs:string" />
  364. <xs:attribute name="resource" type="xs:string" /> <!-- pre 4.4 legacy support -->
  365. </xs:complexType>
  366. <xs:complexType name="String" mixed="true">
  367. <xs:attribute name="notr" type="xs:string" />
  368. <xs:attribute name="comment" type="xs:string" />
  369. <xs:attribute name="extracomment" type="xs:string" />
  370. <xs:attribute name="id" type="xs:string" />
  371. </xs:complexType>
  372. <xs:complexType name="PointF">
  373. <xs:all>
  374. <xs:element name="x" type="xs:double" />
  375. <xs:element name="y" type="xs:double" />
  376. </xs:all>
  377. </xs:complexType>
  378. <xs:complexType name="RectF">
  379. <xs:all>
  380. <xs:element name="x" type="xs:double" />
  381. <xs:element name="y" type="xs:double" />
  382. <xs:element name="width" type="xs:double" />
  383. <xs:element name="height" type="xs:double" />
  384. </xs:all>
  385. </xs:complexType>
  386. <xs:complexType name="SizeF">
  387. <xs:all>
  388. <xs:element name="width" type="xs:double" />
  389. <xs:element name="height" type="xs:double" />
  390. </xs:all>
  391. </xs:complexType>
  392. <xs:complexType name="Char">
  393. <xs:sequence>
  394. <xs:element name="unicode" type="xs:integer" />
  395. </xs:sequence>
  396. </xs:complexType>
  397. <xs:complexType name="Url">
  398. <xs:sequence>
  399. <xs:element name="string" type="String" />
  400. </xs:sequence>
  401. </xs:complexType>
  402. <xs:complexType name="Property">
  403. <xs:choice>
  404. <xs:element name="bool" type="xs:string" />
  405. <xs:element name="color" type="Color" />
  406. <xs:element name="cstring" type="xs:string" />
  407. <xs:element name="cursor" type="xs:integer" />
  408. <xs:element name="cursorshape" type="xs:string" />
  409. <xs:element name="enum" type="xs:string" />
  410. <xs:element name="font" type="Font" />
  411. <xs:element name="iconset" type="ResourceIcon" />
  412. <xs:element name="pixmap" type="ResourcePixmap" />
  413. <xs:element name="palette" type="Palette" />
  414. <xs:element name="point" type="Point" />
  415. <xs:element name="rect" type="Rect" />
  416. <xs:element name="set" type="xs:string" />
  417. <xs:element name="locale" type="Locale" />
  418. <xs:element name="sizepolicy" type="SizePolicy" />
  419. <xs:element name="size" type="Size" />
  420. <xs:element name="string" type="String" />
  421. <!-- <xs:element name="stringlist" type="StringList" /> -->
  422. <xs:element name="number" type="xs:integer" />
  423. <xs:element name="float" type="xs:float" />
  424. <xs:element name="double" type="xs:double" />
  425. <xs:element name="date" type="Date" />
  426. <xs:element name="time" type="Time" />
  427. <xs:element name="datetime" type="DateTime" />
  428. <xs:element name="pointf" type="PointF" />
  429. <xs:element name="rectf" type="RectF" />
  430. <xs:element name="sizef" type="SizeF" />
  431. <xs:element name="longlong" type="xs:long" />
  432. <xs:element name="char" type="Char" />
  433. <xs:element name="url" type="Url" />
  434. <xs:element name="uint" type="xs:unsignedInt" />
  435. <xs:element name="ulonglong" type="xs:unsignedLong" />
  436. <xs:element name="brush" type="Brush" />
  437. </xs:choice>
  438. <xs:attribute name="name" type="xs:string" />
  439. <xs:attribute name="stdset" type="xs:integer" />
  440. </xs:complexType>
  441. <xs:complexType name="Connections">
  442. <xs:sequence>
  443. <xs:element name="connection" type="Connection" minOccurs="0" maxOccurs="unbounded" />
  444. </xs:sequence>
  445. </xs:complexType>
  446. <xs:complexType name="Connection">
  447. <xs:all>
  448. <xs:element name="sender" type="xs:string" />
  449. <xs:element name="signal" type="xs:string" />
  450. <xs:element name="receiver" type="xs:string" />
  451. <xs:element name="slot" type="xs:string" />
  452. <xs:element name="hints" type="ConnectionHints" minOccurs="0" />
  453. </xs:all>
  454. </xs:complexType>
  455. <xs:complexType name="ConnectionHints">
  456. <xs:sequence>
  457. <xs:element name="hint" type="ConnectionHint" maxOccurs="unbounded" />
  458. </xs:sequence>
  459. </xs:complexType>
  460. <xs:complexType name="ConnectionHint">
  461. <xs:all>
  462. <xs:element name="x" type="xs:integer" />
  463. <xs:element name="y" type="xs:integer" />
  464. </xs:all>
  465. <xs:attribute name="type" type="xs:string" />
  466. </xs:complexType>
  467. <xs:complexType name="DesignerData">
  468. <xs:sequence>
  469. <xs:element name="property" type="Property" maxOccurs="unbounded" />
  470. </xs:sequence>
  471. </xs:complexType>
  472. <xs:complexType name="Slots">
  473. <xs:sequence maxOccurs="unbounded">
  474. <xs:element name="signal" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
  475. <xs:element name="slot" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
  476. </xs:sequence>
  477. </xs:complexType>
  478. <xs:complexType name="PropertySpecifications">
  479. <xs:sequence maxOccurs="unbounded">
  480. <xs:element name="tooltip" type="PropertyToolTip" minOccurs="0" maxOccurs="unbounded" />
  481. <xs:element name="stringpropertyspecification" type="StringPropertySpecification" minOccurs="0" maxOccurs="unbounded" />
  482. </xs:sequence>
  483. </xs:complexType>
  484. <xs:complexType name="PropertyToolTip">
  485. <xs:attribute name="name" type="xs:string" />
  486. </xs:complexType>
  487. <xs:complexType name="StringPropertySpecification">
  488. <xs:attribute name="name" type="xs:string" />
  489. <xs:attribute name="type" type="xs:string" />
  490. <xs:attribute name="notr" type="xs:string" />
  491. </xs:complexType>
  492. </xs:schema>