Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Element eml:BooleanExternalArray / eml:Values
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Reference to an HDF5 array of values.
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 values.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eml:BooleanExternalArray
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Array of Boolean values provided explicitly by an HDF5 dataset.
Diagram
DiagramBaseTypes_xsd_Complex_Type_eml_AbstractValueArray.tmp#AbstractValueArrayBaseTypes_xsd_Complex_Type_eml_AbstractBooleanArray.tmp#AbstractBooleanArrayBaseTypes_xsd_Complex_Type_eml_BooleanExternalArray.tmp#BooleanExternalArray_Values
Type extension of eml:AbstractBooleanArray
Type hierarchy
Model
Children eml:Values
Source
<xs:complexType name="BooleanExternalArray">
  <xs:annotation>
    <xs:documentation>Array of Boolean values provided explicitly by an HDF5 dataset.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractBooleanArray">
      <xs:sequence>
        <xs:element name="Values" type="eml:ExternalDataset" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Reference to an HDF5 array of values.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>