Class <<FeatureType>> Lineation (extends
GeologicStructure
)
GeologicStructure defined by aligned elongate elements. Lineation connotes a pervasive linear structure. Includes: flow lines, scratches, striae, slickenlines, linear arrangements of
elongate components in sediments, fold hinges (when abundant and closely spaced), elongate minerals, crinkles, and lines of intersection between penetrative planar structures.
Class also includes discrete linear structures like boudin, channel axis, tool marks.
Local Subclasses: (none)
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
definingElement
|
Category |
1..* |
Lineation |
Kinds of describable inhomogeneity in a rock body that may define a GeologicStructure. Examples include Oriented Particle. |
Attribute tagged values
Tag |
Value |
nillable |
True |
sequenceNumber |
1 |
|
|
|
|
lineationType
|
LineationTypeTerm
|
1..1 |
Lineation |
Type of lineation. Examples include: flow lines, scratches, striae, slickenlines, linear arrangements of elongate components in sediments, elongate minerals, crinkles, and lines of intersection between penetrative planar structures.
|
Attribute tagged values
Tag |
Value |
inlineOrByReference |
byReference |
sequenceNumber |
2 |
|
|
|
|
intensity
|
Category |
1..1 |
Lineation |
How well the lineation is developed. Terms such as weak, moderate, strong. |
Attribute tagged values
Tag |
Value |
sequenceNumber |
3 |
nillable |
True |
|
|
|
|
mineralElement
|
Mineral |
1..* |
Lineation |
Mineral that defines the lineation |
Attribute tagged values
Tag |
Value |
nillable |
True |
sequenceNumber |
4 |
|
|
|
|
orientation
|
CGI_LinearOrientation |
1..* |
Lineation |
Orientation of the lineation |
Attribute tagged values
Tag |
Value |
sequenceNumber |
5 |
nillable |
True |
|
|
|
|
Outbound Associations
Name |
Type |
Multiplicity |
From Class |
Notes |
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
|
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="Lineation" type="gsmlst:LineationType" substitutionGroup="gsmlst:GeologicStructure">
<xs:annotation>
<xs:documentation>GeologicStructure defined by aligned elongate elements. Lineation connotes a pervasive linear structure. Includes: flow lines, scratches, striae, slickenlines, linear arrangements of
elongate components in sediments, fold hinges (when abundant and closely spaced), elongate minerals, crinkles, and lines of intersection between penetrative planar structures.
Class also includes discrete linear structures like boudin, channel axis, tool marks.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LineationType">
<xs:complexContent>
<xs:extension base="gsmlst:GeologicStructureType">
<xs:sequence>
<xs:element name="definingElement" nillable="true" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Kinds of describable inhomogeneity in a rock body that may define a GeologicStructure. Examples include Oriented Particle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="swe:CategoryPropertyType">
<xs:attribute name="nilReason" type="gml:NilReasonType"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="lineationType" type="gml:ReferenceType">
<xs:annotation>
<xs:appinfo>
<gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlst:LineationTypeTerm</gml:targetElement>
</xs:appinfo>
<xs:documentation>Type of lineation.
Examples include: flow lines, scratches, striae, slickenlines, linear arrangements of elongate components in sediments, elongate minerals, crinkles, and lines of intersection between penetrative planar structures.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="intensity" nillable="true">
<xs:annotation>
<xs:documentation>How well the lineation is developed. Terms such as weak, moderate, strong.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="swe:CategoryPropertyType">
<xs:attribute name="nilReason" type="gml:NilReasonType"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="mineralElement" type="gsmlem:MineralPropertyType" nillable="true" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Mineral that defines the lineation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="orientation" nillable="true" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Orientation of the lineation</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="gsmlu:CGI_LinearOrientationPropertyType">
<xs:attribute name="nilReason" type="gml:NilReasonType"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LineationPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsmlst:Lineation"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|