<xs:element name="Count" type="eml:PositiveLong" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Total number of Boolean elements in the array. This number is different from the number of indices used to represent the array.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Indices" type="eml:AbstractIntegerArray" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Array of integer indices. BUSINESS RULE: Must be non-negative.</xs:documentation></xs:annotation></xs:element>
Indicates whether the specified elements are true or false.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
1
maxOccurs
1
Source
<xs:element name="IndexIsTrue" type="xs:boolean" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Indicates whether the specified elements are true or false.</xs:documentation></xs:annotation></xs:element>
Complex Type eml:BooleanArrayFromIndexArray
Namespace
http://www.energistics.org/energyml/data/commonv2
Annotations
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.
<xs:complexType name="BooleanArrayFromIndexArray"><xs:annotation><xs:documentation>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.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="eml:AbstractBooleanArray"><xs:sequence><xs:element name="Count" type="eml:PositiveLong" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Total number of Boolean elements in the array. This number is different from the number of indices used to represent the array.</xs:documentation></xs:annotation></xs:element><xs:element name="Indices" type="eml:AbstractIntegerArray" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Array of integer indices. BUSINESS RULE: Must be non-negative.</xs:documentation></xs:annotation></xs:element><xs:element name="IndexIsTrue" type="xs:boolean" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Indicates whether the specified elements are true or false.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>