Class <<FeatureType>> Mine (extends MiningFeature )

(A) An underground excavation for the extraction of mineral deposits, in contrast to surficial excavations such as quarries. The term is also applied to various types of open-pit workings. (B) The area or property of a mineral deposit that is being excavated; a mining claim.

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
startDate TM_Instant 0..1 Mine Date the mine commenced.
Attribute tagged values
Tag Value
sequenceNumber 2
endDate TM_Instant 0..1 Mine Date the mine ceased.
Attribute tagged values
Tag Value
sequenceNumber 3
mineName MineName 1..* Mine
Attribute tagged values
Tag Value
sequenceNumber 4
sourceReference CI_Citation 0..* Mine Allows citing mine plans etc
Attribute tagged values
Tag Value
sequenceNumber 5
inlineOrByReference byReference
status MineStatusCode 1..1 Mine Operational status (eg Care & Maintenance, Pending Approval, operating continually)
Attribute tagged values
Tag Value
sequenceNumber 6
 

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
relatedActivity MiningActivity 1..* Mine The MiningActivity associated with the Mine
Association tagged values
Tag Value
sequenceNumber 7
relatedMine Mine 0..* Mine
Association tagged values
Tag Value
sequenceNumber 8
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
byValuePropertyType false 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
xsdCanonicalElement #NOTES#Description: no element shall be generated for the class, but the given type or element referenced Description: no element shall be generated for the class, but the given type or element referenced
xsdCanonicalPropertyGroup #NOTES#Description: group to be referenced if the class is used as a type of a property Description: group to be referenced if the class is used as a type of a property
xsdCanonicalPropertyType #NOTES#Description: type to be referenced if the class is used as a type of a property Description: type to be referenced if the class is used as a type of a property
xsdCanonicalType #NOTES#Description: no type shall be generated for the class, but the given type or element referenced Description: no type shall be generated for the class, but the given type or element referenced
xsdDerivation true Values: true | false
Default: true
Description: class implemented as new type + element, or by applying constraints only
xsdName #NOTES#Description: value to be used for the schema conversion instead of the UML name Description: value to be used for the schema conversion instead of the UML name
 

GML-conformant XML Implementation Details

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Mine" substitutionGroup="er:MiningFeature" type="er:MineType">
    <xs:annotation>
        <xs:documentation>(A) An underground excavation for the extraction of mineral deposits, in contrast to surficial excavations such as quarries. The term is also applied to various types of open-pit workings. (B) The area or property of a mineral deposit that is being excavated; a mining claim.</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MineType">
    <xs:complexContent>
        <xs:extension base="er:MiningFeatureType">
            <xs:sequence>
                <xs:element maxOccurs="1" minOccurs="0" name="startDate" type="gml:TimeInstantPropertyType">
                    <xs:annotation>
                        <xs:documentation>Date the mine commenced.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element maxOccurs="1" minOccurs="0" name="endDate" type="gml:TimeInstantPropertyType">
                    <xs:annotation>
                        <xs:documentation>Date the mine ceased.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element maxOccurs="unbounded" minOccurs="1" name="mineName" type="er:MineNamePropertyType"/>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="sourceReference" type="gml:ReferenceType">
                    <xs:annotation>
                        <xs:appinfo>
                            <gml:targetElement xmlns:gml="http://www.opengis.net/gml">gmd:CI_Citation</gml:targetElement>
                        </xs:appinfo>
                        <xs:documentation>Allows citing mine plans etc</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="status" type="er:MineStatusCodeType">
                    <xs:annotation>
                        <xs:documentation>Operational status (eg Care &amp; Maintenance, Pending Approval, operating continually)</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element maxOccurs="unbounded" minOccurs="1" name="relatedActivity" type="er:MiningActivityPropertyType">
                    <xs:annotation>
                        <xs:documentation>The MiningActivity associated with the Mine</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="relatedMine" type="er:MinePropertyType"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MinePropertyType">
    <xs:sequence minOccurs="0">
        <xs:element ref="er:Mine"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>