Jump to: navigation, search

Difference between revisions of "SYSCLS COMMISSIONINGOPTIONALCHECK"


(Created page with "{{ClassificationInfoBox | title = Redlined file classification | name = {{PAGENAMEE}} | inheritance = - | namespace = System.Classification | purpose = Classify objects as a (...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{DeprecatedStartTag}}
 
{{ClassificationInfoBox
 
{{ClassificationInfoBox
 
| title = Redlined file classification
 
| title = Redlined file classification
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
| inheritance = -
+
| inheritance = SYSCLS_COMMISSIONINGCHECK
 
| namespace = System.Classification
 
| namespace = System.Classification
| purpose = Classify objects as a (mandatory) commissioning check item
+
| purpose = Classify objects as an optional commissioning check item
 
| version = 2.4.3+
 
| version = 2.4.3+
 
| id = {0000553A-B6E2-455C-A04E-2BE9E9DA6868}
 
| id = {0000553A-B6E2-455C-A04E-2BE9E9DA6868}
 
}}
 
}}
  
Classifies an object as a mandatory commissioning check item. This means the commissioning check is only fullfilled if the user reported a value or reported the check to be not applicable.
+
Classifies an object as a optional commissioning check item. This means the commissioning check is can be fullfilled if the user reported a value or reported the check to be not applicable.
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 18: Line 19:
 
| ''VALUE'' || {{Undefined}} (any value type is allowed) || Specifies the reported value (inherited)
 
| ''VALUE'' || {{Undefined}} (any value type is allowed) || Specifies the reported value (inherited)
 
|-
 
|-
| ''NOTAPPLICABLE'' || {{Boolean}} || Specifies the reported value (inherited)
+
| ''NOTAPPLICABLE'' || {{Boolean}} || Specifies if the item is not applicable (inherited)
 
|}
 
|}
  
[[Category:Classifications|R]]
+
== See also ==
 +
* [[SYSCLS_COMMISSIONINGCHECK]]
 +
* [[SYSCLS_COMMISSIONINGWORKPACKAGE]]
 +
 
 +
{{Category/Version|2.4.3}}
 +
 
 +
[[Category:2.4.3|SYSCLS COMMISSIONINGOPTIONALCHECK]]

Latest revision as of 13:02, 7 August 2024

TimeAlert Icon.PNG
THIS WIKI AREA IS DEPRECATED
This content is no longer being maintained and may be outdated.


IC CLASSIFICATION.gif Redlined file classification
Name SYSCLS_COMMISSIONINGOPTIONALCHECK
Inheritance SYSCLS_COMMISSIONINGCHECK
Namespace System.Classification
ID {0000553A-B6E2-455C-A04E-2BE9E9DA6868}
Purpose Classify objects as an optional commissioning check item
Version 2.4.3+

Classifies an object as a optional commissioning check item. This means the commissioning check is can be fullfilled if the user reported a value or reported the check to be not applicable.

MetaProperties

Name Data type Comment
VALUE Undefined (any value type is allowed) Specifies the reported value (inherited)
NOTAPPLICABLE Boolean Specifies if the item is not applicable (inherited)

See also