Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Constituent
Namespace http://diggsml.org/schema-dev
Annotations
An object that describes minor constituents within a lithology
zone.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypeKernel_xsd_Complex_Type_diggs_ConstituentType.tmp#ConstituentType_rankgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptionKernel_xsd_Element_diggs_status.tmp#statusKernel_xsd_Complex_Type_diggs_ConstituentType.tmp#ConstituentType_remarkKernel_xsd_Complex_Type_diggs_ConstituentType.tmp#ConstituentType_codeValueKernel_xsd_Complex_Type_diggs_ConstituentType.tmp#ConstituentType_abundanceCodeKernel_xsd_Complex_Type_diggs_ConstituentType.tmp#ConstituentType_abundancePercentKernel_xsd_Complex_Type_diggs_ConstituentType.tmp#ConstituentType_maxAbundancePercentKernel_xsd_Complex_Type_diggs_ConstituentType.tmp#ConstituentType_distributionKernel_xsd_Complex_Type_diggs_ConstituentType.tmp#ConstituentType
Type diggs:ConstituentType
Type hierarchy
Properties
content complex
Used by
Model
Children diggs:abundanceCode, diggs:abundancePercent, diggs:codeValue, diggs:distribution, diggs:maxAbundancePercent, diggs:remark, diggs:status, gml:description
Instance
<diggs:Constituent gml:id="" rank="" xmlns:diggs="http://diggsml.org/schema-dev" xmlns:gml="http://www.opengis.net/gml/3.2">
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <diggs:status codeSpace="">{0,1}</diggs:status>
  <diggs:remark>{0,unbounded}</diggs:remark>
  <diggs:codeValue category="" codeSpace="" howDetermined="">{0,1}</diggs:codeValue>
  <diggs:abundanceCode codeSpace="">{0,1}</diggs:abundanceCode>
  <diggs:abundancePercent approximator="" byVolume="" uom="">{0,1}</diggs:abundancePercent>
  <diggs:maxAbundancePercent approximator="" byVolume="" uom="">{0,1}</diggs:maxAbundancePercent>
  <diggs:distribution codeSpace="">{0,1}</diggs:distribution>
</diggs:Constituent>
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.
rank positiveInteger optional
A positive integer value that identifies the relative significance or importance of the constituent, with 1 signifying the highest rank. Using this attribute eliminates possible ambiguity when using abundanceCode to infer significance.
Source
<element name="Constituent" type="diggs:ConstituentType">
  <annotation>
    <documentation>An object that describes minor constituents within a lithology zone.</documentation>
  </annotation>
</element>