Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element diggs:LastBlowsDataType / diggs:lastBlowsDistance
Namespace http://diggsml.org/schema-dev
Annotations
Distance driven during the final set of hammer
blows.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_LengthMeasureExt.tmp#LengthMeasureExt_uomMeasureType_xsd_Complex_Type_eml_LengthMeasureExt.tmp#LengthMeasureExt
Type eml:LengthMeasureExt
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
uom eml:LengthUomExt required
Source
<element minOccurs="0" name="lastBlowsDistance" type="eml:LengthMeasureExt">
  <annotation>
    <documentation>Distance driven during the final set of hammer blows.</documentation>
  </annotation>
</element>
Element diggs:LastBlowsDataType / diggs:blowCount
Namespace http://diggsml.org/schema-dev
Annotations
Number of hammer blows in the final set.
Diagram
Diagram
Type positiveInteger
Properties
content simple
minOccurs 0
Source
<element minOccurs="0" name="blowCount" type="positiveInteger">
  <annotation>
    <documentation>Number of hammer blows in the final set.</documentation>
  </annotation>
</element>
Element diggs:LastBlowsDataType / diggs:averageStrokeLength
Namespace http://diggsml.org/schema-dev
Annotations
Average length of hammer stroke during the final set of
blows.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_LengthMeasureExt.tmp#LengthMeasureExt_uomMeasureType_xsd_Complex_Type_eml_LengthMeasureExt.tmp#LengthMeasureExt
Type eml:LengthMeasureExt
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
uom eml:LengthUomExt required
Source
<element minOccurs="0" name="averageStrokeLength" type="eml:LengthMeasureExt">
  <annotation>
    <documentation>Average length of hammer stroke during the final set of blows.</documentation>
  </annotation>
</element>
Complex Type diggs:LastBlowsDataType
Namespace http://diggsml.org/schema-dev
Annotations
Data recorded during the final set of hammer blows during pile
driving.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypePiling_xsd_Complex_Type_diggs_LastBlowsDataType.tmp#LastBlowsDataType_lastBlowsDistancePiling_xsd_Complex_Type_diggs_LastBlowsDataType.tmp#LastBlowsDataType_blowCountPiling_xsd_Complex_Type_diggs_LastBlowsDataType.tmp#LastBlowsDataType_averageStrokeLength
Type extension of diggs:AbstractComponentObjectBaseType
Type hierarchy
Used by
Model
Children diggs:averageStrokeLength, diggs:blowCount, diggs:lastBlowsDistance
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="LastBlowsDataType">
  <annotation>
    <documentation>Data recorded during the final set of hammer blows during pile driving.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractComponentObjectBaseType">
      <sequence>
        <element minOccurs="0" name="lastBlowsDistance" type="eml:LengthMeasureExt">
          <annotation>
            <documentation>Distance driven during the final set of hammer blows.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="blowCount" type="positiveInteger">
          <annotation>
            <documentation>Number of hammer blows in the final set.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="averageStrokeLength" type="eml:LengthMeasureExt">
          <annotation>
            <documentation>Average length of hammer stroke during the final set of blows.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>