Difference between revisions of "Core.Validation.CoreChk037"
Jump to navigation
Jump to search
m (Hb moved page Core.OtxValidation.CoreChk037 to Core.Validation.CoreChk037: #3153) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
== Description == | == Description == | ||
− | The [[ | + | 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]] |
− | * [[ | + | * [[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: