Definition Type: ComplexType
Name: SamplingFeatureType
Namespace: http://www.opengis.net/sampling/1.0
Type: gml:AbstractFeatureType
Containing Schema: samplingBase.xsd
Abstract False
Documentation:
A "SamplingFeature" is a feature used primarily for taking observations.
Collapse XSD Schema Diagram:
Drilldown into surveyDetails Drilldown into relatedSamplingFeature Drilldown into relatedObservation Drilldown into sampledFeature Drilldown into location Drilldown into boundedBy Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into AbstractFeatureTypeXSD Diagram of SamplingFeatureType
Collapse XSD Schema Code:
<complexType name="SamplingFeatureType">
    <annotation>
        <documentation>A "SamplingFeature" is a feature used primarily for taking observations.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractFeatureType">
            <sequence>
                <element name="sampledFeature" type="gml:FeaturePropertyType" maxOccurs="unbounded">
                    <annotation>
                        <documentation>A SamplingFeature must be associated with one or more other features through an association role sampledFeature. 

							This association records the intention of the sample design. 

							The target of this association will usually be a domain feature.</documentation>
                    </annotation>
                </element>
                <element name="relatedObservation" type="om:ObservationPropertyType" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>A SamplingFeature is distinguished from typical domain feature types in that it has a set of [0..*] navigable associations with Observations, given the rolename relatedObservation. 

					This complements the association role “featureOfInterest” which is constrained to point back from the Observation to the Sampling-Feature. 

					The usual requirement of an Observation feature-of-interest is that its type has a property matching the observed-property on the Observation. 

					In the case of Sampling-features, the topology of the model and navigability of the relatedObservation role means that this requirement is satisfied automatically: 

					a property of the sampling-feature is implied by the observedProperty of a related observation. 

					This effectively provides an unlimited set of “soft-typed” properties on a Sampling Feature.</documentation>
                    </annotation>
                </element>
                <element name="relatedSamplingFeature" type="sa:SamplingFeatureRelationPropertyType" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Sampling features are frequently related to each other, as parts of complexes, networks, through sub-sampling, etc. 

							This is supported by the relatedSamplingFeature association with a SamplingFeatureRelation association class, which carries a source, target and role.</documentation>
                    </annotation>
                </element>
                <element name="surveyDetails" type="sa:SurveyProcedurePropertyType" minOccurs="0">
                    <annotation>
                        <documentation>A common requirement for sampling features is an indication of the SurveyProcedure 

							that provides the surveyDetails related to determination of its location and shape. </documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
boundedBy gml:boundedBy 0 (1)
location gml:location 0 (1)
sampledFeature sa:sampledFeature (1) unbounded
relatedObservation sa:relatedObservation 0 unbounded
relatedSamplingFeature sa:relatedSamplingFeature 0 unbounded
surveyDetails sa:surveyDetails 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
sa:SamplingFeature, sa:SamplingFeatureCollectionType, sa:SamplingPointType, sa:SpatiallyExtensiveSamplingFeatureType, sa:SpecimenType
Collapse Comments:
blog comments powered by Disqus