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
|
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 |
|
|
|
|
magnitude
|
QuantityRange |
1..1 |
CGI_Vector |
The numerical length of a linear vector |
Attribute tagged values
Tag |
Value |
sequenceNumber |
1 |
|
|
|
|
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_Vector" substitutionGroup="gsmlu:CGI_LinearOrientation" type="gsmlu: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="gsmlu:CGI_LinearOrientationType">
<xs:sequence>
<xs:element name="magnitude" type="swe:QuantityRangePropertyType">
<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="gsmlu:CGI_Vector"/>
</xs:sequence>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|