File: second_fault_tree.xml

package info (click to toggle)
scram 0.16.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,016 kB
  • sloc: xml: 120,766; cpp: 23,966; python: 1,256; ansic: 100; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<!--
This fault tree uses the top event and an event from the correct two
train fault tree.
-->
<opsa-mef>
  <define-fault-tree name="SecondTree">
    <define-gate name="root">
      <and>
        <gate name="TopEvent"/>
        <event name="ValveOne"/>
      </and>
    </define-gate>
  </define-fault-tree>
</opsa-mef>