Class <<CodeList>> ResourceCategoryCode
Local Subclasses: (none)
Attributes
Name | Type | Bounds | From Class | Notes | |
---|---|---|---|---|---|
measured, indicated and inferred mineral resource [non-JORC] | 1..1 | ResourceCategoryCode | This combined mineral resource figure is used where no individual splits are available for mineral resource estimation. This is usually the case for historical data. | ||
measured, indicated and inferred mineral resource [JORC] | 1..1 | ResourceCategoryCode | To provide the combined "Measured, Indicated and Inferred Mineral Resource" figure, individual ‘Measured’, ‘Indicated’ and ‘Inferred’ Mineral Resource figures must have been specified. | ||
measured mineral resource | 1..1 | ResourceCategoryCode | That part of Mineral Resource for which tonnage, densities, shape, physical characteristics, grade and mineral content can be estimated with a high level of confidence. It is based on detailed and reliable exploration, sampling and testing. The locations are spaced closely enough to confirm geological and grade continuity. Synonyms: Measured Coal Resource; Measured Diamond (Gemstone) Resource |
||
measured and indicated mineral resource | 1..1 | ResourceCategoryCode | To provide the combined "Measured and Indicated Mineral Resource" figure, individual ‘Measured’ and ‘Indicated’ Mineral Resource figures must have been specified. | ||
indicated mineral resource | 1..1 | ResourceCategoryCode | That part of a Mineral Resource for which tonnage, densities, shape, physical characteristics, grade and mineral content can be estimated with a reasonable level of confidence. It is based on exploration, sampling and testing information. The locations are too widely spaced to confirm geological and/or grade continuity but are spaced closely enough for continuity to be assumed. Synonyms: Indicated Coal Resource; Indicated Diamond (Gemstone) Resource |
||
inferred mineral resource | 1..1 | ResourceCategoryCode | That part of a Mineral Resource for which tonnage, grade and mineral content can be estimated with a low level of confidence. It is inferred from geological evidence and assumed but not verified geological and/or grade continuity. Synonyms: Inferred Coal Resource; Inferred Diamond (Gemstone) Resource |
||
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="ResourceCategoryCodeType"> <xs:union memberTypes="er:ResourceCategoryCodeEnumerationType er:ResourceCategoryCodeOtherType"/> </xs:simpleType> <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResourceCategoryCodeEnumerationType"> <xs:restriction base="string"> <xs:enumeration value="measured, indicated and inferred mineral resource [non-JORC]"> <xs:annotation> <xs:documentation>This combined mineral resource figure is used where no individual splits are available for mineral resource estimation. This is usually the case for historical data.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="measured, indicated and inferred mineral resource [JORC]"> <xs:annotation> <xs:documentation>To provide the combined "Measured, Indicated and Inferred Mineral Resource" figure, individual ?Measured?, ?Indicated? and ?Inferred? Mineral Resource figures must have been specified.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="measured mineral resource"> <xs:annotation> <xs:documentation>That part of Mineral Resource for which tonnage, densities, shape, physical characteristics, grade and mineral content can be estimated with a high level of confidence. It is based on detailed and reliable exploration, sampling and testing. The locations are spaced closely enough to confirm geological and grade continuity. Synonyms: Measured Coal Resource; Measured Diamond (Gemstone) Resource</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="measured and indicated mineral resource"> <xs:annotation> <xs:documentation>To provide the combined "Measured and Indicated Mineral Resource" figure, individual ?Measured? and ?Indicated? Mineral Resource figures must have been specified.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="indicated mineral resource"> <xs:annotation> <xs:documentation>That part of a Mineral Resource for which tonnage, densities, shape, physical characteristics, grade and mineral content can be estimated with a reasonable level of confidence. It is based on exploration, sampling and testing information. The locations are too widely spaced to confirm geological and/or grade continuity but are spaced closely enough for continuity to be assumed. Synonyms: Indicated Coal Resource; Indicated Diamond (Gemstone) Resource</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="inferred mineral resource"> <xs:annotation> <xs:documentation>That part of a Mineral Resource for which tonnage, grade and mineral content can be estimated with a low level of confidence. It is inferred from geological evidence and assumed but not verified geological and/or grade continuity. Synonyms: Inferred Coal Resource; Inferred Diamond (Gemstone) Resource</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResourceCategoryCodeOtherType"> <xs:restriction base="string"> <xs:pattern value="other: \w{2,}"/> </xs:restriction> </xs:simpleType> |