Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:OrientationObservationType / diggs:orientation
Namespace http://diggsml.org/schemas/3
Annotations
The orientation property.
Diagram
DiagramExtObservation_xsd_Element_diggs_Orientation.tmp#OrientationExtObservation_xsd_Complex_Type_diggs_OrientationPropertyType.tmp#OrientationPropertyType
Type diggs:OrientationPropertyType
Properties
content complex
Model
Children diggs:Orientation
Instance
<diggs:orientation xmlns:diggs="http://diggsml.org/schemas/3">
  <diggs:Orientation gml:id="">{1,1}</diggs:Orientation>
</diggs:orientation>
Source
<element name="orientation" type="diggs:OrientationPropertyType">
  <annotation>
    <documentation>The orientation property.</documentation>
  </annotation>
</element>
Complex Type diggs:OrientationObservationType
Namespace http://diggsml.org/schemas/3
Annotations
Extended type based on AbstractObservationType. Adds elements for orientation observation type definition.
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#AbstractObservationTypeExtObservation_xsd_Complex_Type_diggs_OrientationObservationType.tmp#OrientationObservationType_orientationCore_xsd_Element_diggs_placedObservation_1.tmp#placedObservationCommon_xsd_Element_diggs_baseBoundary.tmp#baseBoundary
Type extension of diggs:AbstractObservationType
Type hierarchy
Used by
Model
Children diggs:baseBoundary, diggs:location, diggs:measurementRef, diggs:orientation, diggs:placedObservation, diggs:remark, diggs:status, diggs:trueBaseObserved, diggs:trueTopObserved, gml:identifier
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
<complexType name="OrientationObservationType">
  <annotation>
    <documentation>Extended type based on AbstractObservationType. Adds elements for orientation observation type definition.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractObservationType">
      <sequence>
        <element name="orientation" type="diggs:OrientationPropertyType">
          <annotation>
            <documentation>The orientation property.</documentation>
          </annotation>
        </element>
        <element maxOccurs="unbounded" minOccurs="0" ref="diggs:placedObservation"/>
        <element minOccurs="0" ref="diggs:baseBoundary">
          <annotation>
            <documentation>Description of the boundary at the base of the observed zone or interval as defined in the observation's location property</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>