Class <<DataType>> CGI_PlanarOrientation (extends CGI_GeometricDescriptionValue )

Description of the geometry of a plane.

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
convention ConventionCode 1..1 CGI_PlanarOrientation The convention used for the measurement
Attribute tagged values
Tag Value
sequenceNumber 2
azimuth CGI_Value 0..1 CGI_PlanarOrientation The azimuth (compass point, bearing etc) value of the orientation.
Attribute tagged values
Tag Value
sequenceNumber 3
dip CGI_Value 0..1 CGI_PlanarOrientation Dip is the angle that the structural surface (eg bedding, fault plane) makes with the horizontal measured perpindicular to the strike of the structure and in the vertical plane as a numeric or term
Attribute tagged values
Tag Value
sequenceNumber 4
polarity PlanarPolarityCode 1..1 CGI_PlanarOrientation Indicates whether the planar orientation is associated with a directed feature that is overturned, upright, vertical etc.
Attribute tagged values
Tag Value
sequenceNumber 5
 

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_PlanarOrientation" substitutionGroup="gsml:CGI_GeometricDescriptionValue" type="gsml:CGI_PlanarOrientationType">
    <xs:annotation>
        <xs:documentation>Description of the geometry of a plane.</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_PlanarOrientationType">
    <xs:complexContent>
        <xs:extension base="gsml:CGI_GeometricDescriptionValueType">
            <xs:sequence>
                <xs:element name="convention" type="gsml:ConventionCodeType">
                    <xs:annotation>
                        <xs:documentation>The convention used for the measurement</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element maxOccurs="1" minOccurs="0" name="azimuth" type="gsml:CGI_ValuePropertyType">
                    <xs:annotation>
                        <xs:documentation>The azimuth (compass point, bearing etc) value of the orientation.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element maxOccurs="1" minOccurs="0" name="dip" type="gsml:CGI_ValuePropertyType">
                    <xs:annotation>
                        <xs:documentation>Dip is the angle that the structural surface (eg bedding, fault plane) makes with the horizontal measured perpindicular to the strike of the structure and in the vertical plane as a numeric or term</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="polarity" type="gsml:PlanarPolarityCodeType">
                    <xs:annotation>
                        <xs:documentation>Indicates whether the planar orientation is associated with a directed feature that is overturned, upright, vertical etc.</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_PlanarOrientationPropertyType">
    <xs:sequence>
        <xs:element ref="gsml:CGI_PlanarOrientation"/>
    </xs:sequence>
</xs:complexType>