Class <<FeatureType>> GeologicStructure (extends GeologicFeature )
A configuration of matter in the Earth based on describable inhomogeneity, pattern, or fracture in an EarthMaterial.
The identity of a GeologicStructure is independent of the material that is the substrate for the structure.
Properties like "clast-supported", "matrix-supported", and "graded bed" that do not involve orientation are considered kinds of GeologicStructure
because they depend on the configuration of parts of a rock body. Includes sedimentary structures.
The general GeologicRelation is used to associate penetrative GeologicStructures with GeologicUnits.
Attributes
| Name | Type | Bounds | From Class | Notes |
|---|
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes |
|---|
Constraints
| Constraint | Type | Status | Weight |
|---|---|---|---|
| must have at least one related GeologicHistory | Invariant | Approved | 0,00 |
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="GeologicStructure" type="gsmlst:GeologicStructureType" abstract="true" substitutionGroup="gsml:GeologicFeature">
<xs:annotation>
<xs:documentation>A configuration of matter in the Earth based on describable inhomogeneity, pattern, or fracture in an EarthMaterial.
The identity of a GeologicStructure is independent of the material that is the substrate for the structure.
Properties like "clast-supported", "matrix-supported", and "graded bed" that do not involve orientation are considered kinds of GeologicStructure
because they depend on the configuration of parts of a rock body. Includes sedimentary structures.
The general GeologicRelation is used to associate penetrative GeologicStructures with GeologicUnits.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicStructureType" abstract="true">
<xs:complexContent>
<xs:extension base="gsml:GeologicFeatureType"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GeologicStructurePropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsmlst:GeologicStructure"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|