Class <<FeatureType>> MiningFeature

The abstract MiningFeature class represents a conceptual feature that exists coherently in the world.
* this corresponds with a "Mine" or a "MiningActivity", locatable and identifiable features in time and/or space

Local Subclasses: Mine MiningActivity

Attributes

Name Type Bounds From Class Notes
 

Outbound Associations

Name Type Multiplicity From Class Notes
occurrence MiningFeatureOccurrence 0..* MiningFeature Point to the single MiningFeature which describes the Mining feature Occurrence
Association tagged values
Tag Value
sequenceNumber 2
 

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" abstract="true" name="MiningFeature" substitutionGroup="gml:_Feature" type="er:MiningFeatureType">
    <xs:annotation>
        <xs:documentation>The abstract MiningFeature class represents a conceptual feature that exists coherently in the world.
   * this corresponds with a "Mine" or a "MiningActivity",  locatable and identifiable features in time and/or space</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" name="MiningFeatureType">
    <xs:complexContent>
        <xs:extension base="gml:AbstractFeatureType">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="occurrence" type="er:MiningFeatureOccurrencePropertyType">
                    <xs:annotation>
                        <xs:documentation>Point to the single MiningFeature which describes the Mining feature Occurrence</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="MiningFeaturePropertyType">
    <xs:sequence minOccurs="0">
        <xs:element ref="er:MiningFeature"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>