Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element eml:ExternalDatasetPart / eml:Count
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_PositiveLong.tmp#PositiveLong
Type eml:PositiveLong
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minInclusive 1
Source
<xs:element name="Count" type="eml:PositiveLong" minOccurs="1" maxOccurs="1"/>
Element eml:ExternalDatasetPart / eml:PathInExternalFile
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
A string which is meaningful to the API which will store and retrieve data from the external file.

For an HDF file this is the path of the referenced dataset in the external file. The separator between groups and final dataset is a slash '/' in an hdf file.

For a LAS file this could be the list of mnemonics in the ~A block.

For a SEG-Y file this could be a list of trace headers.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String2000.tmp#String2000
Type eml:String2000
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 2000
Source
<xs:element name="PathInExternalFile" type="eml:String2000" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A string which is meaningful to the API which will store and retrieve data from the external file. For an HDF file this is the path of the referenced dataset in the external file. The separator between groups and final dataset is a slash '/' in an hdf file. For a LAS file this could be the list of mnemonics in the ~A block. For a SEG-Y file this could be a list of trace headers.</xs:documentation>
  </xs:annotation>
</xs:element>
Element eml:ExternalDatasetPart / eml:StartIndex
Namespace http://www.energistics.org/energyml/data/commonv2
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="StartIndex" type="eml:NonNegativeLong" minOccurs="1" maxOccurs="1"/>
Element eml:ExternalDatasetPart / eml:EpcExternalPartReference
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:EpcExternalPartReference 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:EpcExternalPartReference>
Source
<xs:element name="EpcExternalPartReference" type="eml:DataObjectReference" minOccurs="1" maxOccurs="1"/>
Complex Type eml:ExternalDatasetPart
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramObjectReference_xsd_Complex_Type_eml_ExternalDatasetPart.tmp#ExternalDatasetPart_CountObjectReference_xsd_Complex_Type_eml_ExternalDatasetPart.tmp#ExternalDatasetPart_PathInExternalFileObjectReference_xsd_Complex_Type_eml_ExternalDatasetPart.tmp#ExternalDatasetPart_StartIndexObjectReference_xsd_Complex_Type_eml_ExternalDatasetPart.tmp#ExternalDatasetPart_EpcExternalPartReference
Used by
Model
Children eml:Count, eml:EpcExternalPartReference, eml:PathInExternalFile, eml:StartIndex
Source
<xs:complexType name="ExternalDatasetPart">
  <xs:sequence>
    <xs:element name="Count" type="eml:PositiveLong" minOccurs="1" maxOccurs="1"/>
    <xs:element name="PathInExternalFile" type="eml:String2000" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>A string which is meaningful to the API which will store and retrieve data from the external file. For an HDF file this is the path of the referenced dataset in the external file. The separator between groups and final dataset is a slash '/' in an hdf file. For a LAS file this could be the list of mnemonics in the ~A block. For a SEG-Y file this could be a list of trace headers.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StartIndex" type="eml:NonNegativeLong" minOccurs="1" maxOccurs="1"/>
    <xs:element name="EpcExternalPartReference" type="eml:DataObjectReference" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>