Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:Platform
Namespace http://diggsml.org/schema-dev
Annotations
A platform is a geometric arrangement of receivers and optionally a
source that that are in fixed position relative to each other, and where the entire
geometric arrangement moves together for the survey. Platforms are also used where a
receiver or receiver configuration moves continuously and where measurements are
taken at discrete time intervals. Examples of geophysical methods that use platforms
are: GPR, magnetic surveys on moving platforms (aeromag), marine seismic, borehole
seismic.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypegml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_name.tmp#nameGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_remarkGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_receiverTypeGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_noReceiversGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_receiverArrayOrientationGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_receiverSpacingGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_sourceTypeGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_noSourcesGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_sourceReceiverOrientationGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_minSourceReceiverSpacingGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_maxSourceReceiverSpacingGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType_platformMovementGeophysics_xsd_Complex_Type_diggs_PlatformType.tmp#PlatformType
Type diggs:PlatformType
Type hierarchy
Properties
content complex
Used by
Model
Children diggs:maxSourceReceiverSpacing, diggs:minSourceReceiverSpacing, diggs:noReceivers, diggs:noSources, diggs:platformMovement, diggs:receiverArrayOrientation, diggs:receiverSpacing, diggs:receiverType, diggs:remark, diggs:sourceReceiverOrientation, diggs:sourceType, gml:description, gml:name
Instance
<diggs:Platform 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>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
  <diggs:remark>{0,unbounded}</diggs:remark>
  <diggs:receiverType>{1,1}</diggs:receiverType>
  <diggs:noReceivers>{0,1}</diggs:noReceivers>
  <diggs:receiverArrayOrientation>{0,1}</diggs:receiverArrayOrientation>
  <diggs:receiverSpacing>{0,1}</diggs:receiverSpacing>
  <diggs:sourceType>{1,1}</diggs:sourceType>
  <diggs:noSources>{0,1}</diggs:noSources>
  <diggs:sourceReceiverOrientation>{0,1}</diggs:sourceReceiverOrientation>
  <diggs:minSourceReceiverSpacing uom="">{0,1}</diggs:minSourceReceiverSpacing>
  <diggs:maxSourceReceiverSpacing uom="">{0,1}</diggs:maxSourceReceiverSpacing>
  <diggs:platformMovement>{0,1}</diggs:platformMovement>
</diggs:Platform>
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="Platform" type="diggs:PlatformType">
  <annotation>
    <documentation>A platform is a geometric arrangement of receivers and optionally a source that that are in fixed position relative to each other, and where the entire geometric arrangement moves together for the survey. Platforms are also used where a receiver or receiver configuration moves continuously and where measurements are taken at discrete time intervals. Examples of geophysical methods that use platforms are: GPR, magnetic surveys on moving platforms (aeromag), marine seismic, borehole seismic.</documentation>
  </annotation>
</element>