Class <<DataType>> Resource (extends OreMeasure )

A concentration or occurrence of material of intrinsic economic interest in or on the Earth’s crust in such form, quality and quantity that there are reasonable prospects for eventual economic extraction.
Synonyms: Mineral Resource; Coal Resource (s); Diamond (Gemstone) Resource; Potentially Mineable Mineralisation

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 ResourceCategoryCode 1..1 Resource Measured, indicated, proved, probable, inferred.
Attribute tagged values
Tag Value
sequenceNumber 2
includesReserves Boolean 0..1 Resource Whether estimate of resources uses reserve values (Y/N)
Attribute tagged values
Tag Value
sequenceNumber 3
 

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="Resource" substitutionGroup="er:OreMeasure" type="er:ResourceType">
    <xs:annotation>
        <xs:documentation>A concentration or occurrence of material of intrinsic economic interest in or on the Earth?s crust in such form, quality and quantity that there are reasonable prospects for eventual economic extraction.
Synonyms: Mineral Resource; Coal Resource (s); Diamond (Gemstone) Resource; Potentially Mineable Mineralisation</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResourceType">
    <xs:complexContent>
        <xs:extension base="er:OreMeasureType">
            <xs:sequence>
                <xs:element name="category" type="er:ResourceCategoryCodeType">
                    <xs:annotation>
                        <xs:documentation>Measured, indicated, proved, probable, inferred.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element maxOccurs="1" minOccurs="0" name="includesReserves" type="boolean">
                    <xs:annotation>
                        <xs:documentation>Whether estimate of resources uses reserve values (Y/N)</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="ResourcePropertyType">
    <xs:sequence>
        <xs:element ref="er:Resource"/>
    </xs:sequence>
</xs:complexType>