<xs:element name="TotalIndexCount" type="eml:PositiveLong" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Total number of integer elements in the array. This number is different from the number of Boolean mask values used to represent the array.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Mask" type="eml:AbstractBooleanArray" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Boolean mask. A true element indicates that the index is included on the list of integer values.</xs:documentation></xs:annotation></xs:element>
Complex Type eml:IntegerArrayFromBooleanMaskArray
Namespace
http://www.energistics.org/energyml/data/commonv2
Annotations
One-dimensional array of integer values obtained from the true elements of the Boolean mask.
<xs:complexType name="IntegerArrayFromBooleanMaskArray"><xs:annotation><xs:documentation>One-dimensional array of integer values obtained from the true elements of the Boolean mask.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="eml:AbstractIntegerArray"><xs:sequence><xs:element name="TotalIndexCount" type="eml:PositiveLong" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Total number of integer elements in the array. This number is different from the number of Boolean mask values used to represent the array.</xs:documentation></xs:annotation></xs:element><xs:element name="Mask" type="eml:AbstractBooleanArray" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>Boolean mask. A true element indicates that the index is included on the list of integer values.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>