Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:ReferentType / diggs:name
Namespace http://diggsml.org/schemas/3
Annotations
The identifier or name used for this referent. Examples:
- "GS" (ground surface)
- "KB" (kelly bushing)
- "RT" (rotary table)
- "SF" (seafloor)
- "TOC" (top of core)
- "BOC" (bottom of core)
Diagram
Diagram
Properties
minOccurs 0
maxOccurs 1
Source
<element maxOccurs="1" minOccurs="0" name="name">
  <annotation>
    <documentation>The identifier or name used for this referent. Examples: - "GS" (ground surface) - "KB" (kelly bushing) - "RT" (rotary table) - "SF" (seafloor) - "TOC" (top of core) - "BOC" (bottom of core)</documentation>
  </annotation>
</element>
Element diggs:ReferentType / diggs:referentType
Namespace http://diggsml.org/schemas/3
Annotations
Type of referent point (e.g., groundSurface, kellyBushing, 
kickoffPoint, topOfCore, bottomOfCore). Defines the physical 
or logical meaning of the reference point.
                                
See ReferentTypeEnum for complete list of standard geotechnical 
and geophysical referent types.
Diagram
DiagramLinearReferencing_xsd_Simple_Type_diggs_ReferentTypeEnumType.tmp#ReferentTypeEnumType
Type diggs:ReferentTypeEnumType
Properties
content simple
Source
<element name="referentType" type="diggs:ReferentTypeEnumType">
  <annotation>
    <documentation>Type of referent point (e.g., groundSurface, kellyBushing, kickoffPoint, topOfCore, bottomOfCore). Defines the physical or logical meaning of the reference point. See ReferentTypeEnum for complete list of standard geotechnical and geophysical referent types.</documentation>
  </annotation>
</element>
Element diggs:ReferentType / diggs:position
Namespace http://diggsml.org/schemas/3
Annotations
The spatial position of this referent, given in some coordinate 
system (typically a geographic or projected CRS).
                                
Provides the absolute 3D coordinates of the referent point, 
enabling transformation between linear reference coordinates 
and geographic coordinates.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Attribute_Group_gml_AssociationAttributeGroup.tmp#AssociationAttributeGroupgml3_2Profile_diggs_xsd_Element_gml_AbstractGeometry.tmp#AbstractGeometrygml3_2Profile_diggs_xsd_Element_gml_AbstractTimeObject.tmp#AbstractTimeObjectgml3_2Profile_diggs_xsd_Complex_Type_gml_DomainSetType.tmp#DomainSetTypegml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Attribute_Group_gml_AssociationAttributeGroup.tmp#AssociationAttributeGroupCore_xsd_Element_diggs_PointLocation.tmp#PointLocationCore_xsd_Complex_Type_diggs_PointLocationPropertyType.tmp#PointLocationPropertyType
Type diggs:PointLocationPropertyType
Type hierarchy
Properties
content complex
minOccurs 0
Model
Children diggs:PointLocation
Instance
<diggs:position xlink:role="" xlink:actuate="" xlink:show="" xlink:arcrole="" xlink:title="" xlink:href="" xlink:type="simple" nilReason="" owns="false" xmlns:diggs="http://diggsml.org/schemas/3">
  <diggs:PointLocation axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:PointLocation>
</diggs:position>
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element minOccurs="0" name="position" type="diggs:PointLocationPropertyType">
  <annotation>
    <documentation>The spatial position of this referent, given in some coordinate system (typically a geographic or projected CRS). Provides the absolute 3D coordinates of the referent point, enabling transformation between linear reference coordinates and geographic coordinates.</documentation>
  </annotation>
</element>
Element diggs:ReferentType / diggs:distanceAlong
Namespace http://diggsml.org/schemas/3
Annotations
Position of this referent along the LinearExtent, measured as 
absolute distance from the first coordinate in gml:posList. 
                                
Examples:
- Kelly bushing at 0.0 ft (at rig floor, first point)
- Ground surface at 5.0 ft (below kelly bushing)
- Kickoff point at 150.0 ft (where well deviates from vertical)
- Trackline start at 0.0 m (beginning of survey line)
- Top of core at 0.0 ft (core sample origin)
- Bottom of core at 1.5 ft (end of core sample)
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_LengthMeasureType.tmp#LengthMeasureType_uomMeasureTypes_xsd_Complex_Type_diggs_LengthMeasureType.tmp#LengthMeasureType
Type diggs:LengthMeasureType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:LengthUomEnumType optional
The unit of measure for length or distance.
Source
<element name="distanceAlong" type="diggs:LengthMeasureType" minOccurs="0">
  <annotation>
    <documentation>Position of this referent along the LinearExtent, measured as absolute distance from the first coordinate in gml:posList. Examples: - Kelly bushing at 0.0 ft (at rig floor, first point) - Ground surface at 5.0 ft (below kelly bushing) - Kickoff point at 150.0 ft (where well deviates from vertical) - Trackline start at 0.0 m (beginning of survey line) - Top of core at 0.0 ft (core sample origin) - Bottom of core at 1.5 ft (end of core sample)</documentation>
  </annotation>
</element>
Element diggs:ReferentType / diggs:startValue
Namespace http://diggsml.org/schemas/3
Annotations
The measure value at the location of this referent. Defaults to 0 in the uom of the linear referencing method if omitted.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_LengthMeasureType.tmp#LengthMeasureType_uomMeasureTypes_xsd_Complex_Type_diggs_LengthMeasureType.tmp#LengthMeasureType
Type diggs:LengthMeasureType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:LengthUomEnumType optional
The unit of measure for length or distance.
Source
<element minOccurs="0" name="startValue" type="diggs:LengthMeasureType">
  <annotation>
    <documentation>The measure value at the location of this referent. Defaults to 0 in the uom of the linear referencing method if omitted.</documentation>
  </annotation>
</element>
Complex Type diggs:ReferentType
Namespace http://diggsml.org/schemas/3
Annotations
Complete referent definition including type, position, and measurement 
location along the LinearExtent.
                
Extends ReferentBaseType to add:
- referentType: Classification of the referent (groundSurface, 
  kellyBushing, topOfCore, etc.)
- position: Optional 3D spatial coordinates of the referent
- distanceAlong: Position along the LinearExtent where this referent 
  is located
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_Element_gml_description.tmp#descriptionLinearReferencing_xsd_Complex_Type_diggs_ReferentBaseType.tmp#ReferentBaseTypeLinearReferencing_xsd_Complex_Type_diggs_ReferentType.tmp#ReferentType_nameLinearReferencing_xsd_Complex_Type_diggs_ReferentType.tmp#ReferentType_referentTypeLinearReferencing_xsd_Complex_Type_diggs_ReferentType.tmp#ReferentType_positionLinearReferencing_xsd_Complex_Type_diggs_ReferentType.tmp#ReferentType_distanceAlongLinearReferencing_xsd_Complex_Type_diggs_ReferentType.tmp#ReferentType_startValue
Type extension of diggs:ReferentBaseType
Type hierarchy
Used by
Element diggs:Referent
Model
Children diggs:distanceAlong, diggs:name, diggs:position, diggs:referentType, diggs:startValue, gml:description
Attributes
QName Type Use Annotation
gml:id ID optional
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.
Source
<complexType name="ReferentType">
  <annotation>
    <documentation>Complete referent definition including type, position, and measurement location along the LinearExtent. Extends ReferentBaseType to add: - referentType: Classification of the referent (groundSurface, kellyBushing, topOfCore, etc.) - position: Optional 3D spatial coordinates of the referent - distanceAlong: Position along the LinearExtent where this referent is located</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:ReferentBaseType">
      <sequence>
        <element maxOccurs="1" minOccurs="0" name="name">
          <annotation>
            <documentation>The identifier or name used for this referent. Examples: - "GS" (ground surface) - "KB" (kelly bushing) - "RT" (rotary table) - "SF" (seafloor) - "TOC" (top of core) - "BOC" (bottom of core)</documentation>
          </annotation>
        </element>
        <element name="referentType" type="diggs:ReferentTypeEnumType">
          <annotation>
            <documentation>Type of referent point (e.g., groundSurface, kellyBushing, kickoffPoint, topOfCore, bottomOfCore). Defines the physical or logical meaning of the reference point. See ReferentTypeEnum for complete list of standard geotechnical and geophysical referent types.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="position" type="diggs:PointLocationPropertyType">
          <annotation>
            <documentation>The spatial position of this referent, given in some coordinate system (typically a geographic or projected CRS). Provides the absolute 3D coordinates of the referent point, enabling transformation between linear reference coordinates and geographic coordinates.</documentation>
          </annotation>
        </element>
        <element name="distanceAlong" type="diggs:LengthMeasureType" minOccurs="0">
          <annotation>
            <documentation>Position of this referent along the LinearExtent, measured as absolute distance from the first coordinate in gml:posList. Examples: - Kelly bushing at 0.0 ft (at rig floor, first point) - Ground surface at 5.0 ft (below kelly bushing) - Kickoff point at 150.0 ft (where well deviates from vertical) - Trackline start at 0.0 m (beginning of survey line) - Top of core at 0.0 ft (core sample origin) - Bottom of core at 1.5 ft (end of core sample)</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="startValue" type="diggs:LengthMeasureType">
          <annotation>
            <documentation>The measure value at the location of this referent. Defaults to 0 in the uom of the linear referencing method if omitted.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>