Description
This element is used to specify a value for the priority of a rule. A low value means a high priority. This means that the rule takes a lower priority the higher this value is. |
D positiveInteger P M [1:999999999] |
Type
Restriction of xs:positiveInteger
Diagram
Overview
|
PRIO Restriction of xs:positiveInteger
This element is used to specify a value for the priority of a rule. A low value means a high priority. This means that the rule takes a lower priority the higher this value is. |
D positiveInteger P M [1:999999999] |
|
Source
<xs:element name="PRIO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">neu IDM 2.4
Priorität von Prüfungen
Am Artikel können nur Decisions mit niedriger Priorität hinzu bzw. ausgeschaltet werden
Mehrere DECISIONS können auf einem gleichen Priolevel liegen
</xs:documentation>
<xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:maxInclusive value="999999999" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|
See Also