Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element diggs:LineStringType / diggs:datumReference
Namespace http://diggsml.org/schema-dev
Annotations
The type of local or permanent reference datum for
vertical gravity based (i.e., elevation and vertical depth) and
measured depth coordinates within the context of a borehole or well.
Adopts terminology from eml:WellBoreDatumReference.The datum is
aassociated with the origin (first point) of the linear
extent.
Diagram
DiagramCommonEnumerations_xsd_Simple_Type_eml_WellboreDatumReference.tmp#WellboreDatumReference
Type eml:WellboreDatumReference
Type hierarchy
Properties
content simple
minOccurs 0
Facets
maxLength 64
enumeration ground level
enumeration kelly bushing
enumeration mean sea level
A tidal datum. The arithmetic mean of hourly heights observed over the National Tidal Datum Epoch (19 years).
enumeration derrick floor
enumeration casing flange
A flange affixed to the top of the casing string used to attach production equipment.
enumeration crown valve
enumeration rotary bushing
enumeration rotary table
enumeration sea floor
enumeration lowest astronomical tide
The lowest tide level over the duration of the National Tidal Datum Epoch (19 years).
enumeration mean higher high water
A tidal datum. The average of the higher high water height of each tidal day observed over the National Tidal Datum Epoch (19 years).
enumeration mean high water
A tidal datum. The average of all the high water heights observed over the National Tidal Datum Epoch (19 years).
enumeration mean lower low water
A tidal datum. The average of the lower low water height of each tidal day observed over the National Tidal Datum Epoch (19 years).
enumeration mean low water
A tidal datum. The average of all the low water heights observed over the National Tidal Datum Epoch (19 years).
enumeration mean tide level
A tidal datum. The arithmetic mean of mean high water and mean low water. Same as half-tide level.
enumeration kickoff point
This value is not expected to be used in most typical situations. All reasonable attempts should be made to determine the appropriate value.
Source
<element minOccurs="0" name="datumReference" type="eml:WellboreDatumReference">
  <annotation>
    <documentation>The type of local or permanent reference datum for vertical gravity based (i.e., elevation and vertical depth) and measured depth coordinates within the context of a borehole or well. Adopts terminology from eml:WellBoreDatumReference.The datum is aassociated with the origin (first point) of the linear extent.</documentation>
  </annotation>
</element>
Element diggs:LineStringType / diggs:uncertainty
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Element_diggs_LocationUncertainty.tmp#LocationUncertaintyKernel_xsd_Complex_Type_diggs_LocationUncertaintyPropertyType.tmp#LocationUncertaintyPropertyType
Type diggs:LocationUncertaintyPropertyType
Properties
content complex
minOccurs 0
Model
Children diggs:LocationUncertainty
Instance
<diggs:uncertainty xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:LocationUncertainty gml:id="" xml:lang="">{1,1}</diggs:LocationUncertainty>
</diggs:uncertainty>
Source
<element minOccurs="0" name="uncertainty" type="diggs:LocationUncertaintyPropertyType"/>
Complex Type diggs:LineStringType
Namespace http://diggsml.org/schema-dev
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_descriptionReference.tmp#descriptionReferencegml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifiergml3_2Profile_diggs_xsd_Element_gml_name.tmp#namegml3_2Profile_diggs_xsd_Element_Group_gml_StandardObjectProperties.tmp#StandardObjectPropertiesgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractGMLType.tmp#AbstractGMLTypegml3_2Profile_diggs_xsd_Attribute_Group_gml_SRSReferenceGroup.tmp#SRSReferenceGroupgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractGeometryType.tmp#http___www.opengis.net_gml_3.2_AbstractGeometryTypegml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptionKernel_xsd_Complex_Type_diggs_AbstractGeometryType.tmp#AbstractGeometryTypeKernel_xsd_Complex_Type_diggs_AbstractGeometricPrimitiveType.tmp#AbstractGeometricPrimitiveTypeKernel_xsd_Complex_Type_diggs_AbstractCurveType.tmp#AbstractCurveTypegml3_2Profile_diggs_xsd_Element_gml_posList.tmp#posListKernel_xsd_Complex_Type_diggs_LineStringType.tmp#LineStringType_datumReferenceKernel_xsd_Complex_Type_diggs_LineStringType.tmp#LineStringType_uncertainty
Type extension of diggs:AbstractCurveType
Type hierarchy
Used by
Model
Children diggs:datumReference, diggs:uncertainty, gml:description, gml:posList
Attributes
QName Type Use Annotation
axisLabels gml:NCNameList optional
gml:id ID required
Database handle for the object. It is of XML type ID, so is constrained to be
unique in the XML document within which it occurs. An external identifier for the object in
the form of a URI may be constructed using standard XML and XPointer methods. This is done
by concatenating the URI for the document, a fragment separator, and the value of the id
attribute.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="LineStringType">
  <complexContent>
    <extension base="diggs:AbstractCurveType">
      <sequence>
        <choice>
          <element ref="gml:posList"/>
          <!--DSB restricted from profile
            <element ref="gml:coordinates"/>
            -->
        </choice>
        <element minOccurs="0" name="datumReference" type="eml:WellboreDatumReference">
          <annotation>
            <documentation>The type of local or permanent reference datum for vertical gravity based (i.e., elevation and vertical depth) and measured depth coordinates within the context of a borehole or well. Adopts terminology from eml:WellBoreDatumReference.The datum is aassociated with the origin (first point) of the linear extent.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="uncertainty" type="diggs:LocationUncertaintyPropertyType"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>