Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:LithologyObservation
Namespace http://diggsml.org/schemas/3
Annotations
An object containing properties of a lithology observation that includes
the geometric bounds of the observations (eg. an interval of a borehole, polygon
representation (on maps or cross-section), or 3D volume, properties of the primary
and any component lithologies, any ancillary observations as descriptions that are
made within the bounds of the lithology observations (placedObservation) and the
conditions that mark the basal boundary of the lithology described.
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_Attribute_gml_id.tmp#idAbstractTypes_xsd_Complex_Type_diggs_AbstractDiggsType.tmp#AbstractDiggsTypegml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifierCommon_xsd_Element_diggs_status.tmp#statusCommon_xsd_Element_diggs_remark_1.tmp#http___diggsml.org_schemas_3_remarkAbstractTypes_xsd_Complex_Type_diggs_AbstractObjectNoDescriptionType.tmp#AbstractObjectNoDescriptionTypeAbstractTypes_xsd_Complex_Type_diggs_AbstractObservationType.tmp#AbstractObservationType_howDeterminedAbstractTypes_xsd_Complex_Type_diggs_AbstractObservationType.tmp#AbstractObservationType_stratumCodeCommon_xsd_Element_diggs_measurementRef.tmp#measurementRefCommon_xsd_Element_diggs_location.tmp#locationAbstractTypes_xsd_Complex_Type_diggs_AbstractObservationType.tmp#AbstractObservationType_trueTopObservedAbstractTypes_xsd_Complex_Type_diggs_AbstractObservationType.tmp#AbstractObservationType_trueBaseObservedAbstractTypes_xsd_Complex_Type_diggs_AbstractObservationType.tmp#AbstractObservationTypeCore_xsd_Complex_Type_diggs_LithologyObservationType.tmp#LithologyObservationType_primaryLithologyCore_xsd_Complex_Type_diggs_LithologyObservationType.tmp#LithologyObservationType_componentLithologyCore_xsd_Complex_Type_diggs_LithologyObservationType.tmp#LithologyObservationType_faciesCore_xsd_Complex_Type_diggs_LithologyObservationType.tmp#LithologyObservationType_unitNameCore_xsd_Element_diggs_placedObservation_1.tmp#placedObservationCommon_xsd_Element_diggs_baseBoundary.tmp#baseBoundaryCore_xsd_Complex_Type_diggs_LithologyObservationType.tmp#LithologyObservationType
Type diggs:LithologyObservationType
Type hierarchy
Properties
content complex
Used by
Model
Children diggs:baseBoundary, diggs:componentLithology, diggs:facies, diggs:location, diggs:measurementRef, diggs:placedObservation, diggs:primaryLithology, diggs:remark, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, diggs:unitName, gml:identifier
Instance
<diggs:LithologyObservation howDetermined="" gml:id="" stratumCode="" xmlns:diggs="http://diggsml.org/schemas/3" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remark>{0,unbounded}</diggs:remark>
  <diggs:measurementRef xlink:actuate="" xlink:arcrole="" xlink:href="" identifierRef="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</diggs:measurementRef>
  <diggs:location xlink:actuate="" xlink:role="" xlink:arcrole="" xlink:show="" xlink:title="" xlink:href="" xlink:type="simple" nilReason="" owns="false">{0,1}</diggs:location>
  <diggs:trueTopObserved>{0,1}</diggs:trueTopObserved>
  <diggs:trueBaseObserved>{0,1}</diggs:trueBaseObserved>
  <diggs:primaryLithology>{1,1}</diggs:primaryLithology>
  <diggs:componentLithology>{0,unbounded}</diggs:componentLithology>
  <diggs:facies>{0,1}</diggs:facies>
  <diggs:unitName>{0,1}</diggs:unitName>
  <diggs:placedObservation>{0,unbounded}</diggs:placedObservation>
  <diggs:baseBoundary>{0,unbounded}</diggs:baseBoundary>
</diggs:LithologyObservation>
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.
howDetermined diggs:DescriptorMethodEnumType optional
A value that describes the method by which the observation or
measurement was determined.
stratumCode string optional
A legacy attribute to support AGS trial pit sampling features
where observations of different stratum may occur at the same depth in a
pit. It is a reference letter or number whose sole purpose is to link
the stratum shown on a face sketch of the trial pit to the specific
observation.
Source
<element name="LithologyObservation" type="diggs:LithologyObservationType">
  <annotation>
    <documentation>An object containing properties of a lithology observation that includes the geometric bounds of the observations (eg. an interval of a borehole, polygon representation (on maps or cross-section), or 3D volume, properties of the primary and any component lithologies, any ancillary observations as descriptions that are made within the bounds of the lithology observations (placedObservation) and the conditions that mark the basal boundary of the lithology described.</documentation>
  </annotation>
</element>