Criticality Element: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 23: Line 23:
* The SelectedCriticalityIssue element is required and must contain an existing valid issue.
* The SelectedCriticalityIssue element is required and must contain an existing valid issue.


* The CriticalityType element is required. It must contain an existing criticality type (CritTypeName is minimum required. Combination of CrtitTypeName and CritTypeDescription must match a criticality type).
* The CriticalityType element is required. It must contain an existing criticality type. (CritTypeName is minimum required. Combination of CrtitTypeName and CritTypeDescription must match a criticality type.)


* The CriticalityStep (Integer) element is optional.
* The CriticalityStep (Integer) element is optional.


* The CriticalityDisplayOrder (Integer) element is optional.
* The CriticalityDisplayOrder (Integer) element is optional.

Revision as of 18:13, 22 October 2013

XML Element

<Criticality>

<SelectedCriticalityIssue>
<Issue IssueTypeID= >
<Description />
</Issue>
</SelectedCriticalityIssue>
<CriticalityType>
<CritTypeName />
<CritTypeDescription />
</CriticalityType>
<CriticalityStep />
<CriticalityDisplayOrder />

</Criticality>


Description

  • The Criticality element is optional.
  • The SelectedCriticalityIssue element is required and must contain an existing valid issue.
  • The CriticalityType element is required. It must contain an existing criticality type. (CritTypeName is minimum required. Combination of CrtitTypeName and CritTypeDescription must match a criticality type.)
  • The CriticalityStep (Integer) element is optional.
  • The CriticalityDisplayOrder (Integer) element is optional.