Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element eml:IntegerConstantArray / eml:Value
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Values inside all the elements of the array.
Diagram
Diagram
Type xs:long
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Value" type="xs:long" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Values inside all the elements of the array.</xs:documentation>
  </xs:annotation>
</xs:element>
Element eml:IntegerConstantArray / eml:Count
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Size of 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>Size of the array.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eml:IntegerConstantArray
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Represents an array of integer values where all values are identical. This an optimization for which an array of explicit integer values is not required.
Diagram
DiagramBaseTypes_xsd_Complex_Type_eml_AbstractValueArray.tmp#AbstractValueArrayBaseTypes_xsd_Complex_Type_eml_AbstractNumericArray.tmp#AbstractNumericArrayBaseTypes_xsd_Complex_Type_eml_AbstractIntegerArray.tmp#AbstractIntegerArrayBaseTypes_xsd_Complex_Type_eml_IntegerConstantArray.tmp#IntegerConstantArray_ValueBaseTypes_xsd_Complex_Type_eml_IntegerConstantArray.tmp#IntegerConstantArray_Count
Type extension of eml:AbstractIntegerArray
Type hierarchy
Used by
Model
Children eml:Count, eml:Value
Source
<xs:complexType name="IntegerConstantArray">
  <xs:annotation>
    <xs:documentation>Represents an array of integer values where all values are identical. This an optimization for which an array of explicit integer values is not required.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractIntegerArray">
      <xs:sequence>
        <xs:element name="Value" type="xs:long" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Values inside all the elements of the array.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Count" type="eml:PositiveLong" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Size of the array.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>