Class <<FeatureType>> GeomorphologicFeature (extends
GeologicFeature
)
A feature describing the shape and nature of the Earth's land surface (ie, a landform). These landforms may be created by natural Earth processes (eg, river channel, beach, moraine, mountain) or through human (anthropogenic) activity (eg, dredged channel, reclaimed land, mine waste dumps).
Local Subclasses:
AnthropogenicGeomorphologicFeature
NaturalGeomorphologicFeature
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
observationMethod
|
Category |
1..* |
GeologicFeature
|
Feature ObservationMethod specifies the approach to acquiring the collection of attribute values that constitute an individual feature instance (e.g. point count, brunton compass on site, air photo interpretation, field observation, hand specimen, laboratory, aerial photography, creative imagination). ObservationMethod is a convenience property that provides a quick and dirty approach to observation metadata when data are reported using a feature view (as opposed to observation view). For a borehole, the GeologicFeature observation method specifies how the geologic properties were determined (eg, visual observation, or standard AzGS logging procedure (described in detail somewhere else)). This property corresponds (loosely) to ISO19115 Lineage. |
Attribute tagged values
Tag |
Value |
sequenceNumber |
1 |
nillable |
True |
|
|
|
|
purpose
|
DescriptionPurpose
|
1..1 |
GeologicFeature
|
Specification of the intended purpose/level of abstraction for a given feature or object instance. Scoped name because intention is asserted by author of the data instance. Values are: instance, typicalNorm, definingNorm.
|
Attribute tagged values
Tag |
Value |
sequenceNumber |
2 |
|
|
|
|
Outbound Associations
Name |
Type |
Multiplicity |
From Class |
Notes |
occurrence
|
MappedFeature
|
0..* |
GeologicFeature
|
Points to any number of mapped features which are occurrences of the geologic feature. Mapped features may all be from a single map or from several maps. |
Association tagged values
Tag |
Value |
sequenceNumber |
3 |
|
|
|
|
relatedFeature
|
GeologicFeature
|
1..* |
GeologicFeature
|
Any geologic feature may be related to another geologic feature. For example, one geologic unit may "overlie" another geologic unit; a geologic unit may be "intersected by" a fault. |
Association tagged values
Tag |
Value |
sequenceNumber |
4 |
nillable |
True |
|
|
|
|
classifier
|
ControlledConcept
|
1 |
GeologicFeature
|
A standard description or definition of the feature type (eg; the definition of a particular Geologic Unit in a stratigraphic lexicon) |
Association tagged values
Tag |
Value |
inlineOrByReference |
byReference |
sequenceNumber |
9 |
|
|
|
|
metadata
|
MD_Metadata |
1 |
GeologicFeature
|
|
Association tagged values
Tag |
Value |
sequenceNumber |
20 |
nillable |
True |
|
|
|
|
Constraints
Constraint |
Type |
Status |
Weight |
Tagged values
Tag |
Value |
Notes |
byValuePropertyType |
false |
Values: false Default: false Description: Create a property type that requires that the instance is encoded inline (applies to ISO 19136:2007 encoding rule). Always set to false in INSPIRE.
|
isCollection |
false |
Values: true | false Default: false Description: Identifies the feature type as a feature collection.
|
noPropertyType |
false |
Values: false Default: false Description: Surpress creation of a standard property type that supports inline or by-reference encoding (applies to ISO 19136:2007 encoding rule). Always set to false in INSPIRE.
|
xsdEncodingRule |
iso19136_2007_INSPIRE_Extensions |
Values: iso19136_2007 | iso19139_2007 | iso19136_2007_INSPIRE_Extensions Default: iso19136_2007_INSPIRE_Extensions Description: XML Schema encoding rule to apply
|
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" name="GeomorphologicFeature" substitutionGroup="gsml:GeologicFeature" type="gsmlgm:GeomorphologicFeatureType">
<xs:annotation>
<xs:documentation>A feature describing the shape and nature of the Earth's land surface (ie, a landform). These landforms may be created by natural Earth processes (eg, river channel, beach, moraine, mountain) or through human (anthropogenic) activity (eg, dredged channel, reclaimed land, mine waste dumps).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" name="GeomorphologicFeatureType">
<xs:complexContent>
<xs:extension base="gsml:GeologicFeatureType"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeomorphologicFeaturePropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsmlgm:GeomorphologicFeature"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|