14.6.14 BooleanArrayFromIndexArray

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1
Stereotypes:XSDcomplexType

An array of Boolean values defined by specifying explicitly which indices in the array are either true or false. This class is used to represent very sparse true or false data.

Table 14.6.14-1 Attributes

Name

Data Type

Notes

Indices

AbstractIntegerArray

Array of integer indices.

BUSINESS RULE: Must be non-negative.

Count

positiveInteger

Total number of Boolean elements in the array. This number is different from the number of indices used to represent the array.

IndexIsTrue

boolean

Indicates whether the specified elements are true or false.

Derived From: AbstractBooleanArray

Derived Classes: (none)

Relationships: None