Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:ReceiverInfo
Namespace http://diggsml.org/schema-dev
Annotations
Contains properties about the receivers and receiver locations associated
with a single GP_Trackline or GP_ArealSurvey sampling feature in this configuration.
If no specific receiver geometry is included, information about the spacing and
number of receivers can be provided using the receiverInterval and
noReceiverStations properties. If detailed information about specific receivers and
their locations are provided, the receiverGeometry propoerty is used, If
receiverGeometry is used, at least one GP_Receiver object must
exist.
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_ReceiverInfoType.tmp#ReceiverInfoType_remarkKernel_xsd_Element_diggs_samplingFeatureRef.tmp#samplingFeatureRefGeophysics_xsd_Complex_Type_diggs_ReceiverInfoType.tmp#ReceiverInfoType_receiverTypeGeophysics_xsd_Complex_Type_diggs_ReceiverInfoType.tmp#ReceiverInfoType_receiverSpacingGeophysics_xsd_Complex_Type_diggs_ReceiverInfoType.tmp#ReceiverInfoType_noReceiverStationsGeophysics_xsd_Complex_Type_diggs_ReceiverInfoType.tmp#ReceiverInfoType_noReceiversGeophysics_xsd_Complex_Type_diggs_ReceiverInfoType.tmp#ReceiverInfoType_receiverLocationsGeophysics_xsd_Complex_Type_diggs_ReceiverInfoType.tmp#ReceiverInfoType
Type diggs:ReceiverInfoType
Type hierarchy
Properties
content complex
Used by
Model
Children diggs:noReceiverStations, diggs:noReceivers, diggs:receiverLocations, diggs:receiverSpacing, diggs:receiverType, diggs:remark, diggs:samplingFeatureRef, gml:description
Instance
<diggs:ReceiverInfo 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:samplingFeatureRef xlink:actuate="" xlink:arcrole="" xlink:href="" identifierRef="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</diggs:samplingFeatureRef>
  <diggs:receiverType>{0,1}</diggs:receiverType>
  <diggs:receiverSpacing>{0,1}</diggs:receiverSpacing>
  <diggs:noReceiverStations>{0,1}</diggs:noReceiverStations>
  <diggs:noReceivers>{0,1}</diggs:noReceivers>
  <diggs:receiverLocations xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</diggs:receiverLocations>
</diggs:ReceiverInfo>
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="ReceiverInfo" type="diggs:ReceiverInfoType">
  <annotation>
    <documentation>Contains properties about the receivers and receiver locations associated with a single GP_Trackline or GP_ArealSurvey sampling feature in this configuration. If no specific receiver geometry is included, information about the spacing and number of receivers can be provided using the receiverInterval and noReceiverStations properties. If detailed information about specific receivers and their locations are provided, the receiverGeometry propoerty is used, If receiverGeometry is used, at least one GP_Receiver object must exist.</documentation>
  </annotation>
</element>