Class <<DataType>> NetSlipValue (extends DisplacementValue)
The total amount of slip 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 |
|
|
|
|
netSlip
|
CGI_Vector
|
1..1 |
NetSlipValue |
The value of the net slip |
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 |
|
|
|
|
slipComponent
|
SlipComponents
|
1 |
NetSlipValue |
Specifies the value of the individual slip components. |
Association tagged values
Tag |
Value |
sequenceNumber |
2 |
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="NetSlipValue" type="gsmlst:NetSlipValueType" substitutionGroup="gsmlst:DisplacementValue">
<xs:annotation>
<xs:documentation>The total amount of slip displacement</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NetSlipValueType">
<xs:complexContent>
<xs:extension base="gsmlst:DisplacementValueType">
<xs:sequence>
<xs:element name="netSlip" type="gsmlu:CGI_VectorPropertyType">
<xs:annotation>
<xs:documentation>The value of the net slip</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="slipComponent" nillable="true">
<xs:annotation>
<xs:documentation>Specifies the value of the individual slip components.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="gsmlst:SlipComponentsPropertyType">
<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="NetSlipValuePropertyType">
<xs:sequence>
<xs:element ref="gsmlst:NetSlipValue"/>
</xs:sequence>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|