Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:SourceInfo
Namespace http://diggsml.org/schema-dev
Annotations
Contains properties about the sources and source locations associated
with a single GP_Trackline or GP_ArealSurvey sampling feature in this configuration.
If no specific source geometry is included, information about the spacing and number
of sources can be provided using the sourceInterval and noSourceStations properties.
If detailed information about specific sources and their locations are provided, The
sourceGeometry property is used, If sourceGeometry is used, at least one GP_Source
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_SourceInfoType.tmp#SourceInfoType_remarkKernel_xsd_Element_diggs_samplingFeatureRef.tmp#samplingFeatureRefGeophysics_xsd_Complex_Type_diggs_SourceInfoType.tmp#SourceInfoType_sourceTypeGeophysics_xsd_Complex_Type_diggs_SourceInfoType.tmp#SourceInfoType_sourceSpacingGeophysics_xsd_Complex_Type_diggs_SourceInfoType.tmp#SourceInfoType_noSourceStationsGeophysics_xsd_Complex_Type_diggs_SourceInfoType.tmp#SourceInfoType_noSourcesGeophysics_xsd_Complex_Type_diggs_SourceInfoType.tmp#SourceInfoType_sourceLocationsGeophysics_xsd_Complex_Type_diggs_SourceInfoType.tmp#SourceInfoType
Type diggs:SourceInfoType
Type hierarchy
Properties
content complex
abstract false
Used by
Model
Children diggs:noSourceStations, diggs:noSources, diggs:remark, diggs:samplingFeatureRef, diggs:sourceLocations, diggs:sourceSpacing, diggs:sourceType, gml:description
Instance
<diggs:SourceInfo 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:sourceType>{0,1}</diggs:sourceType>
  <diggs:sourceSpacing>{0,1}</diggs:sourceSpacing>
  <diggs:noSourceStations>{0,1}</diggs:noSourceStations>
  <diggs:noSources>{0,1}</diggs:noSources>
  <diggs:sourceLocations xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</diggs:sourceLocations>
</diggs:SourceInfo>
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 abstract="false" name="SourceInfo" type="diggs:SourceInfoType">
  <annotation>
    <documentation>Contains properties about the sources and source locations associated with a single GP_Trackline or GP_ArealSurvey sampling feature in this configuration. If no specific source geometry is included, information about the spacing and number of sources can be provided using the sourceInterval and noSourceStations properties. If detailed information about specific sources and their locations are provided, The sourceGeometry property is used, If sourceGeometry is used, at least one GP_Source object must exist.</documentation>
  </annotation>
</element>