Class <<DataType>> CGI_LinearOrientation (extends CGI_GeometricDescriptionValue )

Description of the measured orientation of a line. At least one of plunge or trend should not be nil.

Local Subclasses: CGI_Vector

Attributes

Name Type Bounds From Class Notes
determinationMethod DeterminationMethodTerm 1..1 CGI_GeometricDescriptionValue Describes the way the orientation value was determined (eg measured, inferred from dip slope, etc)
Attribute tagged values
Tag Value
inlineOrByReference byReference
sequenceNumber 1
nillable True
descriptiveOrientation CharacterString 1..1 CGI_GeometricDescriptionValue Textual specification of orientation, possibly referencing some local geography
Attribute tagged values
Tag Value
sequenceNumber 2
nillable True
directed LinearDirectedCode 1..1 CGI_LinearOrientation To indicate if orientation represents linear feature that is directed, e.g. clast imbrication, mylonitic lineation with sense of shear, slickenlines with displacement direction, rather than undirected. A code list to indicate which is the directed end of the linear orientation
Attribute tagged values
Tag Value
sequenceNumber 1
inlineOrByReference byReference
nillable True
plunge QuantityRange 1..1 CGI_LinearOrientation Magnitude of the plunge.
Attribute tagged values
Tag Value
sequenceNumber 2
nillable True
trend QuantityRange 1..1 CGI_LinearOrientation The azimuth (compass bearing) value of the linear orientation.
Attribute tagged values
Tag Value
sequenceNumber 3
nillable True
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

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="CGI_LinearOrientation" substitutionGroup="gsmlu:CGI_GeometricDescriptionValue" type="gsmlu:CGI_LinearOrientationType">

    <xs:annotation>

        <xs:documentation>Description of the measured orientation of a line.  At least one of plunge or trend should not be nil.</xs:documentation>

    </xs:annotation>

</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_LinearOrientationType">

    <xs:complexContent>

        <xs:extension base="gsmlu:CGI_GeometricDescriptionValueType">

            <xs:sequence>

                <xs:element name="directed" nillable="true" type="gml:ReferenceType">

                    <xs:annotation>

                        <xs:appinfo>

                            <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlu:LinearDirectedCodeType</gml:targetElement>

                        </xs:appinfo>

                        <xs:documentation>To indicate if orientation represents linear feature that is directed, e.g. clast imbrication, mylonitic lineation with sense of shear, slickenlines with displacement direction, rather than undirected.  A code list to indicate which is the directed end of the linear orientation</xs:documentation>

                    </xs:annotation>

                </xs:element>

                <xs:element name="plunge" nillable="true">

                    <xs:annotation>

                        <xs:documentation>Magnitude of the plunge.</xs:documentation>

                    </xs:annotation>

                    <xs:complexType>

                        <xs:complexContent>

                            <xs:extension base="swe:QuantityRangePropertyType">

                                <xs:attribute name="nilReason" type="gml:NilReasonType"/>

                            </xs:extension>

                        </xs:complexContent>

                    </xs:complexType>

                </xs:element>

                <xs:element name="trend" nillable="true">

                    <xs:annotation>

                        <xs:documentation>The azimuth (compass bearing) value of the linear orientation.</xs:documentation>

                    </xs:annotation>

                    <xs:complexType>

                        <xs:complexContent>

                            <xs:extension base="swe:QuantityRangePropertyType">

                                <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="CGI_LinearOrientationPropertyType">

    <xs:sequence>

        <xs:element ref="gsmlu:CGI_LinearOrientation"/>

    </xs:sequence>

    <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>

</xs:complexType>