Class <<Enumeration>> ConventionCode
Code list to specify the convention used for the orientation measurement
Local Subclasses: (none)Attributes
Name | Type | Bounds | From Class | Notes | |
---|---|---|---|---|---|
dip dip direction | 1..1 | ConventionCode | The orientation measurement consists of a dip and a dip direction. Dip is the angle that the structural surface (eg bedding, fault plane) makes with the horizontal measured perpindicular to the strike of the structure and in the vertical plane Dip direction is the azimuth perpindicular to the strike of the structure |
||
strike dip right hand rule | 1..1 | ConventionCode | The strike and dip of planar data is listed according to the ‘right-hand rule’ or, as one looks along the strike direction, the surface dips to the right. Dip is the angle that the structural surface (eg bedding, fault plane) makes with the horizontal measured perpindicular to the strike of the structure and in the vertical plane |
||
Outbound Associations
Name | Type | Multiplicity | From Class | Notes |
---|
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 |
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:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ConventionCodeType"> <xs:restriction base="string"> <xs:enumeration value="dip dip direction"> <xs:annotation> <xs:documentation>The orientation measurement consists of a dip and a dip direction. Dip is the angle that the structural surface (eg bedding, fault plane) makes with the horizontal measured perpindicular to the strike of the structure and in the vertical plane Dip direction is the azimuth perpindicular to the strike of the structure</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="strike dip right hand rule"> <xs:annotation> <xs:documentation>The strike and dip of planar data is listed according to the ?right-hand rule? or, as one looks along the strike direction, the surface dips to the right. Dip is the angle that the structural surface (eg bedding, fault plane) makes with the horizontal measured perpindicular to the strike of the structure and in the vertical plane</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |