Class <<DataType>> CGI_LinearOrientation (extends CGI_GeometricDescriptionValue )

Description of the geometry of a line.

Local Subclasses: CGI_Vector

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
directed LinearDirectedCode 0..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 2
plunge CGI_Value 0..1 CGI_LinearOrientation Magnitudeof the plunge. May be a term (eg steeply) or numeric (eg 75 degrees) or range.
Attribute tagged values
Tag Value
sequenceNumber 3
trend CGI_Value 0..1 CGI_LinearOrientation The azimuth (compass point, bearing etc) value of the linear orientation.
Attribute tagged values
Tag Value
sequenceNumber 4
 

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="CGI_LinearOrientation" substitutionGroup="gsml:CGI_GeometricDescriptionValue" type="gsml:CGI_LinearOrientationType">
    <xs:annotation>
        <xs:documentation>Description of the geometry of a line.</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_LinearOrientationType">
    <xs:complexContent>
        <xs:extension base="gsml:CGI_GeometricDescriptionValueType">
            <xs:sequence>
                <xs:element maxOccurs="1" minOccurs="0" name="directed" type="gsml:LinearDirectedCodeType">
                    <xs:annotation>
                        <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 maxOccurs="1" minOccurs="0" name="plunge" type="gsml:CGI_ValuePropertyType">
                    <xs:annotation>
                        <xs:documentation>Magnitudeof the plunge.  May be a term (eg steeply) or numeric (eg 75 degrees) or range.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element maxOccurs="1" minOccurs="0" name="trend" type="gsml:CGI_ValuePropertyType">
                    <xs:annotation>
                        <xs:documentation>The azimuth (compass point, bearing etc) value of the linear orientation.</xs:documentation>
                    </xs:annotation>
                </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="gsml:CGI_LinearOrientation"/>
    </xs:sequence>
</xs:complexType>