Class <<DataType>> Reserve (extends OreMeasure )

The economically mineable part of a Measured and/or Indicated Mineral Resource. It includes diluting materials and allowances for losses, which may occur when the material is mined. ‘Marketable Coal Reserves’ maybe reported in conjunction with, but not instead of, reports of Ore (Coal) Reserves. ‘Saleable product’ (e.g. for industrial minerals) can be reported in conjunction with ore reserve.
Synonyms: Ore Reserve; Coal Reserve (s); Diamond (or gemstone) Ore Reserve; Mineral Reserves (not preferred, should be stated that used to mean the same as JORC’s Ore Reserve); Mineable production estimates

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
calculationMethod CharacterString 1..1 OreMeasure Means of calculating the measurement. Examples include JORC, Unspecified, UNESCO/World Bank and the Canadian CIM.
Attribute tagged values
Tag Value
sequenceNumber 2
date TM_GeometricPrimitive 1..1 OreMeasure Date of calculated/estimated value (single date or range)
Attribute tagged values
Tag Value
sequenceNumber 3
dimension EarthResourceDimension 0..1 OreMeasure Size of the body used in the calculation
Attribute tagged values
Tag Value
sequenceNumber 4
proposedExtractionMethod CGI_TermValue 0..1 OreMeasure The method proposed to extract the commodity
Attribute tagged values
Tag Value
sequenceNumber 5
sourceReference CI_Citation 1..* OreMeasure reference for the values
Attribute tagged values
Tag Value
inlineOrByReference byReference
sequenceNumber 6
ore CGI_Numeric 1..1 OreMeasure Amount of ore
Attribute tagged values
Tag Value
sequenceNumber 7
category ReserveCategoryCode 1..1 Reserve Defines the level of confidence of the estimate
Attribute tagged values
Tag Value
sequenceNumber 2
 

Outbound Associations

Name Type Multiplicity From Class Notes
measureDetails CommodityMeasure 1..* OreMeasure
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="Reserve" substitutionGroup="er:OreMeasure" type="er:ReserveType">
    <xs:annotation>
        <xs:documentation>The economically mineable part of a Measured and/or Indicated Mineral Resource. It includes diluting materials and allowances for losses, which may occur when the material is mined. ?Marketable Coal Reserves? maybe reported in conjunction with, but not instead of, reports of Ore (Coal) Reserves. ?Saleable product? (e.g. for industrial minerals) can be reported in conjunction with ore reserve.
Synonyms: Ore Reserve; Coal Reserve (s); Diamond (or gemstone) Ore Reserve; Mineral Reserves (not preferred, should be stated that used to mean the same as JORC?s Ore Reserve); Mineable production estimates</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReserveType">
    <xs:complexContent>
        <xs:extension base="er:OreMeasureType">
            <xs:sequence>
                <xs:element name="category" type="er:ReserveCategoryCodeType">
                    <xs:annotation>
                        <xs:documentation>Defines the level of confidence of the estimate</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReservePropertyType">
    <xs:sequence>
        <xs:element ref="er:Reserve"/>
    </xs:sequence>
</xs:complexType>