Skip to content

Commit 32c6669

Browse files
committed
Add "probability" & "occurrence" in importance report
The idea is borrowed from XFTA.
1 parent 2b09b52 commit 32c6669

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

mef/report_layer.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ The following importance factors are long-established and commonly calculated:
124124

125125
The definitions of these factors can be found in PSA/PRA literature.
126126

127+
In addition to the importance factors,
128+
this report section may contain
129+
the evaluated probability of an event and
130+
the number of products it occurs in.
131+
127132
.. literalinclude:: schema/importance_factors.rnc
128133
:name: schema_importance_factors
129134
:caption: The RNC schema for the XML representation of importance factors

mef/schema/importance_factors.rnc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ importance =
99
importance-event =
1010
element basic-event {
1111
name,
12+
attribute occurrence { xsd:nonNegativeInteger }?,
13+
attribute probability { xsd:double }?,
1214
attribute DIF { xsd:double }?,
1315
attribute MIF { xsd:double }?,
1416
attribute CIF { xsd:double }?,

0 commit comments

Comments
 (0)