Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Element eml:StringExternalArray / eml:Values
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Reference to HDF5 array of integer or double
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 HDF5 array of integer or double</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eml:StringExternalArray
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Used to store explicit string values, i.e., values that are not double, boolean or integers. The datatype of the values will be identified by means of the HDF5 API.
Diagram
DiagramBaseTypes_xsd_Complex_Type_eml_AbstractValueArray.tmp#AbstractValueArrayBaseTypes_xsd_Complex_Type_eml_AbstractStringArray.tmp#AbstractStringArrayBaseTypes_xsd_Complex_Type_eml_StringExternalArray.tmp#StringExternalArray_Values
Type extension of eml:AbstractStringArray
Type hierarchy
Model
Children eml:Values
Source
<xs:complexType name="StringExternalArray">
  <xs:annotation>
    <xs:documentation>Used to store explicit string values, i.e., values that are not double, boolean or integers. The datatype of the values will be identified by means of the HDF5 API.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractStringArray">
      <xs:sequence>
        <xs:element name="Values" type="eml:ExternalDataset" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Reference to HDF5 array of integer or double</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>