Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs_geo:DriveSet
Namespace http://diggsml.org/schemas/3/geotechnical
Annotations
An object containing properties that capturea blow counts for tests where samplers
or instruments are driven by impact methods.
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#descriptiongml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifierAbstractTypes_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypeDiggs_geo_deprecated_xsd_Complex_Type_diggs_geo_DriveSetType.tmp#http___diggsml.org_schemas_3_geotechnical_DriveSetType_remarkDiggs_geo_deprecated_xsd_Complex_Type_diggs_geo_DriveSetType.tmp#http___diggsml.org_schemas_3_geotechnical_DriveSetType_indexDiggs_geo_deprecated_xsd_Complex_Type_diggs_geo_DriveSetType.tmp#http___diggsml.org_schemas_3_geotechnical_DriveSetType_blowCountDiggs_geo_deprecated_xsd_Complex_Type_diggs_geo_DriveSetType.tmp#http___diggsml.org_schemas_3_geotechnical_DriveSetType_penetrationDiggs_geo_deprecated_xsd_Complex_Type_diggs_geo_DriveSetType.tmp#http___diggsml.org_schemas_3_geotechnical_DriveSetType_delayDiggs_geo_deprecated_xsd_Complex_Type_diggs_geo_DriveSetType.tmp#http___diggsml.org_schemas_3_geotechnical_DriveSetType_torqueDiggs_geo_deprecated_xsd_Complex_Type_diggs_geo_DriveSetType.tmp#http___diggsml.org_schemas_3_geotechnical_DriveSetType
Type diggs_geo:DriveSetType
Type hierarchy
Properties
content complex
abstract false
Used by
Model
Children diggs_geo:blowCount, diggs_geo:delay, diggs_geo:index, diggs_geo:penetration, diggs_geo:remark, diggs_geo:torque, gml:description, gml:identifier
Instance
<diggs_geo:DriveSet gml:id="" xmlns:diggs_geo="http://diggsml.org/schemas/3/geotechnical" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs_geo:remark>{0,unbounded}</diggs_geo:remark>
  <diggs_geo:index>{1,1}</diggs_geo:index>
  <diggs_geo:blowCount>{1,1}</diggs_geo:blowCount>
  <diggs_geo:penetration howDetermined="" qualifier="" uom="">{1,1}</diggs_geo:penetration>
  <diggs_geo:delay>{0,1}</diggs_geo:delay>
  <diggs_geo:torque howDetermined="" qualifier="" uom="">{0,1}</diggs_geo:torque>
</diggs_geo:DriveSet>
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
<element name="DriveSet" type="diggs_geo:DriveSetType" abstract="false">
  <annotation>
    <documentation>An object containing properties that capturea blow counts for tests where samplers or instruments are driven by impact methods.</documentation>
  </annotation>
</element>