Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type eml:ExistenceKind
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
A list of lifecycle states like actual, required, planned, predicted, etc. These are used to qualify any top-level element (from Epicentre 2.1).
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration actual
The object actually exists (from Epicentre 2.1).
enumeration planned
The object exists only in the planning stage (from Epicentre 2.1).
enumeration simulated
Created, artificially, as an artifact of processing, to replace or to stand for one or more similar objects. Often referred to as model (from Epicentre 2.1).
Used by
Source
<xs:simpleType name="ExistenceKind">
  <xs:annotation>
    <xs:documentation>A list of lifecycle states like actual, required, planned, predicted, etc. These are used to qualify any top-level element (from Epicentre 2.1).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="actual">
      <xs:annotation>
        <xs:documentation>The object actually exists (from Epicentre 2.1).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="planned">
      <xs:annotation>
        <xs:documentation>The object exists only in the planning stage (from Epicentre 2.1).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="simulated">
      <xs:annotation>
        <xs:documentation>Created, artificially, as an artifact of processing, to replace or to stand for one or more similar objects. Often referred to as model (from Epicentre 2.1).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>