Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:SampleDimensionsType / diggs:remark
Namespace http://diggsml.org/schema-dev
Annotations
Any comment or remark associated with this specific
feature, the person or organization making the comment, and the time
comment was made.Any comment or remark associated with this specific
feature, the person or organization making the comment, and the time
comment was made.
Diagram
DiagramKernel_xsd_Element_diggs_Remark.tmp#RemarkKernel_xsd_Complex_Type_diggs_RemarkPropertyType.tmp#RemarkPropertyType
Type diggs:RemarkPropertyType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children diggs:Remark
Instance
<diggs:remark xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:Remark owns="false">{1,1}</diggs:Remark>
</diggs:remark>
Source
<element name="remark" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Any comment or remark associated with this specific feature, the person or organization making the comment, and the time comment was made.Any comment or remark associated with this specific feature, the person or organization making the comment, and the time comment was made.</documentation>
  </annotation>
</element>
Element diggs:SampleDimensionsType / diggs:diameter
Namespace http://diggsml.org/schema-dev
Annotations
For core or cylindrical samples, the diameter of the sample
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure_uomMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure
Type eml:LengthMeasure
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
uom eml:LengthUom required
Source
<element minOccurs="0" name="diameter" type="eml:LengthMeasure">
  <annotation>
    <documentation>
      <![CDATA[For core or cylindrical samples, the diameter of the sample]]>
    </documentation>
  </annotation>
</element>
Element diggs:SampleDimensionsType / diggs:height
Namespace http://diggsml.org/schema-dev
Annotations
For block samples, the length of one of the sides of the
block measured normal to the sampling direction
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure_uomMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure
Type eml:LengthMeasure
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs 1
Attributes
QName Type Use
uom eml:LengthUom required
Source
<element name="height" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>For block samples, the length of one of the sides of the block measured normal to the sampling direction</documentation>
  </annotation>
</element>
Element diggs:SampleDimensionsType / diggs:length
Namespace http://diggsml.org/schema-dev
Annotations
For block or core samples, the length of the sample
measured in the sampling direction (eg. core length or length of
block sample as measured between the top and base of the sampling
interval)
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure_uomMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure
Type eml:LengthMeasure
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs 1
Attributes
QName Type Use
uom eml:LengthUom required
Source
<element name="length" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>For block or core samples, the length of the sample measured in the sampling direction (eg. core length or length of block sample as measured between the top and base of the sampling interval)</documentation>
  </annotation>
</element>
Element diggs:SampleDimensionsType / diggs:width
Namespace http://diggsml.org/schema-dev
Annotations
For block samples, the length of one of the sides of the
block measured normal to the sampling direction
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure_uomMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure
Type eml:LengthMeasure
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs 1
Attributes
QName Type Use
uom eml:LengthUom required
Source
<element name="width" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>For block samples, the length of one of the sides of the block measured normal to the sampling direction</documentation>
  </annotation>
</element>
Complex Type diggs:SampleDimensionsType
Namespace http://diggsml.org/schema-dev
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypeKernel_xsd_Complex_Type_diggs_SampleDimensionsType.tmp#SampleDimensionsType_remarkKernel_xsd_Complex_Type_diggs_SampleDimensionsType.tmp#SampleDimensionsType_diameterKernel_xsd_Complex_Type_diggs_SampleDimensionsType.tmp#SampleDimensionsType_heightKernel_xsd_Complex_Type_diggs_SampleDimensionsType.tmp#SampleDimensionsType_lengthKernel_xsd_Complex_Type_diggs_SampleDimensionsType.tmp#SampleDimensionsType_width
Type extension of diggs:AbstractComponentObjectBaseType
Type hierarchy
Used by
Model
Children diggs:diameter, diggs:height, diggs:length, diggs:remark, diggs:width
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
<complexType name="SampleDimensionsType">
  <complexContent>
    <extension base="diggs:AbstractComponentObjectBaseType">
      <sequence>
        <element name="remark" type="diggs:RemarkPropertyType" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Any comment or remark associated with this specific feature, the person or organization making the comment, and the time comment was made.Any comment or remark associated with this specific feature, the person or organization making the comment, and the time comment was made.</documentation>
          </annotation>
        </element>
        <element minOccurs="0" name="diameter" type="eml:LengthMeasure">
          <annotation>
            <documentation>
              <![CDATA[For core or cylindrical samples, the diameter of the sample]]>
            </documentation>
          </annotation>
        </element>
        <element name="height" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>For block samples, the length of one of the sides of the block measured normal to the sampling direction</documentation>
          </annotation>
        </element>
        <element name="length" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>For block or core samples, the length of the sample measured in the sampling direction (eg. core length or length of block sample as measured between the top and base of the sampling interval)</documentation>
          </annotation>
        </element>
        <element name="width" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>For block samples, the length of one of the sides of the block measured normal to the sampling direction</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>