Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element eml:PropertyKindDictionary / eml:PropertyKind
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Defines which property kind are contained into a property kind dictionary.
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_PropertyKind.tmp#http___www.energistics.org_energyml_data_commonv2_PropertyKind_IsAbstractCommonTypes_xsd_Complex_Type_eml_PropertyKind.tmp#http___www.energistics.org_energyml_data_commonv2_PropertyKind_DeprecationDateCommonTypes_xsd_Complex_Type_eml_PropertyKind.tmp#http___www.energistics.org_energyml_data_commonv2_PropertyKind_QuantityClassCommonTypes_xsd_Complex_Type_eml_PropertyKind.tmp#http___www.energistics.org_energyml_data_commonv2_PropertyKind_ParentCommonTypes_xsd_Complex_Type_eml_PropertyKind.tmp#http___www.energistics.org_energyml_data_commonv2_PropertyKind
Type eml:PropertyKind
Type hierarchy
Properties
content complex
minOccurs 2
maxOccurs unbounded
Model
Children eml:Aliases, eml:Citation, eml:CustomData, eml:DeprecationDate, eml:ExtensionNameValue, eml:IsAbstract, eml:Parent, eml:QuantityClass
Instance
<eml:PropertyKind existenceKind="" objectVersion="" schemaVersion="" uuid="" xmlns:eml="http://www.energistics.org/energyml/data/commonv2">
  <eml:Aliases authority="">{0,unbounded}</eml:Aliases>
  <eml:Citation>{1,1}</eml:Citation>
  <eml:CustomData>{0,1}</eml:CustomData>
  <eml:ExtensionNameValue>{0,unbounded}</eml:ExtensionNameValue>
  <eml:IsAbstract>{1,1}</eml:IsAbstract>
  <eml:DeprecationDate>{0,1}</eml:DeprecationDate>
  <eml:QuantityClass>{1,1}</eml:QuantityClass>
  <eml:Parent>{0,1}</eml:Parent>
</eml:PropertyKind>
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:element name="PropertyKind" type="eml:PropertyKind" minOccurs="2" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Defines which property kind are contained into a property kind dictionary.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eml:PropertyKindDictionary
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
This dictionary defines property kind which is intended to handle the requirements of the upstream oil and gas industry.
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_PropertyKindDictionary.tmp#http___www.energistics.org_energyml_data_commonv2_PropertyKindDictionary_PropertyKind
Type extension of eml:AbstractObject
Type hierarchy
Used by
Model
Children eml:Aliases, eml:Citation, eml:CustomData, eml:ExtensionNameValue, eml:PropertyKind
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="PropertyKindDictionary">
  <xs:annotation>
    <xs:documentation>This dictionary defines property kind which is intended to handle the requirements of the upstream oil and gas industry.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="eml:AbstractObject">
      <xs:sequence>
        <xs:element name="PropertyKind" type="eml:PropertyKind" minOccurs="2" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Defines which property kind are contained into a property kind dictionary.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>