Showing:

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