Showing:

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