Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element diggs:SchmidtReboundHardnessTestType / diggs:hammerOrientation
Namespace http://diggsml.org/schemas/3
Annotations
Orientation of the hammer axis in the test from
horizontal (positive numbers downwards and negative numbers
upward)
Diagram
Diagramgml3_2Profile_diggs_xsd_Complex_Type_gml_CodeType.tmp#CodeType_codeSpacegml3_2Profile_diggs_xsd_Complex_Type_gml_CodeType.tmp#CodeType
Type gml:CodeType
Properties
content complex
minOccurs 0
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="hammerOrientation" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>Orientation of the hammer axis in the test from horizontal (positive numbers downwards and negative numbers upward)</documentation>
  </annotation>
</element>
Element diggs:SchmidtReboundHardnessTestType / diggs:clampingMethod
Namespace http://diggsml.org/schemas/3
Annotations
Method of clamping specimen.
Diagram
Diagramgml3_2Profile_diggs_xsd_Complex_Type_gml_CodeType.tmp#CodeType_codeSpacegml3_2Profile_diggs_xsd_Complex_Type_gml_CodeType.tmp#CodeType
Type gml:CodeType
Properties
content complex
minOccurs 0
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="clampingMethod" type="gml:CodeType" minOccurs="0">
  <annotation>
    <documentation>Method of clamping specimen.</documentation>
  </annotation>
</element>
Complex Type diggs:SchmidtReboundHardnessTestType
Namespace http://diggsml.org/schemas/3
Annotations
Base type for SchmidtReboundHardnessTest
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_Complex_Type_gml_AbstractFeatureType.tmp#AbstractFeatureTypegml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifierAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureBaseType.tmp#AbstractFeatureBaseTypegml3_2Profile_diggs_xsd_Element_gml_name.tmp#nameCommon_xsd_Element_diggs_internalIdentifier.tmp#internalIdentifierCommon_xsd_Element_diggs_status.tmp#statusCommon_xsd_Element_diggs_implementationStatus.tmp#implementationStatusAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureType.tmp#http___diggsml.org_schemas_3_AbstractFeatureType_associatedFileAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureType.tmp#http___diggsml.org_schemas_3_AbstractFeatureType_roleAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureType.tmp#http___diggsml.org_schemas_3_AbstractFeatureType_remarkAbstractTypes_xsd_Complex_Type_diggs_AbstractFeatureType.tmp#http___diggsml.org_schemas_3_AbstractFeatureTypeAbstractTypes_xsd_Complex_Type_diggs_AbstractProcedureType.tmp#AbstractProcedureTypeAbstractTypes_xsd_Complex_Type_diggs_AbstractTestProcedureType.tmp#AbstractTestProcedureType_testProcedureMethodAbstractTypes_xsd_Complex_Type_diggs_AbstractTestProcedureType.tmp#AbstractTestProcedureType_testProcedureEquipmentAbstractTypes_xsd_Complex_Type_diggs_AbstractTestProcedureType.tmp#AbstractTestProcedureType_testingEnvironmentAbstractTypes_xsd_Complex_Type_diggs_AbstractTestProcedureType.tmp#AbstractTestProcedureType_otherTestPropertyAbstractTypes_xsd_Complex_Type_diggs_AbstractTestProcedureType.tmp#AbstractTestProcedureTypeAbstractTypes_xsd_Complex_Type_diggs_AbstractLaboratoryTestProcedureType.tmp#AbstractLaboratoryTestProcedureType_testEventAbstractTypes_xsd_Complex_Type_diggs_AbstractLaboratoryTestProcedureType.tmp#AbstractLaboratoryTestProcedureType_specimenAbstractTypes_xsd_Complex_Type_diggs_AbstractLaboratoryTestProcedureType.tmp#AbstractLaboratoryTestProcedureTypeExtProcedures_xsd_Complex_Type_diggs_SchmidtReboundHardnessTestType.tmp#SchmidtReboundHardnessTestType_hammerOrientationExtProcedures_xsd_Complex_Type_diggs_SchmidtReboundHardnessTestType.tmp#SchmidtReboundHardnessTestType_clampingMethod
Type extension of diggs:AbstractLaboratoryTestProcedureType
Type hierarchy
Used by
Model
Children diggs:associatedFile, diggs:clampingMethod, diggs:hammerOrientation, diggs:implementationStatus, diggs:internalIdentifier, diggs:otherTestProperty, diggs:remark, diggs:role, diggs:specimen, diggs:status, diggs:testEvent, diggs:testProcedureEquipment, diggs:testProcedureMethod, diggs:testingEnvironment, gml:description, gml:identifier, gml:name
Attributes
QName Type Use Annotation
gml:id ID required
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="SchmidtReboundHardnessTestType">
  <annotation>
    <documentation>Base type for SchmidtReboundHardnessTest</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractLaboratoryTestProcedureType">
      <sequence>
        <element name="hammerOrientation" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>Orientation of the hammer axis in the test from horizontal (positive numbers downwards and negative numbers upward)</documentation>
          </annotation>
        </element>
        <element name="clampingMethod" type="gml:CodeType" minOccurs="0">
          <annotation>
            <documentation>Method of clamping specimen.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>