Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element eml:TimeIndex / eml:Index
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The index of the time in the time series.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_NonNegativeLong.tmp#NonNegativeLong
Type eml:NonNegativeLong
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minInclusive 0
Source
<xs:element name="Index" type="eml:NonNegativeLong" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The index of the time in the time series.</xs:documentation>
  </xs:annotation>
</xs:element>
Element eml:TimeIndex / eml:TimeSeries
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_ContentTypeObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_TitleObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_UuidObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_UuidAuthorityObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_UriObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_VersionStringObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference
Type eml:DataObjectReference
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children eml:ContentType, eml:Title, eml:Uri, eml:Uuid, eml:UuidAuthority, eml:VersionString
Instance
<eml:TimeSeries xmlns:eml="http://www.energistics.org/energyml/data/commonv2">
  <eml:ContentType>{1,1}</eml:ContentType>
  <eml:Title>{1,1}</eml:Title>
  <eml:Uuid>{1,1}</eml:Uuid>
  <eml:UuidAuthority>{0,1}</eml:UuidAuthority>
  <eml:Uri>{0,1}</eml:Uri>
  <eml:VersionString>{0,1}</eml:VersionString>
</eml:TimeSeries>
Source
<xs:element name="TimeSeries" type="eml:DataObjectReference" minOccurs="1" maxOccurs="1"/>
Complex Type eml:TimeIndex
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Index into a time series. Used to specify time. (Not to be confused with time step.)
Diagram
DiagramCommonTypes_xsd_Complex_Type_eml_TimeIndex.tmp#TimeIndex_IndexCommonTypes_xsd_Complex_Type_eml_TimeIndex.tmp#TimeIndex_TimeSeries
Used by
Model
Children eml:Index, eml:TimeSeries
Source
<xs:complexType name="TimeIndex">
  <xs:annotation>
    <xs:documentation>Index into a time series. Used to specify time. (Not to be confused with time step.)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Index" type="eml:NonNegativeLong" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The index of the time in the time series.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TimeSeries" type="eml:DataObjectReference" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>