Class <<FeatureType>> MineralOccurrence (extends
EarthResource
)
Local Subclasses: (none)
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
sourceReference
|
CI_Citation |
0..* |
EarthResource
|
The source or reference for the Earth Resource. CI_Citation can not be serialised in-line for GML3.1 but as an xlink reference.
|
Attribute tagged values
Tag |
Value |
inlineOrByReference |
byReference |
sequenceNumber |
2 |
|
|
|
|
dimension
|
EarthResourceDimension
|
0..1 |
EarthResource
|
Describes the size/volume of the earth resource |
Attribute tagged values
Tag |
Value |
sequenceNumber |
3 |
|
|
|
|
expression
|
CGI_TermValue |
0..* |
EarthResource
|
Whether an EarthResource has a surface expression or has been detected under cover rocks. |
Attribute tagged values
Tag |
Value |
sequenceNumber |
4 |
|
|
|
|
form
|
CGI_TermValue |
0..* |
EarthResource
|
The orebodies typical physical and structural relationship to wallrocks and associated rocks (e.g. strataform, stratabound, cross-cutting, vein, intrusive contact etc) |
Attribute tagged values
Tag |
Value |
sequenceNumber |
5 |
|
|
|
|
linearOrientation
|
CGI_LinearOrientation |
0..* |
EarthResource
|
Captures linear orientation of the Earth Resource (Plunge etc) |
Attribute tagged values
Tag |
Value |
sequenceNumber |
6 |
|
|
|
|
planarOrientation
|
CGI_PlanarOrientation |
0..* |
EarthResource
|
Captures planar orientation of the Earth Resource (Dip/Dip Direction etc) |
Attribute tagged values
Tag |
Value |
sequenceNumber |
7 |
|
|
|
|
shape
|
CGI_TermValue |
0..* |
EarthResource
|
The typical geometrical shape of the Earth Resource (e.g. lenticular, pipelike, irregular etc) |
Attribute tagged values
Tag |
Value |
sequenceNumber |
8 |
|
|
|
|
type
|
MineralOccurrenceTypeCode
|
1..1 |
MineralOccurrence |
Captures the type of mineral occurrence. Examples are prospect, occurrence, mineral deposit, ore deposit, field, district, lode, mineralized zone(?). |
Attribute tagged values
Tag |
Value |
sequenceNumber |
2 |
|
|
|
|
Outbound Associations
Name |
Type |
Multiplicity |
From Class |
Notes |
classification
|
MineralDepositModel
|
0..1 |
EarthResource
|
Classifies the EarthResource Systematically arranged information describing the essential attributes of a class of mineral deposits. May be empirical (descriptive) or theoretical (genetic). |
Association tagged values
Tag |
Value |
sequenceNumber |
9 |
|
|
|
|
commodityDescription
|
Commodity
|
1..* |
EarthResource
|
|
Association tagged values
Tag |
Value |
sequenceNumber |
10 |
|
|
|
|
composition
|
EarthResourceMaterial
|
0..* |
EarthResource
|
|
Association tagged values
Tag |
Value |
sequenceNumber |
11 |
|
|
|
|
geneticDescription
|
MineralSystem
|
0..1 |
EarthResource
|
Provides a description for how the EarthResource formed |
Association tagged values
Tag |
Value |
sequenceNumber |
12 |
|
|
|
|
resourceExtraction
|
MiningActivity
|
0..* |
EarthResource
|
|
Association tagged values
Tag |
Value |
sequenceNumber |
13 |
|
|
|
|
supergeneModification
|
SupergeneProcesses
|
0..* |
EarthResource
|
|
Association tagged values
Tag |
Value |
sequenceNumber |
14 |
|
|
|
|
parent
|
EarthResource
|
0..1 |
EarthResource
|
|
Association tagged values
Tag |
Value |
sequenceNumber |
15 |
|
|
|
|
oreAmount
|
OreMeasure
|
0..* |
EarthResource
|
|
Association tagged values
Tag |
Value |
sequenceNumber |
17 |
|
|
|
|
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="MineralOccurrence" substitutionGroup="er:EarthResource" type="er:MineralOccurrenceType"/>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MineralOccurrenceType">
<xs:complexContent>
<xs:extension base="er:EarthResourceType">
<xs:sequence>
<xs:element name="type" type="er:MineralOccurrenceTypeCodeType">
<xs:annotation>
<xs:documentation>Captures the type of mineral occurrence. Examples are prospect, occurrence, mineral deposit, ore deposit, field, district, lode, mineralized zone(?).</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="MineralOccurrencePropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="er:MineralOccurrence"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>
|