Class <<FeatureType>> Foliation (extends GeologicStructure)
A planar arrangement of textural or structural features in any type of rock. Includes any of a wide variety of penetrative planar geological structures that may be present in a rock. Examples include schistosity, mylonitic foliation, penetrative bedding structure (lamination), and cleavage. Following the proposed definition of gneiss by the NADM Science Language Technical Team, penetrative planar foliation defined by layers > 5 mm thick is considered Layering.
Bedding as a fabric representing the average orientation of paleodepositional surface should be encoded through the foliationType; might apply to bedding that is layering or a foliation without layering (e.g. clast alignment in amalgamated beds).
Local Subclasses:
Layering
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
observationMethod
|
CGI_TermValue
|
1..* |
GeologicFeature
|
Term(s) that specify the method by which the values for the GeologicFeature were obtained (e.g. point count, brunton compass on site, air photo interpretation, field observation, hand specimen, laboratory, aerial photography, creative imagination...). This corresponds (loosely) to ISO19115 Lineage.
Statement specifies the method that was used to identify the MappedFeature. Examples: . |
Attribute tagged values
Tag |
Value |
sequenceNumber |
2 |
|
|
|
|
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: Instance, TypicalNorm, IdentifyingNorm. |
Attribute tagged values
Tag |
Value |
sequenceNumber |
3 |
|
|
|
|
definingElement
|
CGI_Term
|
0..* |
Foliation |
Kinds of describable inhomogeneity in a rock body that may define a GeologicStructure. Examples include Discontinuity, Shaped Surface, Oriented Particle, Material Boundary, and Layer. |
Attribute tagged values
Tag |
Value |
sequenceNumber |
2 |
|
|
|
|
foliationType
|
ControlledConcept
|
1..1 |
Foliation |
Specifies the type of foliation. Examples include crenulation cleavage, slaty cleavage, schistosity |
Attribute tagged values
Tag |
Value |
sequenceNumber |
3 |
|
|
|
|
continuity
|
CGI_Term
|
0..* |
Foliation |
terms to distinguish continuous vs. disjunct cleavages |
Attribute tagged values
Tag |
Value |
sequenceNumber |
4 |
|
|
|
|
intensity
|
CGI_Term
|
0..1 |
Foliation |
How well the foliation is developed. Terms such as weak, moderate, strong. |
Attribute tagged values
Tag |
Value |
sequenceNumber |
5 |
|
|
|
|
mineralElement
|
Mineral
|
0..* |
Foliation |
The mineral that defines the foliation |
Attribute tagged values
Tag |
Value |
sequenceNumber |
6 |
|
|
|
|
orientation
|
CGI_PlanarOrientation
|
0..* |
Foliation |
The planar orientation of the foliation |
Attribute tagged values
Tag |
Value |
sequenceNumber |
7 |
|
|
|
|
spacing
|
CGI_Numeric
|
0..1 |
Foliation |
linear dimension representing the thickness of foliation domains. Also use for thickness of layers of a given composition |
Attribute tagged values
Tag |
Value |
sequenceNumber |
8 |
|
|
|
|
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 |
4 |
|
|
|
|
preferredAge
|
GeologicEvent
|
0..1 |
GeologicFeature
|
Specifies the geologic event that the data supplier considers the 'preferred' event age and event process for that feature. This is the age and process of the feature that would be commonly shown on a geologic map (eg deposition age, peak temperature age, intrusion age). Normative geologic unit descriptions are expected to include an age specification whenever the age is constrained--even if the range is very large (e.g. Phanerozoic....). |
Association tagged values
Tag |
Value |
sequenceNumber |
5 |
|
|
|
|
geologicHistory
|
GeologicEvent
|
0..* |
GeologicFeature
|
A sequence of GeologicEvents with role geologicHistory allow describing the Genesis of the GeologicFeature. In future versions of GeoSciML this sequence should be ordered. |
Association tagged values
Tag |
Value |
sequenceNumber |
6 |
|
|
|
|
targetLink
|
GeologicFeatureRelation
|
0..* |
GeologicFeature
|
Specifies the GeologicFeatureRelation that links the 'source' GeologicFeature to the 'target' GeologicFeature. |
Association tagged values
Tag |
Value |
sequenceNumber |
8 |
|
|
|
|
metadata
|
MD_Metadata |
0..1 |
GeologicFeature
|
feature level metadata associated with the GeologicFeature |
Association tagged values
Tag |
Value |
inlineOrByReference |
byReference |
sequenceNumber |
10 |
|
|
|
|
Constraints
Constraint |
Type |
Status |
Weight |
Tagged values
Tag |
Value |
Notes |
byValuePropertyType |
false |
Values: true,false Default: false Description: enforce the 'by value' property pattern without xl
|
hasXmlLang |
false |
Values: true | false Default: false Description: axml attribute xml:lang shall be generated for the type representing the class
|
isCollection |
false |
Values: true,false Default: false Description: attribute group gml:AggregationAttributeGroup is a
|
noPropertyType |
false |
Values: true,false Default: false Description: suppress automatic creation of *PropertyType compl
|
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Foliation" substitutionGroup="gsml:GeologicStructure" type="gsml:FoliationType">
<xs:annotation>
<xs:documentation>A planar arrangement of textural or structural features in any type of rock. Includes any of a wide variety of penetrative planar geological structures that may be present in a rock. Examples include schistosity, mylonitic foliation, penetrative bedding structure (lamination), and cleavage. Following the proposed definition of gneiss by the NADM Science Language Technical Team, penetrative planar foliation defined by layers > 5 mm thick is considered Layering.
Bedding as a fabric representing the average orientation of paleodepositional surface should be encoded through the foliationType; might apply to bedding that is layering or a foliation without layering (e.g. clast alignment in amalgamated beds).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FoliationType">
<xs:complexContent>
<xs:extension base="gsml:GeologicStructureType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="definingElement" type="gsml:CGI_TermPropertyType">
<xs:annotation>
<xs:documentation>Kinds of describable inhomogeneity in a rock body that may define a GeologicStructure. Examples include Discontinuity, Shaped Surface, Oriented Particle, Material Boundary, and Layer.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="foliationType" type="gsml:ControlledConceptPropertyType">
<xs:annotation>
<xs:documentation>Specifies the type of foliation. Examples include crenulation cleavage, slaty cleavage, schistosity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="continuity" type="gsml:CGI_TermPropertyType">
<xs:annotation>
<xs:documentation>terms to distinguish continuous vs. disjunct cleavages</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="intensity" type="gsml:CGI_TermPropertyType">
<xs:annotation>
<xs:documentation>How well the foliation is developed. Terms such as weak, moderate, strong.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="mineralElement" type="gsml:MineralPropertyType">
<xs:annotation>
<xs:documentation>The mineral that defines the foliation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="orientation" type="gsml:CGI_PlanarOrientationPropertyType">
<xs:annotation>
<xs:documentation>The planar orientation of the foliation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="spacing" type="gsml:CGI_NumericPropertyType">
<xs:annotation>
<xs:documentation>linear dimension representing the thickness of foliation domains. Also use for thickness of layers of a given composition</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FoliationPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsml:Foliation"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>
|