Class <<DataType>> Endowment (extends OreMeasure )

Endowment refers to that quantity of a mineral in accumulations (deposits) meeting specified physical characteristics such as quality, size and depth.
Usually includes Resources, as unlike the latter, it does not have to have prospects for "eventual economic extraction". It often includes the total amount of a commodity originally introduced to a particular location during the deposit forming processes - and thus can include resources, reserves, past production and mining and metallurgical losses.

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
includesReserves Boolean 0..1 Endowment Does the estimate include the reserves value (Y/N)
Attribute tagged values
Tag Value
sequenceNumber 2
includesResources Boolean 0..1 Endowment Does the estimate include the resources value (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="Endowment" substitutionGroup="er:OreMeasure" type="er:EndowmentType">
    <xs:annotation>
        <xs:documentation>Endowment refers to that quantity of a mineral in accumulations (deposits) meeting specified physical characteristics such as quality, size and depth.
Usually includes Resources, as unlike the latter, it does not have to have prospects for "eventual economic extraction". It often includes the total amount of a commodity originally introduced to a particular location during the deposit forming processes - and thus can include resources, reserves, past production and mining and metallurgical losses.</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EndowmentType">
    <xs:complexContent>
        <xs:extension base="er:OreMeasureType">
            <xs:sequence>
                <xs:element maxOccurs="1" minOccurs="0" name="includesReserves" type="boolean">
                    <xs:annotation>
                        <xs:documentation>Does the estimate include the reserves value (Y/N)</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element maxOccurs="1" minOccurs="0" name="includesResources" type="boolean">
                    <xs:annotation>
                        <xs:documentation>Does the estimate include the resources value (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="EndowmentPropertyType">
    <xs:sequence>
        <xs:element ref="er:Endowment"/>
    </xs:sequence>
</xs:complexType>