Skip to content

Commit

Permalink
Add "probability" & "occurrence" in importance report
Browse files Browse the repository at this point in the history
The idea is borrowed from XFTA.
  • Loading branch information
rakhimov committed Oct 4, 2017
1 parent 2b09b52 commit 32c6669
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mef/report_layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ The following importance factors are long-established and commonly calculated:

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

In addition to the importance factors,
this report section may contain
the evaluated probability of an event and
the number of products it occurs in.

.. literalinclude:: schema/importance_factors.rnc
:name: schema_importance_factors
:caption: The RNC schema for the XML representation of importance factors
Expand Down
2 changes: 2 additions & 0 deletions mef/schema/importance_factors.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ importance =
importance-event =
element basic-event {
name,
attribute occurrence { xsd:nonNegativeInteger }?,
attribute probability { xsd:double }?,
attribute DIF { xsd:double }?,
attribute MIF { xsd:double }?,
attribute CIF { xsd:double }?,
Expand Down

0 comments on commit 32c6669

Please sign in to comment.