<element maxOccurs="unbounded" minOccurs="0" name="environment" type="diggs:EnvironmentPropertyType"><annotation><documentation>Reference to an object containing environmental parameters recorded during construction of the sampling feature</documentation></annotation></element>
<element maxOccurs="unbounded" minOccurs="0" name="otherSamplingFeatureProperty" type="diggs:ParameterPropertyType"><annotation><documentation>Reference to an Parameter object containing the name, value or range of values and unit of measure of a property or a measurement parameter.</documentation></annotation></element>
<element name="locality" type="diggs:LocalityPropertyType" minOccurs="0" maxOccurs="1"><annotation><documentation>A reference to a Locality object, containing non-coordinate location information for a feature.</documentation></annotation></element>
Reference to a PointLocation object on the feature thatdefines the location of the samplingFeature within a known spatial3D CRS or compound CRS (geographic or projected 2D CRS, plus avertical CRS).
The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows:onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained
The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation contextreplace - load the resource in the same window, frame, pane, or other presentation contextembed - load ending resource in place of the presentation of the starting resourceother - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained
<element name="referencePoint" type="diggs:PointLocationPropertyType" minOccurs="1"><annotation><documentation>Reference to a PointLocation object on the feature that defines the location of the samplingFeature within a known spatial 3D CRS or compound CRS (geographic or projected 2D CRS, plus a vertical CRS).</documentation></annotation></element>
<element minOccurs="0" name="localCoordinates" type="diggs:LocalCoordinatePropertyType"><annotation><documentation>A reference to a LocalCoordinate object that holds the values of local coordinates for the reference point of the associated feature.</documentation></annotation></element>
Complex Type diggs:AbstractSamplingFeatureType
Namespace
http://diggsml.org/schemas/3
Annotations
Base type for all sampling features where investigations are conducted.
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
Source
<complexType name="AbstractSamplingFeatureType" abstract="true"><annotation><documentation>Base type for all sampling features where investigations are conducted.</documentation></annotation><complexContent><extension base="diggs:AbstractNamedFeatureType"><sequence><element ref="diggs:investigationTarget" maxOccurs="unbounded" minOccurs="0"/><element ref="diggs:projectRef" maxOccurs="unbounded"/><element minOccurs="0" ref="diggs:originalProjectRef"/><element maxOccurs="unbounded" minOccurs="0" ref="diggs:associatedProjectRef"/><element minOccurs="0" ref="diggs:programRef"/><element maxOccurs="unbounded" minOccurs="0" name="environment" type="diggs:EnvironmentPropertyType"><annotation><documentation>Reference to an object containing environmental parameters recorded during construction of the sampling feature</documentation></annotation></element><element maxOccurs="unbounded" minOccurs="0" name="otherSamplingFeatureProperty" type="diggs:ParameterPropertyType"><annotation><documentation>Reference to an Parameter object containing the name, value or range of values and unit of measure of a property or a measurement parameter.</documentation></annotation></element><element name="locality" type="diggs:LocalityPropertyType" minOccurs="0" maxOccurs="1"><annotation><documentation>A reference to a Locality object, containing non-coordinate location information for a feature.</documentation></annotation></element><element name="referencePoint" type="diggs:PointLocationPropertyType" minOccurs="1"><annotation><documentation>Reference to a PointLocation object on the feature that defines the location of the samplingFeature within a known spatial 3D CRS or compound CRS (geographic or projected 2D CRS, plus a vertical CRS).</documentation></annotation></element><element minOccurs="0" name="localCoordinates" type="diggs:LocalCoordinatePropertyType"><annotation><documentation>A reference to a LocalCoordinate object that holds the values of local coordinates for the reference point of the associated feature.</documentation></annotation></element></sequence></extension></complexContent></complexType>