Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Complex Type eml:AbstractBooleanArray
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Generic representation of an array of Boolean values. Each derived element provides a specialized implementation to allow specific optimization of the representation.
Diagram
DiagramBaseTypes_xsd_Complex_Type_eml_AbstractValueArray.tmp#AbstractValueArray
Type extension of eml:AbstractValueArray
Type hierarchy
Properties
abstract true
Used by
Model
Source
<xs:complexType name="AbstractBooleanArray" abstract="true">
  <xs:annotation>
    <xs:documentation>Generic representation of an array of Boolean values. Each derived element provides a specialized implementation to allow specific optimization of the representation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractValueArray">
      <xs:sequence/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>