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