Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element eml:TimeSeries / eml:Time
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Individual times composing the series. The list ordering is used by the time index.
Diagram
DiagramCommonTypes_xsd_Complex_Type_eml_GeologicTime.tmp#GeologicTime_AgeOffsetAttributeCommonTypes_xsd_Complex_Type_eml_GeologicTime.tmp#GeologicTime_DateTimeCommonTypes_xsd_Complex_Type_eml_GeologicTime.tmp#GeologicTime
Type eml:GeologicTime
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children eml:AgeOffsetAttribute, eml:DateTime
Instance
<eml:Time xmlns:eml="http://www.energistics.org/energyml/data/commonv2">
  <eml:AgeOffsetAttribute>{0,1}</eml:AgeOffsetAttribute>
  <eml:DateTime>{1,1}</eml:DateTime>
</eml:Time>
Source
<xs:element name="Time" type="eml:GeologicTime" minOccurs="1" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Individual times composing the series. The list ordering is used by the time index.</xs:documentation>
  </xs:annotation>
</xs:element>
Element eml:TimeSeries / eml:TimeSeriesParentage
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramCommonTypes_xsd_Complex_Type_eml_TimeSeriesParentage.tmp#TimeSeriesParentage_HasOverlapCommonTypes_xsd_Complex_Type_eml_TimeSeriesParentage.tmp#TimeSeriesParentage_ParentTimeIndexCommonTypes_xsd_Complex_Type_eml_TimeSeriesParentage.tmp#TimeSeriesParentage
Type eml:TimeSeriesParentage
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children eml:HasOverlap, eml:ParentTimeIndex
Instance
<eml:TimeSeriesParentage xmlns:eml="http://www.energistics.org/energyml/data/commonv2">
  <eml:HasOverlap>{1,1}</eml:HasOverlap>
  <eml:ParentTimeIndex>{1,1}</eml:ParentTimeIndex>
</eml:TimeSeriesParentage>
Source
<xs:element name="TimeSeriesParentage" type="eml:TimeSeriesParentage" minOccurs="0" maxOccurs="1"/>
Complex Type eml:TimeSeries
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Stores an ordered list of times, for example, for time-dependent properties, geometries, or representations. It is used in conjunction with the time index to specify times for RESQML.
Diagram
DiagramAbstract_xsd_Complex_Type_eml_AbstractObject.tmp#http___www.energistics.org_energyml_data_commonv2_AbstractObject_objectVersionAbstract_xsd_Complex_Type_eml_AbstractObject.tmp#http___www.energistics.org_energyml_data_commonv2_AbstractObject_schemaVersionAbstract_xsd_Complex_Type_eml_AbstractObject.tmp#http___www.energistics.org_energyml_data_commonv2_AbstractObject_uuidAbstract_xsd_Complex_Type_eml_AbstractObject.tmp#http___www.energistics.org_energyml_data_commonv2_AbstractObject_existenceKindAbstract_xsd_Complex_Type_eml_AbstractObject.tmp#http___www.energistics.org_energyml_data_commonv2_AbstractObject_AliasesAbstract_xsd_Complex_Type_eml_AbstractObject.tmp#http___www.energistics.org_energyml_data_commonv2_AbstractObject_CitationAbstract_xsd_Complex_Type_eml_AbstractObject.tmp#http___www.energistics.org_energyml_data_commonv2_AbstractObject_CustomDataAbstract_xsd_Complex_Type_eml_AbstractObject.tmp#http___www.energistics.org_energyml_data_commonv2_AbstractObject_ExtensionNameValueAbstract_xsd_Complex_Type_eml_AbstractObject.tmp#http___www.energistics.org_energyml_data_commonv2_AbstractObjectCommonTypes_xsd_Complex_Type_eml_TimeSeries.tmp#http___www.energistics.org_energyml_data_commonv2_TimeSeries_TimeCommonTypes_xsd_Complex_Type_eml_TimeSeries.tmp#http___www.energistics.org_energyml_data_commonv2_TimeSeries_TimeSeriesParentage
Type extension of eml:AbstractObject
Type hierarchy
Used by
Element eml:TimeSeries
Model
Children eml:Aliases, eml:Citation, eml:CustomData, eml:ExtensionNameValue, eml:Time, eml:TimeSeriesParentage
Attributes
QName Type Use Annotation
existenceKind eml:ExistenceKind optional
A lifecycle state like actual, required, planned, predicted, etc. This is used to qualify any top-level element (from Epicentre 2.1).
objectVersion eml:String64 optional
schemaVersion eml:String64 required
uuid eml:UuidString required
Source
<xs:complexType name="TimeSeries">
  <xs:annotation>
    <xs:documentation>Stores an ordered list of times, for example, for time-dependent properties, geometries, or representations. It is used in conjunction with the time index to specify times for RESQML.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractObject">
      <xs:sequence>
        <xs:element name="Time" type="eml:GeologicTime" minOccurs="1" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Individual times composing the series. The list ordering is used by the time index.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="TimeSeriesParentage" type="eml:TimeSeriesParentage" minOccurs="0" maxOccurs="1"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>