Class <<Type>> GeomorphologicRelation (extends GeologicFeatureRelation)
Use this association to relate a geomorphologic feature (ie, a landform) to a geologic unit which describes the surficial regolith materials which comprise or lie beneath the landform surface.
Local Subclasses: (none)
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
relationship
|
GeologicRelationshipTerm
|
1..1 |
GeologicRelation
|
A term from a controlled vocabulary to describe the geologic relationship |
Attribute tagged values
Tag |
Value |
sequenceNumber |
1 |
inlineOrByReference |
byReference |
|
|
|
|
sourceRole
|
RelationRoleTerm
|
1..1 |
GeologicRelation
|
The role played by the source geologic feature or object |
Attribute tagged values
Tag |
Value |
nillable |
True |
sequenceNumber |
2 |
inlineOrByReference |
byReference |
|
|
|
|
targetRole
|
RelationRoleTerm
|
1..1 |
GeologicRelation
|
The role played by the target geologic feature or object |
Attribute tagged values
Tag |
Value |
sequenceNumber |
3 |
inlineOrByReference |
byReference |
nillable |
True |
|
|
|
|
Outbound Associations
Name |
Type |
Multiplicity |
From Class |
Notes |
Constraints
Constraint |
Type |
Status |
Weight |
source must be a type of GeomorphologicFeature |
Invariant |
Approved |
1,00 |
target must be GeologicUnit |
Invariant |
Approved |
0,00 |
Tagged values
Tag |
Value |
Notes |
isCollection |
false |
Values: true | false Default: false Description: Identifies the data type as an object collection.
|
noPropertyType |
false |
Values: false Default: false Description: Surpress creation of a standard property type that supports inline 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" name="GeomorphologicRelation" substitutionGroup="gsml:GeologicFeatureRelation" type="gsmlgm:GeomorphologicRelationType">
<xs:annotation>
<xs:documentation>Use this association to relate a geomorphologic feature (ie, a landform) to a geologic unit which describes the surficial regolith materials which comprise or lie beneath the landform surface.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeomorphologicRelationType">
<xs:complexContent>
<xs:extension base="gsml:GeologicFeatureRelationType"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeomorphologicRelationPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsmlgm:GeomorphologicRelation"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|