Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element eml:TvdInterval / eml:TvdTop
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure_uomMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure
Type eml:LengthMeasure
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
uom eml:LengthUom required
Source
<xs:element name="TvdTop" type="eml:LengthMeasure" minOccurs="1" maxOccurs="1"/>
Element eml:TvdInterval / eml:TvdBase
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
True vertical depth at the base of the interval
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure_uomMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure
Type eml:LengthMeasure
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
uom eml:LengthUom required
Source
<xs:element name="TvdBase" type="eml:LengthMeasure" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>True vertical depth at the base of the interval</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eml:TvdInterval
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Complex_Type_eml_TvdInterval.tmp#TvdInterval_datumBaseTypes_xsd_Complex_Type_eml_TvdInterval.tmp#TvdInterval_TvdTopBaseTypes_xsd_Complex_Type_eml_TvdInterval.tmp#TvdInterval_TvdBase
Model
Children eml:TvdBase, eml:TvdTop
Attributes
QName Type Use
datum eml:String64 required
Source
<xs:complexType name="TvdInterval">
  <xs:sequence>
    <xs:element name="TvdTop" type="eml:LengthMeasure" minOccurs="1" maxOccurs="1"/>
    <xs:element name="TvdBase" type="eml:LengthMeasure" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>True vertical depth at the base of the interval</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="datum" use="required" type="eml:String64"/>
</xs:complexType>
Attribute eml:TvdInterval / @datum
Namespace No namespace
Type eml:String64
Type hierarchy
Properties
use required
Facets
maxLength 64
Used by
Complex Type eml:TvdInterval
Source
<xs:attribute name="datum" use="required" type="eml:String64"/>