Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Configuration
Namespace http://diggsml.org/schema-dev
Annotations
A configuration is a geometric arrangement of discrete receiver locations
or receiver and source locations (modeled as point geometries). A
GeophysicalFieldSurvey may consist of more than one configuration where a single
configuration may not extend over the entire set of associated sampling features.
For example a seismic reflection survey may consist of one or more source-receiver
arrays that are moved progressively along a GP_Trackline. In this case, each array
location would be described by a Configuration object.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypegml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptionGeophysics_xsd_Complex_Type_diggs_ConfigurationType.tmp#ConfigurationType_remarkGeophysics_xsd_Complex_Type_diggs_ConfigurationType.tmp#ConfigurationType_receiverInfoGeophysics_xsd_Complex_Type_diggs_ConfigurationType.tmp#ConfigurationType_sourceInfoGeophysics_xsd_Complex_Type_diggs_ConfigurationType.tmp#ConfigurationType
Type diggs:ConfigurationType
Type hierarchy
Properties
content complex
Used by
Model
Children diggs:receiverInfo, diggs:remark, diggs:sourceInfo, gml:description
Instance
<diggs:Configuration gml:id="" 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:remark>{0,unbounded}</diggs:remark>
  <diggs:receiverInfo>{1,1}</diggs:receiverInfo>
  <diggs:sourceInfo>{0,1}</diggs:sourceInfo>
</diggs:Configuration>
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
<element name="Configuration" type="diggs:ConfigurationType">
  <annotation>
    <documentation>A configuration is a geometric arrangement of discrete receiver locations or receiver and source locations (modeled as point geometries). A GeophysicalFieldSurvey may consist of more than one configuration where a single configuration may not extend over the entire set of associated sampling features. For example a seismic reflection survey may consist of one or more source-receiver arrays that are moved progressively along a GP_Trackline. In this case, each array location would be described by a Configuration object.</documentation>
  </annotation>
</element>