graphml.xsd 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns="http://graphml.graphdrawing.org/xmlns"
  3. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  6. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  7. xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
  8. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  9. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  10. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  11. targetNamespace="http://graphml.graphdrawing.org/xmlns"
  12. xmlns:g="http://graphml.graphdrawing.org/xmlns"
  13. elementFormDefault="qualified"
  14. attributeFormDefault="unqualified">
  15. <xs:annotation>
  16. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  17. This document defines the GraphML language including GraphML attributes and GraphML parseinfo.
  18. </xs:documentation>
  19. </xs:annotation>
  20. <xs:redefine schemaLocation="http://graphml.graphdrawing.org/xmlns/1.1/graphml-structure.xsd"><!-- redefinition as in graphml-attributes.xsd -->
  21. <xs:attributeGroup name="key.extra.attrib">
  22. <xs:attributeGroup ref="key.extra.attrib"/>
  23. <xs:attributeGroup ref="key.attributes.attrib"/>
  24. </xs:attributeGroup>
  25. <!-- redefinition as in graphml-parseinfo.xsd -->
  26. <xs:attributeGroup name="graph.extra.attrib">
  27. <xs:attributeGroup ref="graph.extra.attrib"/>
  28. <xs:attributeGroup ref="graph.parseinfo.attrib"/>
  29. </xs:attributeGroup>
  30. <xs:attributeGroup name="node.extra.attrib">
  31. <xs:attributeGroup ref="node.extra.attrib"/>
  32. <xs:attributeGroup ref="node.parseinfo.attrib"/>
  33. </xs:attributeGroup>
  34. </xs:redefine>
  35. <!-- types as in graphml-attributes.xsd -->
  36. <xs:simpleType name="key.name.type"
  37. final="#all"
  38. id="d15e957___d15e95800-1_key.name.t">
  39. <xs:annotation>
  40. <xs:documentation source="http://graphml.graphdrawing.org/(Dokumentation der Attributes Erweiterung; entsprechende Stelle.html)"
  41. xml:lang="en">
  42. Simple type for the attr.name attribute of key. key.name.type is final, that is, it may not be extended or restricted. key.name.type is a restriction of xs:NMTOKEN Allowed values: (no restriction)
  43. </xs:documentation>
  44. </xs:annotation>
  45. <xs:restriction base="xs:NMTOKEN"/>
  46. </xs:simpleType>
  47. <xs:simpleType name="key.type.type"
  48. final="#all"
  49. id="d15e957___d15e95805-1_key.type.t">
  50. <xs:annotation>
  51. <xs:documentation source="http://graphml.graphdrawing.org/(Dokumentation der Attributes Erweiterung; entsprechende Stelle.html)"
  52. xml:lang="en">
  53. Simple type for the attr.type attribute of key. key.type.type is final, that is, it may not be extended or restricted. key.type.type is a restriction of xs:NMTOKEN Allowed values: boolean, int, long, float, double, string.
  54. </xs:documentation>
  55. </xs:annotation>
  56. <xs:restriction base="xs:NMTOKEN">
  57. <xs:enumeration value="boolean"/>
  58. <xs:enumeration value="int"/>
  59. <xs:enumeration value="long"/>
  60. <xs:enumeration value="float"/>
  61. <xs:enumeration value="double"/>
  62. <xs:enumeration value="string"/>
  63. </xs:restriction>
  64. </xs:simpleType>
  65. <xs:attributeGroup name="key.attributes.attrib">
  66. <xs:annotation>
  67. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  68. Definition of the attribute group key.attributes.attrib. This group consists of the two optional attributes - attr.name (gives the name for the data function) - attr.type ((declares the range of values for the data function)
  69. </xs:documentation>
  70. </xs:annotation>
  71. <xs:attribute name="attr.name"
  72. type="key.name.type"
  73. use="optional"
  74. id="d15e957___d15e95820-1_attr.name"/>
  75. <xs:attribute name="attr.type"
  76. type="key.type.type"
  77. use="optional"
  78. id="d15e957___d15e95821-1_attr.type"/>
  79. </xs:attributeGroup>
  80. <!-- types as in graphml-parseinfo.xsd -->
  81. <xs:annotation>
  82. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  83. Simple type definitions for the new graph attributes.
  84. </xs:documentation>
  85. </xs:annotation>
  86. <xs:simpleType name="graph.order.type"
  87. final="#all"
  88. id="d15e957___d15e95826-1_graph.orde">
  89. <xs:annotation>
  90. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  91. Simple type for the parse.order attribute of graph. graph.order.type is final, that is, it may not be extended or restricted. graph.order.type is a restriction of xs:NMTOKEN Allowed values: free, nodesfirst, adjacencylist.
  92. </xs:documentation>
  93. </xs:annotation>
  94. <xs:restriction base="xs:NMTOKEN">
  95. <xs:enumeration value="free"/>
  96. <xs:enumeration value="nodesfirst"/>
  97. <xs:enumeration value="adjacencylist"/>
  98. </xs:restriction>
  99. </xs:simpleType>
  100. <xs:simpleType name="graph.nodes.type"
  101. final="#all"
  102. id="d15e957___d15e95834-1_graph.node">
  103. <xs:annotation>
  104. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  105. Simple type for the parse.nodes attribute of graph. graph.nodes.type is final, that is, it may not be extended or restricted. graph.nodes.type is a restriction of xs:nonNegativeInteger Allowed values: (no restriction).
  106. </xs:documentation>
  107. </xs:annotation>
  108. <xs:restriction base="xs:nonNegativeInteger"/>
  109. </xs:simpleType>
  110. <xs:simpleType name="graph.edges.type"
  111. final="#all"
  112. id="d15e957___d15e95839-1_graph.edge">
  113. <xs:annotation>
  114. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  115. Simple type for the parse.edges attribute of graph. graph.edges.type is final, that is, it may not be extended or restricted. graph.edges.type is a restriction of xs:nonNegativeInteger Allowed values: (no restriction).
  116. </xs:documentation>
  117. </xs:annotation>
  118. <xs:restriction base="xs:nonNegativeInteger"/>
  119. </xs:simpleType>
  120. <xs:simpleType name="graph.maxindegree.type"
  121. final="#all"
  122. id="d15e957___d15e95845-1_graph.maxi">
  123. <xs:annotation>
  124. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  125. Simple type for the parse.maxindegree attribute of graph. graph.maxindegree.type is final, that is, it may not be extended or restricted. graph.maxindegree.type is a restriction of xs:nonNegativeInteger Allowed values: (no restriction).
  126. </xs:documentation>
  127. </xs:annotation>
  128. <xs:restriction base="xs:nonNegativeInteger"/>
  129. </xs:simpleType>
  130. <xs:simpleType name="graph.maxoutdegree.type"
  131. final="#all"
  132. id="d15e957___d15e95850-1_graph.maxo">
  133. <xs:annotation>
  134. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  135. Simple type for the parse.maxoutdegree attribute of graph. graph.maxoutdegree.type is final, that is, it may not be extended or restricted. graph.maxoutdegree.type is a restriction of xs:nonNegativeInteger Allowed values: (no restriction).
  136. </xs:documentation>
  137. </xs:annotation>
  138. <xs:restriction base="xs:nonNegativeInteger"/>
  139. </xs:simpleType>
  140. <xs:simpleType name="graph.nodeids.type"
  141. final="#all"
  142. id="d15e957___d15e95855-1_graph.node">
  143. <xs:annotation>
  144. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  145. Simple type for the parse.nodeids attribute of graph. graph.nodeids.type is final, that is, it may not be extended or restricted. graph.nodeids.type is a restriction of xs:string Allowed values: (no restriction).
  146. </xs:documentation>
  147. </xs:annotation>
  148. <xs:restriction base="xs:NMTOKEN">
  149. <xs:enumeration value="canonical"/>
  150. <xs:enumeration value="free"/>
  151. </xs:restriction>
  152. </xs:simpleType>
  153. <xs:simpleType name="graph.edgeids.type"
  154. final="#all"
  155. id="d15e957___d15e95862-1_graph.edge">
  156. <xs:annotation>
  157. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  158. Simple type for the parse.edgeids attribute of graph. graph.edgeids.type is final, that is, it may not be extended or restricted. graph.edgeids.type is a restriction of xs:string Allowed values: (no restriction).
  159. </xs:documentation>
  160. </xs:annotation>
  161. <xs:restriction base="xs:NMTOKEN">
  162. <xs:enumeration value="canonical"/>
  163. <xs:enumeration value="free"/>
  164. </xs:restriction>
  165. </xs:simpleType>
  166. <xs:attributeGroup name="graph.parseinfo.attrib">
  167. <xs:annotation>
  168. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  169. Definition of the attribute group graph.parseinfo.attrib. This group consists of the seven attributes - parse.nodeids (fixed to 'canonical' meaning that the id attribute of node follows the pattern 'n[number]), - parse.edgeids (fixed to 'canonical' meaning that the id attribute of edge follows the pattern 'e[number]), - parse.order (required; one of the values 'nodesfirst', 'adjacencylist' or 'free'), - parse.nodes (required; number of nodes in this graph), - parse.edges (required; number of edges in this graph), - parse.maxindegree (optional; maximal indegree of a node in this graph), - parse.maxoutdegree (optional; maximal outdegree of a node in this graph)
  170. </xs:documentation>
  171. </xs:annotation>
  172. <xs:attribute name="parse.nodeids"
  173. type="graph.nodeids.type"
  174. id="d15e957___d15e95873-1_parse.node"/>
  175. <xs:attribute name="parse.edgeids"
  176. type="graph.edgeids.type"
  177. id="d15e957___d15e95874-1_parse.edge"/>
  178. <xs:attribute name="parse.order"
  179. type="graph.order.type"
  180. id="d15e957___d15e95875-1_parse.orde"/>
  181. <xs:attribute name="parse.nodes"
  182. type="graph.nodes.type"
  183. id="d15e957___d15e95876-1_parse.node"/>
  184. <xs:attribute name="parse.edges"
  185. type="graph.edges.type"
  186. id="d15e957___d15e95877-1_parse.edge"/>
  187. <xs:attribute name="parse.maxindegree"
  188. type="graph.maxindegree.type"
  189. use="optional"
  190. id="d15e957___d15e95878-1_parse.maxi"/>
  191. <xs:attribute name="parse.maxoutdegree"
  192. type="graph.maxoutdegree.type"
  193. use="optional"
  194. id="d15e957___d15e95879-1_parse.maxo"/>
  195. </xs:attributeGroup>
  196. <xs:annotation>
  197. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  198. Simple type definitions for the new node attributes.
  199. </xs:documentation>
  200. </xs:annotation>
  201. <xs:simpleType name="node.indegree.type"
  202. final="#all"
  203. id="d15e957___d15e95883-1_node.indeg">
  204. <xs:annotation>
  205. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  206. Simple type for the parse.indegree attribute of node. node.indegree.type is final, that is, it may not be extended or restricted. node.indegree.type is a restriction of xs:nonNegativeInteger Allowed values: (no restriction).
  207. </xs:documentation>
  208. </xs:annotation>
  209. <xs:restriction base="xs:nonNegativeInteger"/>
  210. </xs:simpleType>
  211. <xs:simpleType name="node.outdegree.type"
  212. final="#all"
  213. id="d15e957___d15e95888-1_node.outde">
  214. <xs:annotation>
  215. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  216. Simple type for the parse.outdegree attribute of node. node.outdegree.type is final, that is, it may not be extended or restricted. node.outdegree.type is a restriction of xs:nonNegativeInteger Allowed values: (no restriction).
  217. </xs:documentation>
  218. </xs:annotation>
  219. <xs:restriction base="xs:nonNegativeInteger"/>
  220. </xs:simpleType>
  221. <xs:attributeGroup name="node.parseinfo.attrib">
  222. <xs:annotation>
  223. <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
  224. Definition of the attribute group node.parseinfo.attrib. This group consists of two attributes - parse.indegree (optional; indegree of this node), - parse.outdegree (optional; outdegree of this node).
  225. </xs:documentation>
  226. </xs:annotation>
  227. <xs:attribute name="parse.indegree"
  228. type="node.indegree.type"
  229. use="optional"
  230. id="d15e957___d15e95897-1_parse.inde"/>
  231. <xs:attribute name="parse.outdegree"
  232. type="node.outdegree.type"
  233. use="optional"
  234. id="d15e957___d15e95898-1_parse.outd"/>
  235. </xs:attributeGroup>
  236. </xs:schema>
  237. <!--<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  238. elementFormDefault="qualified" targetNamespace="http://www.yworks.com/xml/graphml"
  239. xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:y="http://www.yworks.com/xml/graphml"
  240. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  241. <xs:import namespace="http://graphml.graphdrawing.org/xmlns" schemaLocation="xmlns.xsd"/>
  242. <xs:import namespace="http://www.w3.org/2001/XMLSchema-instance" schemaLocation="xsi.xsd"/>
  243. <xs:element name="GenericEdge">
  244. <xs:complexType>
  245. <xs:sequence>
  246. <xs:element ref="y:Path"/>
  247. <xs:element ref="y:LineStyle"/>
  248. <xs:element ref="y:Arrows"/>
  249. </xs:sequence>
  250. <xs:attribute name="configuration" use="required" type="xs:NCName"/>
  251. </xs:complexType>
  252. </xs:element>
  253. <xs:element name="GenericNode">
  254. <xs:complexType>
  255. <xs:sequence>
  256. <xs:element ref="y:Geometry"/>
  257. <xs:element ref="y:Fill"/>
  258. <xs:element ref="y:BorderStyle"/>
  259. <xs:element ref="y:NodeLabel"/>
  260. </xs:sequence>
  261. <xs:attribute name="configuration" use="required" type="xs:NCName"/>
  262. </xs:complexType>
  263. </xs:element>
  264. <xs:element name="PolyLineEdge">
  265. <xs:complexType>
  266. <xs:sequence>
  267. <xs:element ref="y:Path"/>
  268. <xs:element ref="y:LineStyle"/>
  269. <xs:element ref="y:Arrows"/>
  270. <xs:element ref="y:BendStyle"/>
  271. </xs:sequence>
  272. </xs:complexType>
  273. </xs:element>
  274. <xs:element name="BendStyle">
  275. <xs:complexType>
  276. <xs:attribute name="smoothed" use="required" type="xs:boolean"/>
  277. </xs:complexType>
  278. </xs:element>
  279. <xs:element name="ProxyAutoBoundsNode">
  280. <xs:complexType>
  281. <xs:sequence>
  282. <xs:element ref="y:Realizers"/>
  283. </xs:sequence>
  284. </xs:complexType>
  285. </xs:element>
  286. <xs:element name="Realizers">
  287. <xs:complexType>
  288. <xs:choice>
  289. <xs:element maxOccurs="unbounded" ref="y:GroupNode"/>
  290. <xs:element maxOccurs="unbounded" ref="y:GenericGroupNode"/>
  291. </xs:choice>
  292. <xs:attribute name="active" use="required" type="xs:integer"/>
  293. </xs:complexType>
  294. </xs:element>
  295. <xs:element name="GroupNode">
  296. <xs:complexType>
  297. <xs:sequence>
  298. <xs:element ref="y:Geometry"/>
  299. <xs:element ref="y:Fill"/>
  300. <xs:element ref="y:BorderStyle"/>
  301. <xs:element ref="y:NodeLabel"/>
  302. <xs:element ref="y:Shape"/>
  303. <xs:element ref="y:State"/>
  304. <xs:element ref="y:Insets"/>
  305. <xs:element ref="y:BorderInsets"/>
  306. </xs:sequence>
  307. </xs:complexType>
  308. </xs:element>
  309. <xs:element name="Shape">
  310. <xs:complexType>
  311. <xs:attribute name="type" use="required" type="xs:NCName"/>
  312. </xs:complexType>
  313. </xs:element>
  314. <xs:element name="GenericGroupNode">
  315. <xs:complexType>
  316. <xs:sequence>
  317. <xs:element ref="y:Geometry"/>
  318. <xs:element ref="y:Fill"/>
  319. <xs:element ref="y:BorderStyle"/>
  320. <xs:element ref="y:NodeLabel"/>
  321. <xs:element ref="y:State"/>
  322. <xs:element ref="y:Insets"/>
  323. <xs:element ref="y:BorderInsets"/>
  324. </xs:sequence>
  325. <xs:attribute name="configuration" use="required" type="xs:NCName"/>
  326. </xs:complexType>
  327. </xs:element>
  328. <xs:element name="Resources">
  329. <xs:complexType/>
  330. </xs:element>
  331. <xs:element name="Geometry">
  332. <xs:complexType>
  333. <xs:attribute name="height" use="required" type="xs:decimal"/>
  334. <xs:attribute name="width" use="required" type="xs:decimal"/>
  335. <xs:attribute name="x" use="required" type="xs:decimal"/>
  336. <xs:attribute name="y" use="required" type="xs:decimal"/>
  337. </xs:complexType>
  338. </xs:element>
  339. <xs:element name="Fill">
  340. <xs:complexType>
  341. <xs:attribute name="color" use="required"/>
  342. <xs:attribute name="color2"/>
  343. <xs:attribute name="transparent" use="required" type="xs:boolean"/>
  344. </xs:complexType>
  345. </xs:element>
  346. <xs:element name="BorderStyle">
  347. <xs:complexType>
  348. <xs:attribute name="color"/>
  349. <xs:attribute name="hasColor" type="xs:boolean"/>
  350. <xs:attribute name="type" use="required" type="xs:NCName"/>
  351. <xs:attribute name="width" use="required" type="xs:decimal"/>
  352. </xs:complexType>
  353. </xs:element>
  354. <xs:element name="NodeLabel">
  355. <xs:complexType mixed="true">
  356. <xs:choice minOccurs="0" maxOccurs="unbounded">
  357. <xs:element ref="y:LabelModel"/>
  358. <xs:element ref="y:ModelParameter"/>
  359. </xs:choice>
  360. <xs:attribute name="alignment" use="required" type="xs:NCName"/>
  361. <xs:attribute name="autoSizePolicy" use="required" type="xs:NCName"/>
  362. <xs:attribute name="backgroundColor"/>
  363. <xs:attribute name="borderDistance" type="xs:decimal"/>
  364. <xs:attribute name="fontFamily" use="required" type="xs:NCName"/>
  365. <xs:attribute name="fontSize" use="required" type="xs:integer"/>
  366. <xs:attribute name="fontStyle" use="required" type="xs:NCName"/>
  367. <xs:attribute name="hasBackgroundColor" type="xs:boolean"/>
  368. <xs:attribute name="hasLineColor" use="required" type="xs:boolean"/>
  369. <xs:attribute name="height" use="required" type="xs:decimal"/>
  370. <xs:attribute name="horizontalTextPosition" use="required" type="xs:NCName"/>
  371. <xs:attribute name="iconTextGap" use="required" type="xs:integer"/>
  372. <xs:attribute name="modelName" use="required" type="xs:NCName"/>
  373. <xs:attribute name="modelPosition" type="xs:NCName"/>
  374. <xs:attribute name="textColor" use="required"/>
  375. <xs:attribute name="verticalTextPosition" use="required" type="xs:NCName"/>
  376. <xs:attribute name="visible" use="required" type="xs:boolean"/>
  377. <xs:attribute name="width" use="required" type="xs:decimal"/>
  378. <xs:attribute name="x" use="required" type="xs:decimal"/>
  379. <xs:attribute name="y" use="required" type="xs:decimal"/>
  380. </xs:complexType>
  381. </xs:element>
  382. <xs:element name="LabelModel">
  383. <xs:complexType>
  384. <xs:sequence>
  385. <xs:element ref="y:SmartNodeLabelModel"/>
  386. </xs:sequence>
  387. </xs:complexType>
  388. </xs:element>
  389. <xs:element name="SmartNodeLabelModel">
  390. <xs:complexType>
  391. <xs:attribute name="distance" use="required" type="xs:decimal"/>
  392. </xs:complexType>
  393. </xs:element>
  394. <xs:element name="ModelParameter">
  395. <xs:complexType>
  396. <xs:sequence>
  397. <xs:element ref="y:SmartNodeLabelModelParameter"/>
  398. </xs:sequence>
  399. </xs:complexType>
  400. </xs:element>
  401. <xs:element name="SmartNodeLabelModelParameter">
  402. <xs:complexType>
  403. <xs:attribute name="labelRatioX" use="required" type="xs:decimal"/>
  404. <xs:attribute name="labelRatioY" use="required" type="xs:decimal"/>
  405. <xs:attribute name="nodeRatioX" use="required" type="xs:decimal"/>
  406. <xs:attribute name="nodeRatioY" use="required" type="xs:decimal"/>
  407. <xs:attribute name="offsetX" use="required" type="xs:decimal"/>
  408. <xs:attribute name="offsetY" use="required" type="xs:decimal"/>
  409. <xs:attribute name="upX" use="required" type="xs:decimal"/>
  410. <xs:attribute name="upY" use="required" type="xs:decimal"/>
  411. </xs:complexType>
  412. </xs:element>
  413. <xs:element name="State">
  414. <xs:complexType>
  415. <xs:attribute name="autoResize" type="xs:boolean"/>
  416. <xs:attribute name="closed" use="required" type="xs:boolean"/>
  417. <xs:attribute name="closedHeight" use="required" type="xs:decimal"/>
  418. <xs:attribute name="closedWidth" use="required" type="xs:decimal"/>
  419. <xs:attribute name="innerGraphDisplayEnabled" type="xs:boolean"/>
  420. </xs:complexType>
  421. </xs:element>
  422. <xs:element name="Insets">
  423. <xs:complexType>
  424. <xs:attribute name="bottom" use="required" type="xs:integer"/>
  425. <xs:attribute name="bottomF" use="required" type="xs:decimal"/>
  426. <xs:attribute name="left" use="required" type="xs:integer"/>
  427. <xs:attribute name="leftF" use="required" type="xs:decimal"/>
  428. <xs:attribute name="right" use="required" type="xs:integer"/>
  429. <xs:attribute name="rightF" use="required" type="xs:decimal"/>
  430. <xs:attribute name="top" use="required" type="xs:integer"/>
  431. <xs:attribute name="topF" use="required" type="xs:decimal"/>
  432. </xs:complexType>
  433. </xs:element>
  434. <xs:element name="BorderInsets">
  435. <xs:complexType>
  436. <xs:attribute name="bottom" use="required" type="xs:integer"/>
  437. <xs:attribute name="bottomF" use="required" type="xs:double"/>
  438. <xs:attribute name="left" use="required" type="xs:integer"/>
  439. <xs:attribute name="leftF" use="required" type="xs:decimal"/>
  440. <xs:attribute name="right" use="required" type="xs:integer"/>
  441. <xs:attribute name="rightF" use="required" type="xs:decimal"/>
  442. <xs:attribute name="top" use="required" type="xs:integer"/>
  443. <xs:attribute name="topF" use="required" type="xs:double"/>
  444. </xs:complexType>
  445. </xs:element>
  446. <xs:element name="Path">
  447. <xs:complexType>
  448. <xs:sequence>
  449. <xs:element minOccurs="0" maxOccurs="unbounded" ref="y:Point"/>
  450. </xs:sequence>
  451. <xs:attribute name="sx" use="required" type="xs:decimal"/>
  452. <xs:attribute name="sy" use="required" type="xs:decimal"/>
  453. <xs:attribute name="tx" use="required" type="xs:decimal"/>
  454. <xs:attribute name="ty" use="required" type="xs:decimal"/>
  455. </xs:complexType>
  456. </xs:element>
  457. <xs:element name="Point">
  458. <xs:complexType>
  459. <xs:attribute name="x" use="required" type="xs:decimal"/>
  460. <xs:attribute name="y" use="required" type="xs:decimal"/>
  461. </xs:complexType>
  462. </xs:element>
  463. <xs:element name="LineStyle">
  464. <xs:complexType>
  465. <xs:attribute name="color" use="required"/>
  466. <xs:attribute name="type" use="required" type="xs:NCName"/>
  467. <xs:attribute name="width" use="required" type="xs:decimal"/>
  468. </xs:complexType>
  469. </xs:element>
  470. <xs:element name="Arrows">
  471. <xs:complexType>
  472. <xs:attribute name="source" use="required" type="xs:NCName"/>
  473. <xs:attribute name="target" use="required" type="xs:NCName"/>
  474. </xs:complexType>
  475. </xs:element>
  476. </xs:schema>-->