Class <<CodeList>> MineralOccurrenceTypeCode
Local Subclasses: (none)
Attributes
| Name | Type | Bounds | From Class | Notes | |
|---|---|---|---|---|---|
| province | 1..1 | MineralOccurrenceTypeCode | A geological province bounded in space and time and characterised by a particular assemblage of mineral occurrences. A mineral province may include the mineralised parts of one or more mineral system. | ||
| prospect | 1..1 | MineralOccurrenceTypeCode | A locality at which recorded mineral exploration, including sampling and testing, has taken place. | ||
| ore deposit | 1..1 | MineralOccurrenceTypeCode | A mineral deposit that has been tested and is known to be of sufficient size, grade and accessibility to be produced to yield a profit (an ore deposit, by definition, must have an ore reserve and additional resources). | ||
| occurrence | 1..1 | MineralOccurrenceTypeCode | A locality at which a concentration of mineral(s) of economic interest is known. | ||
| mineral deposit | 1..1 | MineralOccurrenceTypeCode | A mineral occurrence of sufficient size and grade that it might, under favourable circumstances, be considered to have economic potential. | ||
| lode | 1..1 | MineralOccurrenceTypeCode | - a mineral deposit consisting of a zone of veins, veinlets, disseminations, or planar breccias; or - a mineral deposit in consolidated rock (as opposed to placer deposits). A synonym for a load is a lead. |
||
| district | 1..1 | MineralOccurrenceTypeCode | District scale area of mining/prospecting for a particular commodity or set of commodities. | ||
| field | 1..1 | MineralOccurrenceTypeCode | Local scale area of mining/prospecting for a particular commodity or set of commodities. Equivalent to the North American term "camp". | ||
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="MineralOccurrenceTypeCodeType">
<xs:union memberTypes="er:MineralOccurrenceTypeCodeEnumerationType er:MineralOccurrenceTypeCodeOtherType"/>
</xs:simpleType>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MineralOccurrenceTypeCodeEnumerationType">
<xs:restriction base="string">
<xs:enumeration value="province">
<xs:annotation>
<xs:documentation>A geological province bounded in space and time and characterised by a particular assemblage of mineral occurrences. A mineral province may include the mineralised parts of one or more mineral system.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="prospect">
<xs:annotation>
<xs:documentation>A locality at which recorded mineral exploration, including sampling and testing, has taken place.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ore deposit">
<xs:annotation>
<xs:documentation>A mineral deposit that has been tested and is known to be of sufficient size, grade and accessibility to be produced to yield a profit (an ore deposit, by definition, must have an ore reserve and additional resources).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="occurrence">
<xs:annotation>
<xs:documentation>A locality at which a concentration of mineral(s) of economic interest is known.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="mineral deposit">
<xs:annotation>
<xs:documentation>A mineral occurrence of sufficient size and grade that it might, under favourable circumstances, be considered to have economic potential.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lode">
<xs:annotation>
<xs:documentation>- a mineral deposit consisting of a zone of veins, veinlets, disseminations, or planar breccias; or
- a mineral deposit in consolidated rock (as opposed to placer deposits).
A synonym for a load is a lead.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="district">
<xs:annotation>
<xs:documentation>District scale area of mining/prospecting for a particular commodity or set of commodities.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="field">
<xs:annotation>
<xs:documentation>Local scale area of mining/prospecting for a particular commodity or set of commodities. Equivalent to the North American term "camp".</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MineralOccurrenceTypeCodeOtherType">
<xs:restriction base="string">
<xs:pattern value="other: \w{2,}"/>
</xs:restriction>
</xs:simpleType>
|