Class <<FeatureType>> MiningFeatureOccurrence

 

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
observationMethod CGI_TermValue 1..* MiningFeatureOccurrence Specifies the method that was used to identify the MiningFeatureOccurrence. Examples: digitised, Global Positioning System, published map, fieldObservation, downhole survey, aerial photography, field survey. This corresponds (loosely) to ISO19115 Lineage.Statement
Attribute tagged values
Tag Value
sequenceNumber 2
positionalAccuracy CGI_Value 1..1 MiningFeatureOccurrence Examples: accurate, approximate, diagramatic, indefinite, unknown, 5 m. Corresponds to ISO19115 DQ_ThematicAccuracy (either quantitative or non quantitative).result.value
Attribute tagged values
Tag Value
sequenceNumber 3
 

Outbound Associations

Name Type Multiplicity From Class Notes
specification MiningFeature 1 MiningFeatureOccurrence Indicates the MiningFeature that the occurrence specifies
Points to any number of MiningFeatureOccurrences which are occurrences of the Miningfeature. MiningFeatureOccurrences may all be from a single map or from several maps, or reflect different levels of detail, eg point, area, 3D volume.
Association tagged values
Tag Value
sequenceNumber 4
location GM_Object 1 MiningFeatureOccurrence Points to the GML shape object that describes the geometry of the MiningFeatureOccurrence.
Association tagged values
Tag Value
sequenceNumber 5
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
 

GML-conformant XML Implementation Details

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MiningFeatureOccurrence" substitutionGroup="gml:_Feature" type="er:MiningFeatureOccurrenceType"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MiningFeatureOccurrenceType">
    <xs:complexContent>
        <xs:extension base="gml:AbstractFeatureType">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="1" name="observationMethod" type="gsml:CGI_TermValuePropertyType">
                    <xs:annotation>
                        <xs:documentation>Specifies the method that was used to identify the MiningFeatureOccurrence. Examples: digitised,  Global Positioning System, published map, fieldObservation, downhole survey, aerial photography, field survey. This corresponds (loosely) to ISO19115 Lineage.Statement</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="positionalAccuracy" type="gsml:CGI_ValuePropertyType">
                    <xs:annotation>
                        <xs:documentation>Examples: accurate, approximate, diagramatic, indefinite, unknown, 5 m. Corresponds to ISO19115 DQ_ThematicAccuracy (either quantitative or non quantitative).result.value</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="specification" type="er:MiningFeaturePropertyType">
                    <xs:annotation>
                        <xs:documentation>Indicates the MiningFeature that the occurrence specifies
Points to any number of MiningFeatureOccurrences which are occurrences of the Miningfeature.  MiningFeatureOccurrences may all be from a single map or from several maps, or reflect different levels of detail, eg point, area, 3D volume.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="location" type="gml:GeometryPropertyType">
                    <xs:annotation>
                        <xs:documentation>Points to the GML shape object that describes the geometry of the MiningFeatureOccurrence.</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="MiningFeatureOccurrencePropertyType">
    <xs:sequence minOccurs="0">
        <xs:element ref="er:MiningFeatureOccurrence"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>