Class <<FeatureType>> ShearDisplacementStructure (extends GeologicStructure )

A shear displacement structure includes all brittle to ductile style structures along which displacement has occurred, from a simple, single 'planar' brittle or ductile surface to a fault system comprised of 10's of strands of both brittle and ductile nature. This structure may have some significant thickness (a deformation zone) and have an associated body of deformed rock that may be considered a DeformationUnit

Local Subclasses: FaultSystem

Attributes

Name Type Bounds From Class Notes
faultType FaultTypeTerm 1..1 ShearDisplacementStructure Refers to a vocabulary of terms describing the type of shear displacement structure (eg; thrust fault, normal fault, wrench fault).
Attribute tagged values
Tag Value
sequenceNumber 1
inlineOrByReference byReference
deformationStyle DeformationStyleTerm 1..1 ShearDisplacementStructure A mandatory element referring to a vocabulary of terms to describe the style of deformation, ie brittle (fault, breccia), ductile (shear), brittle-ductile, unknown.
Attribute tagged values
Tag Value
sequenceNumber 2
inlineOrByReference byReference
planeOrientation CGI_PlanarOrientation 1..1 ShearDisplacementStructure Allows capturing the orientation of the plane of the structure
Attribute tagged values
Tag Value
sequenceNumber 3
nillable True
 

Outbound Associations

Name Type Multiplicity From Class Notes
totalDisplacement DisplacementValue 1 ShearDisplacementStructure Describes the total displacement DisplacementValues
Association tagged values
Tag Value
sequenceNumber 4
nillable True
physicalProperty PhysicalDescription 1..* ShearDisplacementStructure Describes the physical properties of a ShearDisplacementStructure, (eg; the magnetic signature of a shear zone)
Association tagged values
Tag Value
nillable True
sequenceNumber 5
system FaultSystem 1 ShearDisplacementStructure Describes the fault system to which a ShearDisplacementStructures belongs
Association tagged values
Tag Value
nillable True
sequenceNumber 6
 

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="ShearDisplacementStructure" type="gsmlst:ShearDisplacementStructureType" substitutionGroup="gsmlst:GeologicStructure">
    <xs:annotation>
        <xs:documentation>A shear displacement structure includes all brittle to ductile style structures along which displacement has occurred, from a simple, single 'planar' brittle or ductile surface to a fault system comprised of 10's of strands of both brittle and ductile nature. This structure may have some significant thickness (a deformation zone) and have an associated body of deformed rock that may be considered a DeformationUnit</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ShearDisplacementStructureType">
    <xs:complexContent>
        <xs:extension base="gsmlst:GeologicStructureType">
            <xs:sequence>
                <xs:element name="faultType" type="gml:ReferenceType">
                    <xs:annotation>
                        <xs:appinfo>
                            <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlst:FaultTypeTerm</gml:targetElement>
                        </xs:appinfo>
                        <xs:documentation>Refers to a vocabulary of terms describing the type of shear displacement structure (eg; thrust fault, normal fault, wrench fault).</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="deformationStyle" type="gml:ReferenceType">
                    <xs:annotation>
                        <xs:appinfo>
                            <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlst:DeformationStyleTerm</gml:targetElement>
                        </xs:appinfo>
                        <xs:documentation>A mandatory element referring to a vocabulary of terms to describe the style of deformation, ie brittle (fault, breccia), ductile (shear), brittle-ductile, unknown.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="planeOrientation" nillable="true">
                    <xs:annotation>
                        <xs:documentation>Allows capturing the orientation of the plane of the structure</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                        <xs:complexContent>
                            <xs:extension base="gsmlu:CGI_PlanarOrientationPropertyType">
                                <xs:attribute name="nilReason" type="gml:NilReasonType"/>
                            </xs:extension>
                        </xs:complexContent>
                    </xs:complexType>
                </xs:element>
                <xs:element name="totalDisplacement" nillable="true">
                    <xs:annotation>
                        <xs:documentation>Describes the total displacement DisplacementValues</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                        <xs:complexContent>
                            <xs:extension base="gsmlst:DisplacementValuePropertyType">
                                <xs:attribute name="nilReason" type="gml:NilReasonType"/>
                            </xs:extension>
                        </xs:complexContent>
                    </xs:complexType>
                </xs:element>
                <xs:element name="physicalProperty" nillable="true" minOccurs="1" maxOccurs="unbounded">
                    <xs:annotation>
                        <xs:documentation>Describes the physical properties of a ShearDisplacementStructure, (eg; the magnetic signature of a shear zone)</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                        <xs:complexContent>
                            <xs:extension base="gsmlpp:PhysicalDescriptionPropertyType">
                                <xs:attribute name="nilReason" type="gml:NilReasonType"/>
                            </xs:extension>
                        </xs:complexContent>
                    </xs:complexType>
                </xs:element>
                <xs:element name="system" type="gsmlst:FaultSystemPropertyType" nillable="true">
                    <xs:annotation>
                        <xs:documentation>Describes the fault system to which a ShearDisplacementStructures belongs</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="ShearDisplacementStructurePropertyType">
    <xs:sequence minOccurs="0">
        <xs:element ref="gsmlst:ShearDisplacementStructure"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
    <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>