Class <<DataType>> NetSlipValue (extends DisplacementValue)
The total amount of slip displacement
Local Subclasses: (none)
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
hangingWallDirection
|
CGI_LinearOrientation
|
0..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 |
2 |
|
Constraints
Constraint |
Type |
Notes |
displacementDirection |
Invariant |
count(hangingWallQuadrant+displacementDirection)>=1 |
|
|
|
movementSense
|
CGI_TermValue
|
0..1 |
DisplacementValue
|
Direction of movement of the plates for sub-vertical faults (typically 'sinistral', 'dextral', 'left-lateral', 'dip-slip', 'unknown') |
Attribute tagged values
Tag |
Value |
sequenceNumber |
3 |
|
|
|
|
movementType
|
CGI_TermValue
|
0..1 |
DisplacementValue
|
Defines the type of movement (eg dip-slip, strike-slip) |
Attribute tagged values
Tag |
Value |
sequenceNumber |
4 |
|
|
|
|
netSlip
|
CGI_Vector
|
1..1 |
NetSlipValue |
The value of the net slip |
Attribute tagged values
Tag |
Value |
sequenceNumber |
2 |
|
|
|
|
Outbound Associations
Name |
Type |
Multiplicity |
From Class |
Notes |
slipComponent
|
SlipComponents
|
0..1 |
NetSlipValue |
Specifies the value of the individual slip component. |
Association tagged values
Tag |
Value |
sequenceNumber |
3 |
|
|
|
|
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
|
hasXmlLang |
false |
Values: true | false Default: false Description: axml attribute xml:lang shall be generated for the type representing the class
|
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" substitutionGroup="gsml:DisplacementValue" type="gsml:NetSlipValueType">
<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="gsml:DisplacementValueType">
<xs:sequence>
<xs:element name="netSlip" type="gsml:CGI_VectorPropertyType">
<xs:annotation>
<xs:documentation>The value of the net slip</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="slipComponent" type="gsml:SlipComponentsPropertyType"/>
</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="gsml:NetSlipValue"/>
</xs:sequence>
</xs:complexType>
|