Difference between revisions of "Core.Validation.CoreChk037"

From emotive
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
The [[OtxDataTypes|data type]]  of an element must be a [[Literal|literal]] to be the corresponding list type.
+
The [[Core.DataTypes|data type]]  of an element must be a [[Literals|literal]] to be the corresponding list type.
  
 
== Comments ==
 
== Comments ==
 
In a ListLitaral only the following are [[Term|terms]] allowed:
 
In a ListLitaral only the following are [[Term|terms]] allowed:
* [[IntegerLiteral]]
+
* [[Core.Terms.IntegerLiteral|IntegerLiteral]]
* [[FloatLiteral]]
+
* [[Core.Terms.FloatLiteral|FloatLiteral]]
* [[BooleanLiteral]]
+
* [[Core.Terms.BooleanLiteral|BooleanLiteral]]
* [[String literal]]
+
* [[Core.Terms.StringLiteral|StringLiteral]]
* [[ListLiteral]]
+
* [[Core.Terms.ListLiteral|ListLiteral]]
* [[MapLiteral]]
+
* [[Core.Terms.MapLiteral|MapLiteral]]

Latest revision as of 03:43, 17 February 2016

Classification

Name Core_Chk037
Class Core
Severity Critical
SpecifiedBy ISO 13209-3

Description

The data type of an element must be a literal to be the corresponding list type.

Comments

In a ListLitaral only the following are terms allowed: