Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Element eml:BooleanArrayFromIndexArray / eml:Count
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Total number of Boolean elements in the array. This number is different from the number of indices used to represent the array.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_PositiveLong.tmp#PositiveLong
Type eml:PositiveLong
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minInclusive 1
Source
<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>
Element eml:BooleanArrayFromIndexArray / eml:Indices
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Array of integer indices.

BUSINESS RULE: Must be non-negative.
Diagram
DiagramBaseTypes_xsd_Complex_Type_eml_AbstractValueArray.tmp#AbstractValueArrayBaseTypes_xsd_Complex_Type_eml_AbstractNumericArray.tmp#AbstractNumericArrayBaseTypes_xsd_Complex_Type_eml_AbstractIntegerArray.tmp#AbstractIntegerArray
Type eml:AbstractIntegerArray
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Source
<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>
Element eml:BooleanArrayFromIndexArray / eml:IndexIsTrue
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Indicates whether the specified elements are true or false.
Diagram
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.
Diagram
DiagramBaseTypes_xsd_Complex_Type_eml_AbstractValueArray.tmp#AbstractValueArrayBaseTypes_xsd_Complex_Type_eml_AbstractBooleanArray.tmp#AbstractBooleanArrayBaseTypes_xsd_Complex_Type_eml_BooleanArrayFromIndexArray.tmp#BooleanArrayFromIndexArray_CountBaseTypes_xsd_Complex_Type_eml_BooleanArrayFromIndexArray.tmp#BooleanArrayFromIndexArray_IndicesBaseTypes_xsd_Complex_Type_eml_BooleanArrayFromIndexArray.tmp#BooleanArrayFromIndexArray_IndexIsTrue
Type extension of eml:AbstractBooleanArray
Type hierarchy
Model
Children eml:Count, eml:IndexIsTrue, eml:Indices
Source
<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>