<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>
|