graph_relation_elements.xsd 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:system_cache__graph_relation_elements="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/graph_relation_elements.xsd"
  4. elementFormDefault="qualified"
  5. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/graph_relation_elements.xsd"
  6. vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
  7. <xs:annotation id="system_cache__graph_relation_elements___d185e3">
  8. <xs:documentation>Elementy do interpretacji przez silnik rysowania relacji/paszportyzacji</xs:documentation>
  9. </xs:annotation>
  10. <xs:complexType name="graphLinkComplex"
  11. id="system_cache__graph_relation_elements___d185e9">
  12. <xs:annotation id="system_cache__graph_relation_elements___d185e11">
  13. <xs:documentation>Situation:
  14. IF:
  15. DevicePortLinkL1/DevicePortL1 (2)
  16. Than 2 DevicePortLinkL1/DevicePortL1 are linked
  17. </xs:documentation>
  18. </xs:annotation>
  19. </xs:complexType>
  20. <xs:simpleType name="graphLink" id="system_cache__graph_relation_elements___d185e18">
  21. <xs:annotation id="system_cache__graph_relation_elements___d185e20">
  22. <xs:documentation>Situation:
  23. IF:
  24. DevicePortLinkL1/DevicePortL1 (2)
  25. Than 2 DevicePortLinkL1/DevicePortL1 are linked
  26. </xs:documentation>
  27. </xs:annotation>
  28. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e26"/>
  29. </xs:simpleType>
  30. <xs:simpleType name="graphLink2Childs"
  31. id="system_cache__graph_relation_elements___d185e29">
  32. <xs:annotation id="system_cache__graph_relation_elements___d185e31">
  33. <xs:documentation>Situation:
  34. IF:
  35. DevicePortLinkL1/DevicePortL1 (2)
  36. Than 2 DevicePortLinkL1/DevicePortL1 are linked
  37. </xs:documentation>
  38. </xs:annotation>
  39. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e37"/>
  40. </xs:simpleType>
  41. <xs:simpleType name="graphLinkChilds"
  42. id="system_cache__graph_relation_elements___d185e40">
  43. <xs:annotation id="system_cache__graph_relation_elements___d185e42">
  44. <xs:documentation>Make links on graphs for scenario:
  45. obj/FibreTube-graphNode
  46. obj/FibreThin/Part</xs:documentation>
  47. </xs:annotation>
  48. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e48"/>
  49. </xs:simpleType>
  50. <xs:simpleType name="graph2Links" id="system_cache__graph_relation_elements___d185e52">
  51. <xs:annotation id="system_cache__graph_relation_elements___d185e54">
  52. <xs:documentation>special link which makes two links . If we have object A1, A2, and B1, than links are make between A1--B1 and B1--A2</xs:documentation>
  53. </xs:annotation>
  54. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e60"/>
  55. </xs:simpleType>
  56. <xs:complexType name="graphNodeComplex"
  57. id="system_cache__graph_relation_elements___d185e63"/>
  58. <xs:simpleType name="graphNode" id="system_cache__graph_relation_elements___d185e65">
  59. <xs:annotation id="system_cache__graph_relation_elements___d185e67">
  60. <xs:documentation>This data type makes sens on logic-graph view.
  61. When used the node-point is placed on the graph with nearest parent's pf5:graphGroup simple-type node.</xs:documentation>
  62. </xs:annotation>
  63. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e73"/>
  64. </xs:simpleType>
  65. <xs:simpleType name="graphGroup" id="system_cache__graph_relation_elements___d185e76">
  66. <xs:annotation id="system_cache__graph_relation_elements___d185e78">
  67. <xs:documentation>This special data type makes that object is showed on logic graph as a group of parent objects ( box ) </xs:documentation>
  68. </xs:annotation>
  69. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e84"/>
  70. </xs:simpleType>
  71. </xs:schema>