Class <<CodeList>> MiningActivityTypeCode
Local Subclasses: (none)
Attributes
Name | Type | Bounds | From Class | Notes | |
---|---|---|---|---|---|
adit | 1..1 | MiningActivityTypeCode | Adits are horizontal excavations into the side of a hill or mountain. | ||
decline | 1..1 | MiningActivityTypeCode | a spiral ramp which allows access to the deposit. | ||
unspecified | 1..1 | MiningActivityTypeCode | Information not available. | ||
underground mining | 1..1 | MiningActivityTypeCode | Operation to commercially extract any mineral from the ground from an underground excavation. Synonyms: shaft, adit, decline, winze, drive, stope | ||
solution mining | 1..1 | MiningActivityTypeCode | Extraction of material from a closed underground system by solvents. | ||
sluicing | 1..1 | MiningActivityTypeCode | Hydraulic washing of unconsolidated or semi-consolidated material. | ||
shaft | 1..1 | MiningActivityTypeCode | Shafts are vertical excavations sunk adjacent to an ore body. | ||
reworking | 1..1 | MiningActivityTypeCode | Reworking of material previously extracted. | ||
open cut mining | 1..1 | MiningActivityTypeCode | Operation to commercially extract any mineral from the ground from an excavation open at surface. Synonyms: pit, quarry | ||
open cut and underground mining | 1..1 | MiningActivityTypeCode | Operation to commercially extract any mineral from the ground from an excavation open at surface and underground. | ||
multiple | 1..1 | MiningActivityTypeCode | Combination of activities | ||
diggings | 1..1 | MiningActivityTypeCode | Local area of small scale mining where individual operations cannot be identified. Generally applicable to historic operations. scratchings, scrapings | ||
dredging | 1..1 | MiningActivityTypeCode | Removing of unconsolidated matter from the bottom of an area covered by water | ||
Outbound Associations
Name | Type | Multiplicity | From Class | Notes |
---|
Constraints
Constraint | Type | Status | Weight |
---|
Tagged values
Tag | Value | Notes |
---|---|---|
asDictionary | false | Values: true,false Default: false Description: implement as a dictionary instead of enumeration |
byValuePropertyType | false | Values: true,false Default: false Description: enforce the 'by value' property pattern without xl |
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:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MiningActivityTypeCodeType"> <xs:union memberTypes="er:MiningActivityTypeCodeEnumerationType er:MiningActivityTypeCodeOtherType"/> </xs:simpleType> <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MiningActivityTypeCodeEnumerationType"> <xs:restriction base="string"> <xs:enumeration value="adit"> <xs:annotation> <xs:documentation>Adits are horizontal excavations into the side of a hill or mountain.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="decline"> <xs:annotation> <xs:documentation>a spiral ramp which allows access to the deposit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="unspecified"> <xs:annotation> <xs:documentation>Information not available.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="underground mining"> <xs:annotation> <xs:documentation>Operation to commercially extract any mineral from the ground from an underground excavation. Synonyms: shaft, adit, decline, winze, drive, stope</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="solution mining"> <xs:annotation> <xs:documentation>Extraction of material from a closed underground system by solvents.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="sluicing"> <xs:annotation> <xs:documentation>Hydraulic washing of unconsolidated or semi-consolidated material.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="shaft"> <xs:annotation> <xs:documentation>Shafts are vertical excavations sunk adjacent to an ore body.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="reworking"> <xs:annotation> <xs:documentation>Reworking of material previously extracted.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="open cut mining"> <xs:annotation> <xs:documentation>Operation to commercially extract any mineral from the ground from an excavation open at surface. Synonyms: pit, quarry</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="open cut and underground mining"> <xs:annotation> <xs:documentation>Operation to commercially extract any mineral from the ground from an excavation open at surface and underground.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="multiple"> <xs:annotation> <xs:documentation>Combination of activities</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="diggings"> <xs:annotation> <xs:documentation>Local area of small scale mining where individual operations cannot be identified. Generally applicable to historic operations. scratchings, scrapings</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="dredging"> <xs:annotation> <xs:documentation>Removing of unconsolidated matter from the bottom of an area covered by water</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MiningActivityTypeCodeOtherType"> <xs:restriction base="string"> <xs:pattern value="other: \w{2,}"/> </xs:restriction> </xs:simpleType> |