Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Element eml:IntegerExternalArray / eml:NullValue
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
Diagram
Type xs:long
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="NullValue" type="xs:long" minOccurs="1" maxOccurs="1"/>
Element eml:IntegerExternalArray / eml:Values
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Reference to an HDF5 array of integers or doubles.
Diagram
DiagramObjectReference_xsd_Complex_Type_eml_ExternalDataset.tmp#ExternalDataset_ExternalFileProxyObjectReference_xsd_Complex_Type_eml_ExternalDataset.tmp#ExternalDataset
Type eml:ExternalDataset
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children eml:ExternalFileProxy
Instance
<eml:Values xmlns:eml="http://www.energistics.org/energyml/data/commonv2">
  <eml:ExternalFileProxy>{1,unbounded}</eml:ExternalFileProxy>
</eml:Values>
Source
<xs:element name="Values" type="eml:ExternalDataset" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Reference to an HDF5 array of integers or doubles.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eml:IntegerExternalArray
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Array of integer values provided explicitly by an HDF5 dataset. The null value must be  explicitly provided in the NullValue attribute of this class.
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_IntegerExternalArray.tmp#IntegerExternalArray_NullValueBaseTypes_xsd_Complex_Type_eml_IntegerExternalArray.tmp#IntegerExternalArray_Values
Type extension of eml:AbstractIntegerArray
Type hierarchy
Model
Children eml:NullValue, eml:Values
Source
<xs:complexType name="IntegerExternalArray">
  <xs:annotation>
    <xs:documentation>Array of integer values provided explicitly by an HDF5 dataset. The null value must be explicitly provided in the NullValue attribute of this class.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractIntegerArray">
      <xs:sequence>
        <xs:element name="NullValue" type="xs:long" minOccurs="1" maxOccurs="1"/>
        <xs:element name="Values" type="eml:ExternalDataset" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Reference to an HDF5 array of integers or doubles.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>