Class <<DataType>> DisplacementValue
Trying to express the displacement on a fault with respect to a planar approximation of its shape
Local Subclasses: NetSlipValue SeparationValue SlipComponentsAttributes
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 | ||||||||||||
|
||||||||||||||||
movementSense | CGI_TermValue | 0..1 | DisplacementValue | Direction of movement of the plates for sub-vertical faults (typically 'sinistral', 'dextral', 'left-lateral', 'dip-slip', 'unknown') | ||||||||||||
|
||||||||||||||||
movementType | CGI_TermValue | 0..1 | DisplacementValue | Defines the type of movement (eg dip-slip, strike-slip) | ||||||||||||
|
||||||||||||||||
Outbound Associations
Name | Type | Multiplicity | From Class | Notes |
---|
Constraints
Constraint | Type | Status | Weight |
---|
Tagged values
Tag | Value | Notes |
---|---|---|
byValuePropertyType | true | 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="DisplacementValue" type="gsml:DisplacementValueType"> <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 maxOccurs="1" minOccurs="0" name="hangingWallDirection" type="gsml:CGI_LinearOrientationPropertyType"> <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:element> <xs:element maxOccurs="1" minOccurs="0" name="movementSense" type="gsml:CGI_TermValuePropertyType"> <xs:annotation> <xs:documentation>Direction of movement of the plates for sub-vertical faults (typically 'sinistral', 'dextral', 'left-lateral', 'dip-slip', 'unknown')</xs:documentation> </xs:annotation> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="movementType" type="gsml:CGI_TermValuePropertyType"> <xs:annotation> <xs:documentation>Defines the type of movement (eg dip-slip, strike-slip)</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="gsml:DisplacementValue"/> </xs:sequence> </xs:complexType> |