Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Complex Type diggs:DrillAdvancementArrayPropertyType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Complex_Type_diggs_DrillAdvancementArrayPropertyType.tmp#DrillAdvancementArrayPropertyType_setNameKernel_xsd_Element_diggs_Advancement.tmp#Advancement
Used by
Model
Children diggs:Advancement
Attributes
QName Type Use Annotation
setName string optional
A value that identifies this set of Advancement objects to account
for redrilling over a specific depth range. Each set of Advancement objects
corresponds to a single drilling event over a speciic depth range that
encompasses the total depth range of the set of Advancement objects. Possible
values for setName could be "Initial", "Redrill 1", etc.
Source
<complexType name="DrillAdvancementArrayPropertyType">
  <sequence maxOccurs="unbounded">
    <element maxOccurs="1" minOccurs="1" ref="diggs:Advancement">
      <annotation>
        <documentation>Data describing drilling parameters and observations while advancing a section of the borehole, such as drill advancement rate, mud weight, thrust and rotational speed.</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="setName" type="string">
    <annotation>
      <documentation>A value that identifies this set of Advancement objects to account for redrilling over a specific depth range. Each set of Advancement objects corresponds to a single drilling event over a speciic depth range that encompasses the total depth range of the set of Advancement objects. Possible values for setName could be "Initial", "Redrill 1", etc.</documentation>
    </annotation>
  </attribute>
</complexType>
Attribute diggs:DrillAdvancementArrayPropertyType / @setName
Namespace No namespace
Annotations
A value that identifies this set of Advancement objects to account
for redrilling over a specific depth range. Each set of Advancement objects
corresponds to a single drilling event over a speciic depth range that
encompasses the total depth range of the set of Advancement objects. Possible
values for setName could be "Initial", "Redrill 1", etc.
Type string
Properties
content simple
Used by
Source
<attribute name="setName" type="string">
  <annotation>
    <documentation>A value that identifies this set of Advancement objects to account for redrilling over a specific depth range. Each set of Advancement objects corresponds to a single drilling event over a speciic depth range that encompasses the total depth range of the set of Advancement objects. Possible values for setName could be "Initial", "Redrill 1", etc.</documentation>
  </annotation>
</attribute>