Class <<DataType>> CGI_GeometricDescriptionValue

Description of the planar or linear orientation of a geologic feature.
Allows specifying direction by DirectionVector (eg Dip/Dip Direction), compass point (NE), description ("toward fold hinge", "below')

Local Subclasses: CGI_LinearOrientation CGI_PlanarOrientation

Attributes

Name Type Bounds From Class Notes
determinationMethod CGI_TermValue 0..1 CGI_GeometricDescriptionValue Describes the way the dip value was determined eg measured, inferred from dip slope etc
Attribute tagged values
Tag Value
sequenceNumber 2
descriptiveOrientation CGI_Term 0..1 CGI_GeometricDescriptionValue terminologic specification of orientation, referencing to some local geography
Attribute tagged values
Tag Value
sequenceNumber 3
 

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" abstract="true" name="CGI_GeometricDescriptionValue" type="gsml:CGI_GeometricDescriptionValueType">
    <xs:annotation>
        <xs:documentation>Description of the planar or linear orientation of a geologic feature.   
Allows specifying direction by DirectionVector (eg Dip/Dip Direction), compass point (NE),  description ("toward fold hinge", "below')</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" name="CGI_GeometricDescriptionValueType">
    <xs:sequence>
        <xs:element maxOccurs="1" minOccurs="0" name="determinationMethod" type="gsml:CGI_TermValuePropertyType">
            <xs:annotation>
                <xs:documentation>Describes the way the dip value was determined eg measured, inferred from dip slope etc</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="1" minOccurs="0" name="descriptiveOrientation" type="gsml:CGI_TermPropertyType">
            <xs:annotation>
                <xs:documentation>terminologic specification of orientation, referencing to some local geography</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_GeometricDescriptionValuePropertyType">
    <xs:sequence>
        <xs:element ref="gsml:CGI_GeometricDescriptionValue"/>
    </xs:sequence>
</xs:complexType>