<xs:element name="TimeIndexStart" type="eml:NonNegativeLong" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>The index of the start time in the time series, if not zero.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SimulatorTimeStep" type="eml:AbstractIntegerArray" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Simulation time step for each time index</xs:documentation></xs:annotation></xs:element>
When UseInterval is true, the values are associated with each time intervals between two consecutive time entries instead of each individual time entry. As a consequence the dimension of the value array corresponding to the time series is the number of entry in the series minus one.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
1
maxOccurs
1
Source
<xs:element name="UseInterval" type="xs:boolean" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>When UseInterval is true, the values are associated with each time intervals between two consecutive time entries instead of each individual time entry. As a consequence the dimension of the value array corresponding to the time series is the number of entry in the series minus one.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="TimeIndices"><xs:annotation><xs:documentation>Indices into a time series. Used to specify time. (Not to be confused with time step.)</xs:documentation></xs:annotation><xs:sequence><xs:element name="TimeIndexCount" type="eml:PositiveLong" minOccurs="1" maxOccurs="1"/><xs:element name="TimeIndexStart" type="eml:NonNegativeLong" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>The index of the start time in the time series, if not zero.</xs:documentation></xs:annotation></xs:element><xs:element name="SimulatorTimeStep" type="eml:AbstractIntegerArray" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Simulation time step for each time index</xs:documentation></xs:annotation></xs:element><xs:element name="UseInterval" type="xs:boolean" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>When UseInterval is true, the values are associated with each time intervals between two consecutive time entries instead of each individual time entry. As a consequence the dimension of the value array corresponding to the time series is the number of entry in the series minus one.</xs:documentation></xs:annotation></xs:element><xs:element name="TimeSeries" type="eml:DataObjectReference" minOccurs="1" maxOccurs="1"/></xs:sequence></xs:complexType>