Class <<CodeList>> ReserveCategoryCode

 

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
proved ore reserves 1..1 ReserveCategoryCode The economically mineable part of a Measured Mineral Resource. May include "Proved Marketable Coal Reserves".
proved and probable ore reserves [non-JORC] 1..1 ReserveCategoryCode This combined ore reserve figure is used where no individual splits are available for reserve estimation. This is usually the case for historical data.
probable ore reserves 1..1 ReserveCategoryCode The economically mineable part of an Indicated, and in some circumstances, a Measured Mineral Resource. May include “Probable Marketable Coal Reserves”.
Synonyms: Probable Coal Reserve; Probable Diamond (Gemstone) Reserve; Probable Mineral Reserve
proved and probable ore reserves [JORC] 1..1 ReserveCategoryCode To provide the combined "Proved and Probable Ore Reserves" figure, individual ‘Proved’ and ‘Probable’ Ore Reserve figures must have been specified.
 

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="ReserveCategoryCodeType">
    <xs:union memberTypes="er:ReserveCategoryCodeEnumerationType er:ReserveCategoryCodeOtherType"/>
</xs:simpleType>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReserveCategoryCodeEnumerationType">
    <xs:restriction base="string">
        <xs:enumeration value="proved ore reserves">
            <xs:annotation>
                <xs:documentation>The economically mineable part of a Measured Mineral Resource. May include "Proved Marketable Coal Reserves".</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="proved and probable ore reserves [non-JORC]">
            <xs:annotation>
                <xs:documentation>This combined ore reserve figure is used where no individual splits are available for reserve estimation. This is usually the case for historical data.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="probable ore reserves">
            <xs:annotation>
                <xs:documentation>The economically mineable part of an Indicated, and in some circumstances, a Measured Mineral Resource. May include ?Probable Marketable Coal Reserves?.
Synonyms: Probable Coal Reserve; Probable Diamond (Gemstone) Reserve; Probable Mineral Reserve</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="proved and probable ore reserves [JORC]">
            <xs:annotation>
                <xs:documentation>To provide the combined "Proved and Probable Ore Reserves" figure, individual ?Proved? and ?Probable? Ore Reserve figures must have been specified.</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
    </xs:restriction>
</xs:simpleType>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReserveCategoryCodeOtherType">
    <xs:restriction base="string">
        <xs:pattern value="other: \w{2,}"/>
    </xs:restriction>
</xs:simpleType>