| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:system_cache__graph_relation_elements="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/graph_relation_elements.xsd"
- elementFormDefault="qualified"
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/graph_relation_elements.xsd"
- vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning">
- <xs:annotation id="system_cache__graph_relation_elements___d185e3">
- <xs:documentation>Elementy do interpretacji przez silnik rysowania relacji/paszportyzacji</xs:documentation>
- </xs:annotation>
- <xs:complexType name="graphLinkComplex"
- id="system_cache__graph_relation_elements___d185e9">
- <xs:annotation id="system_cache__graph_relation_elements___d185e11">
- <xs:documentation>Situation:
- IF:
- DevicePortLinkL1/DevicePortL1 (2)
- Than 2 DevicePortLinkL1/DevicePortL1 are linked
-
- </xs:documentation>
- </xs:annotation>
- </xs:complexType>
- <xs:simpleType name="graphLink" id="system_cache__graph_relation_elements___d185e18">
- <xs:annotation id="system_cache__graph_relation_elements___d185e20">
- <xs:documentation>Situation:
- IF:
- DevicePortLinkL1/DevicePortL1 (2)
- Than 2 DevicePortLinkL1/DevicePortL1 are linked
-
- </xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e26"/>
- </xs:simpleType>
- <xs:simpleType name="graphLink2Childs"
- id="system_cache__graph_relation_elements___d185e29">
- <xs:annotation id="system_cache__graph_relation_elements___d185e31">
- <xs:documentation>Situation:
- IF:
- DevicePortLinkL1/DevicePortL1 (2)
- Than 2 DevicePortLinkL1/DevicePortL1 are linked
- </xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e37"/>
- </xs:simpleType>
- <xs:simpleType name="graphLinkChilds"
- id="system_cache__graph_relation_elements___d185e40">
- <xs:annotation id="system_cache__graph_relation_elements___d185e42">
- <xs:documentation>Make links on graphs for scenario:
- obj/FibreTube-graphNode
- obj/FibreThin/Part</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e48"/>
- </xs:simpleType>
- <xs:simpleType name="graph2Links" id="system_cache__graph_relation_elements___d185e52">
- <xs:annotation id="system_cache__graph_relation_elements___d185e54">
- <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>
- </xs:annotation>
- <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e60"/>
- </xs:simpleType>
- <xs:complexType name="graphNodeComplex"
- id="system_cache__graph_relation_elements___d185e63"/>
- <xs:simpleType name="graphNode" id="system_cache__graph_relation_elements___d185e65">
- <xs:annotation id="system_cache__graph_relation_elements___d185e67">
- <xs:documentation>This data type makes sens on logic-graph view.
- When used the node-point is placed on the graph with nearest parent's pf5:graphGroup simple-type node.</xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e73"/>
- </xs:simpleType>
- <xs:simpleType name="graphGroup" id="system_cache__graph_relation_elements___d185e76">
- <xs:annotation id="system_cache__graph_relation_elements___d185e78">
- <xs:documentation>This special data type makes that object is showed on logic graph as a group of parent objects ( box ) </xs:documentation>
- </xs:annotation>
- <xs:restriction base="xs:string" id="system_cache__graph_relation_elements___d185e84"/>
- </xs:simpleType>
- </xs:schema>
|