Class <<DataType>> DisplacementValue

Trying to express the displacement on a fault with respect to a planar approximation of its shape

Local Subclasses: NetSlipValue SeparationValue SlipComponents

Attributes

Name Type Bounds From Class Notes
hangingWallDirection CGI_LinearOrientation 1..1 DisplacementValue Normally the compass quadrant indicating the hangingwall side of the fault-system for faults that are steep enough to define a hanging-wall on the map trace
Attribute tagged values
Tag Value
sequenceNumber 1
nillable True
Constraints
Constraint Type Notes
displacementDirection Invariant count(hangingWallQuadrant+displacementDirection)>=1
movementSense MovementSenseTerm 1..1 DisplacementValue eg, dextral, sinistral
Attribute tagged values
Tag Value
sequenceNumber 2
inlineOrByReference byReference
nillable True
movementType MovementTypeTerm 1..1 DisplacementValue Defines the type of movement (eg dip-slip, strike-slip)
Attribute tagged values
Tag Value
inlineOrByReference byReference
sequenceNumber 3
nillable True
 

Outbound Associations

Name Type Multiplicity From Class Notes
displacementEvent DisplacementEvent 1..* DisplacementValue A description of the age, environment and process of a shear displacement event
Association tagged values
Tag Value
sequenceNumber 4
nillable True
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
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="DisplacementValue" type="gsmlst:DisplacementValueType" substitutionGroup="gml:AbstractObject">

    <xs:annotation>

        <xs:documentation>Trying to express the displacement on a fault with respect to a planar approximation of its shape</xs:documentation>

    </xs:annotation>

</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DisplacementValueType">

    <xs:sequence>

        <xs:element name="hangingWallDirection" nillable="true">

            <xs:annotation>

                <xs:documentation>Normally the compass quadrant indicating the hangingwall side of the fault-system for faults that are steep enough to define a hanging-wall on the map trace</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:element name="movementSense" type="gml:ReferenceType" nillable="true">

            <xs:annotation>

                <xs:appinfo>

                    <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlst:MovementSenseTermType</gml:targetElement>

                </xs:appinfo>

                <xs:documentation>eg, dextral, sinistral</xs:documentation>

            </xs:annotation>

        </xs:element>

        <xs:element name="movementType" type="gml:ReferenceType" nillable="true">

            <xs:annotation>

                <xs:appinfo>

                    <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlst:MovementTypeTermType</gml:targetElement>

                </xs:appinfo>

                <xs:documentation>Defines the type of movement  (eg dip-slip, strike-slip)</xs:documentation>

            </xs:annotation>

        </xs:element>

        <xs:element name="displacementEvent" type="gsmlst:DisplacementEventPropertyType" minOccurs="1" maxOccurs="unbounded" nillable="true">

            <xs:annotation>

                <xs:documentation>A description of the age, environment and process of a shear displacement event</xs:documentation>

            </xs:annotation>

        </xs:element>

    </xs:sequence>

</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DisplacementValuePropertyType">

    <xs:sequence>

        <xs:element ref="gsmlst:DisplacementValue"/>

    </xs:sequence>

    <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>

</xs:complexType>