Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:AbstractMeasurementType / diggs:otherMeasurementProperty
Namespace http://diggsml.org/schemas/3
Annotations
This will typically be used to record environmental
parameters, or event-specific parameters that are not tightly bound
to either the earth materials for which properties are being
estimated, or the procedure. Parameters that are tightly bound to
the procedure should be encoded within the procedure
object.
Diagram
DiagramCommon_xsd_Element_diggs_Parameter.tmp#ParameterCommon_xsd_Complex_Type_diggs_ParameterPropertyType.tmp#ParameterPropertyType
Type diggs:ParameterPropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children diggs:Parameter
Instance
<diggs:otherMeasurementProperty xmlns:diggs="http://diggsml.org/schemas/3">
  <diggs:Parameter gml:id="" index="">{1,1}</diggs:Parameter>
</diggs:otherMeasurementProperty>
Source
<element minOccurs="0" name="otherMeasurementProperty" type="diggs:ParameterPropertyType" maxOccurs="unbounded">
  <annotation>
    <documentation>This will typically be used to record environmental parameters, or event-specific parameters that are not tightly bound to either the earth materials for which properties are being estimated, or the procedure. Parameters that are tightly bound to the procedure should be encoded within the procedure object.</documentation>
  </annotation>
</element>
Complex Type diggs:AbstractMeasurementType
Namespace http://diggsml.org/schemas/3
Annotations
Base type for all measurements and quantitative testing procedures. Measurements include in-situ tests, laboratory tests, and monitoring activities that produce quantitative data. This abstract type is extended by Test (in-situ procedures), MaterialTest (laboratory procedures on samples), and Monitor (continuous or periodic monitoring) types.
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_AbstractFeatureTypeCommon_xsd_Element_diggs_investigationTarget.tmp#investigationTargetCommon_xsd_Element_diggs_projectRef.tmp#projectRefCommon_xsd_Element_diggs_programRef.tmp#programRefCommon_xsd_Element_diggs_samplingFeatureRef.tmp#samplingFeatureRefCommon_xsd_Element_diggs_sampleRef.tmp#sampleRefCommon_xsd_Element_diggs_sampleRef.tmp#sampleRefCommon_xsd_Element_diggs_constructionActivityRef.tmp#constructionActivityRefAbstractTypes_xsd_Complex_Type_diggs_AbstractMeasurementType.tmp#AbstractMeasurementType_otherMeasurementProperty
Type extension of diggs:AbstractFeatureType
Type hierarchy
Properties
abstract true
Used by
Model
Children diggs:associatedFile, diggs:constructionActivityRef, diggs:implementationStatus, diggs:internalIdentifier, diggs:investigationTarget, diggs:otherMeasurementProperty, diggs:programRef, diggs:projectRef, diggs:remark, diggs:role, diggs:sampleRef, diggs:samplingFeatureRef, diggs:status, 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="AbstractMeasurementType" abstract="true">
  <annotation>
    <documentation>Base type for all measurements and quantitative testing procedures. Measurements include in-situ tests, laboratory tests, and monitoring activities that produce quantitative data. This abstract type is extended by Test (in-situ procedures), MaterialTest (laboratory procedures on samples), and Monitor (continuous or periodic monitoring) types.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractFeatureType">
      <sequence>
        <element ref="diggs:investigationTarget" maxOccurs="unbounded" minOccurs="0"/>
        <element ref="diggs:projectRef" maxOccurs="unbounded"/>
        <element minOccurs="0" ref="diggs:programRef" maxOccurs="1"/>
        <choice>
          <sequence>
            <element minOccurs="1" ref="diggs:samplingFeatureRef" maxOccurs="unbounded"/>
            <element maxOccurs="unbounded" minOccurs="0" ref="diggs:sampleRef"/>
          </sequence>
          <element maxOccurs="unbounded" minOccurs="1" ref="diggs:sampleRef"/>
        </choice>
        <element minOccurs="0" ref="diggs:constructionActivityRef"/>
        <element minOccurs="0" name="otherMeasurementProperty" type="diggs:ParameterPropertyType" maxOccurs="unbounded">
          <annotation>
            <documentation>This will typically be used to record environmental parameters, or event-specific parameters that are not tightly bound to either the earth materials for which properties are being estimated, or the procedure. Parameters that are tightly bound to the procedure should be encoded within the procedure object.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>