graph_relation_elements.xsd 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. <xs:annotation id="system_cache__graph_relation_elements___d185e3">
  7. <xs:documentation>Elementy do interpretacji przez silnik rysowania relacji/paszportyzacji</xs:documentation>
  8. </xs:annotation>
  9. <xs:complexType name="graphLinkComplex"
  10. id="system_cache__graph_relation_elements___d185e9">
  11. <xs:annotation id="system_cache__graph_relation_elements___d185e11">
  12. <xs:documentation>Situation:
  13. IF:
  14. DevicePortLinkL1/DevicePortL1 (2)
  15. Than 2 DevicePortLinkL1/DevicePortL1 are linked
  16. </xs:documentation>
  17. </xs:annotation>
  18. </xs:complexType>
  19. <xs:simpleType name="graphLink" id="system_cache__graph_relation_elements___d185e18">
  20. <xs:annotation id="system_cache__graph_relation_elements___d185e20">
  21. <xs:documentation>Situation:
  22. IF:
  23. DevicePortLinkL1/DevicePortL1 (2)
  24. Than 2 DevicePortLinkL1/DevicePortL1 are linked
  25. </xs:documentation>
  26. </xs:annotation>
  27. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e26"/>
  28. </xs:simpleType>
  29. <xs:simpleType name="graphLink2Childs"
  30. id="system_cache__graph_relation_elements___d185e29">
  31. <xs:annotation id="system_cache__graph_relation_elements___d185e31">
  32. <xs:documentation>Situation:
  33. IF:
  34. DevicePortLinkL1/DevicePortL1 (2)
  35. Than 2 DevicePortLinkL1/DevicePortL1 are linked
  36. </xs:documentation>
  37. </xs:annotation>
  38. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e37"/>
  39. </xs:simpleType>
  40. <xs:simpleType name="graphLinkChilds"
  41. id="system_cache__graph_relation_elements___d185e40">
  42. <xs:annotation id="system_cache__graph_relation_elements___d185e42">
  43. <xs:documentation>Make links on graphs for scenario:
  44. obj/FibreTube-graphNode
  45. obj/FibreThin/Part</xs:documentation>
  46. </xs:annotation>
  47. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e48"/>
  48. </xs:simpleType>
  49. <xs:simpleType name="graph2Links" id="system_cache__graph_relation_elements___d185e52">
  50. <xs:annotation id="system_cache__graph_relation_elements___d185e54">
  51. <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>
  52. </xs:annotation>
  53. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e60"/>
  54. </xs:simpleType>
  55. <xs:complexType name="graphNodeComplex"
  56. id="system_cache__graph_relation_elements___d185e63"/>
  57. <xs:simpleType name="graphNode" id="system_cache__graph_relation_elements___d185e65">
  58. <xs:annotation id="system_cache__graph_relation_elements___d185e67">
  59. <xs:documentation>This data type makes sens on logic-graph view.
  60. When used the node-point is placed on the graph with nearest parent's pf5:graphGroup simple-type node.</xs:documentation>
  61. </xs:annotation>
  62. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e73"/>
  63. </xs:simpleType>
  64. <xs:simpleType name="graphGroup" id="system_cache__graph_relation_elements___d185e76">
  65. <xs:annotation id="system_cache__graph_relation_elements___d185e78">
  66. <xs:documentation>This special data type makes that object is showed on logic graph as a group of parent objects ( box ) </xs:documentation>
  67. </xs:annotation>
  68. <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e84"/>
  69. </xs:simpleType>
  70. </xs:schema>