Class <<DataType>> SeparationValue (extends DisplacementValue)

The amount of separation displacement

Local Subclasses: (none)

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
separation CGI_Vector 1..1 SeparationValue Reported apparent offset of planar feature, report as vector.
Attribute tagged values
Tag Value
sequenceNumber 1
 

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="SeparationValue" type="gsmlst:SeparationValueType" substitutionGroup="gsmlst:DisplacementValue">

    <xs:annotation>

        <xs:documentation>The amount of separation displacement</xs:documentation>

    </xs:annotation>

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

    <xs:complexContent>

        <xs:extension base="gsmlst:DisplacementValueType">

            <xs:sequence>

                <xs:element name="separation" type="gsmlu:CGI_VectorPropertyType">

                    <xs:annotation>

                        <xs:documentation>Reported apparent offset of planar feature, report as vector.</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="SeparationValuePropertyType">

    <xs:sequence>

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

    </xs:sequence>

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

</xs:complexType>