Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:DriveSet
Namespace http://diggsml.org/schema-dev
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#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypeTestProcedures_xsd_Complex_Type_diggs_DriveSetType.tmp#http___diggsml.org_schema-dev_DriveSetType_remarkTestProcedures_xsd_Complex_Type_diggs_DriveSetType.tmp#http___diggsml.org_schema-dev_DriveSetType_indexTestProcedures_xsd_Complex_Type_diggs_DriveSetType.tmp#http___diggsml.org_schema-dev_DriveSetType_blowCountTestProcedures_xsd_Complex_Type_diggs_DriveSetType.tmp#http___diggsml.org_schema-dev_DriveSetType_penetrationTestProcedures_xsd_Complex_Type_diggs_DriveSetType.tmp#http___diggsml.org_schema-dev_DriveSetType_delayTestProcedures_xsd_Complex_Type_diggs_DriveSetType.tmp#http___diggsml.org_schema-dev_DriveSetType_torqueTestProcedures_xsd_Complex_Type_diggs_DriveSetType.tmp#http___diggsml.org_schema-dev_DriveSetTypeKernel_xsd_Element_diggs_AbstractComponentObjectBase.tmp#AbstractComponentObjectBase
Type diggs:DriveSetType
Type hierarchy
Properties
content complex
abstract false
Substitution Group Affiliation
Used by
Model
Children diggs:blowCount, diggs:delay, diggs:index, diggs:penetration, diggs:remark, diggs:torque
Instance
<diggs:DriveSet gml:id="" xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:remark>{0,unbounded}</diggs:remark>
  <diggs:index>{1,1}</diggs:index>
  <diggs:blowCount>{1,1}</diggs:blowCount>
  <diggs:penetration uom="">{1,1}</diggs:penetration>
  <diggs:delay>{0,1}</diggs:delay>
  <diggs:torque uom="">{0,1}</diggs:torque>
</diggs: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:DriveSetType" abstract="false" substitutionGroup="diggs:AbstractComponentObjectBase">
  <annotation>
    <documentation>An object containing properties that capturea blow counts for tests where samplers or instruments are driven by impact methods.</documentation>
  </annotation>
</element>