Class <<DataType>> CGI_Vector (extends CGI_LinearOrientation)

data type for linear orientation with magnitude. Cardinality on magnitude is 1, if magnitude is unknown use CGI_LinearOrientation

Local Subclasses: (none)

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
magnitude CGI_NumericValue 1..1 CGI_Vector The numerical length of a linear vector
Attribute tagged values
Tag Value
sequenceNumber 2
 

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_Vector" substitutionGroup="gsml:CGI_LinearOrientation" type="gsml:CGI_VectorType">
    <xs:annotation>
        <xs:documentation>data type for linear orientation with magnitude. Cardinality on magnitude is 1, if magnitude is unknown use CGI_LinearOrientation</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_VectorType">
    <xs:complexContent>
        <xs:extension base="gsml:CGI_LinearOrientationType">
            <xs:sequence>
                <xs:element name="magnitude" type="gsml:CGI_NumericValuePropertyType">
                    <xs:annotation>
                        <xs:documentation>The numerical length of a linear vector</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_VectorPropertyType">
    <xs:sequence>
        <xs:element ref="gsml:CGI_Vector"/>
    </xs:sequence>
</xs:complexType>