Class <<FeatureType>> Product
Identifes the type and amount of products associated with production
Local Subclasses: (none)Attributes
Name | Type | Bounds | From Class | Notes | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
productName | CGI_TermValue | 1..1 | Product | Commodity that has been processed to create a value-added product. In some cases the commodity and the product may be the same (e.g. gold). | ||||||||
|
||||||||||||
sourceReference | CI_Citation | 1..* | Product | The reference(s) for the product information. CI_Citation data type cannot be serialised in GML 3.1, only as an xlink reference. |
||||||||
|
||||||||||||
grade | CGI_Numeric | 0..1 | Product | he relative quantity or percentage of ore mineral content in an orebody. (Could be Feed Grade, ore grade) | ||||||||
|
||||||||||||
production | CGI_Numeric | 0..1 | Product | Quantity of product produced during the activity | ||||||||
|
||||||||||||
recovery | CGI_Numeric | 0..1 | Product | The percentage of valuable constituent derived from an ore, or of coal from a coal seam; a measure of mining or extraction efficency. (Recovery rate is usually expressed as a percent). | ||||||||
|
||||||||||||
Outbound Associations
Name | Type | Multiplicity | From Class | Notes | ||||||
---|---|---|---|---|---|---|---|---|---|---|
sourceCommodity | Commodity | 1 | Product | |||||||
|
||||||||||
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="Product" substitutionGroup="gml:_Feature" type="er:ProductType"> <xs:annotation> <xs:documentation>Identifes the type and amount of products associated with production</xs:documentation> </xs:annotation> </xs:element> <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ProductType"> <xs:complexContent> <xs:extension base="gml:AbstractFeatureType"> <xs:sequence> <xs:element name="productName" type="gsml:CGI_TermValuePropertyType"> <xs:annotation> <xs:documentation>Commodity that has been processed to create a value-added product. In some cases the commodity and the product may be the same (e.g. gold).</xs:documentation> </xs:annotation> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="1" name="sourceReference" type="gml:ReferenceType"> <xs:annotation> <xs:appinfo> <gml:targetElement xmlns:gml="http://www.opengis.net/gml">gmd:CI_Citation</gml:targetElement> </xs:appinfo> <xs:documentation>The reference(s) for the product information. CI_Citation data type cannot be serialised in GML 3.1, only as an xlink reference.</xs:documentation> </xs:annotation> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="grade" type="gsml:CGI_NumericPropertyType"> <xs:annotation> <xs:documentation>he relative quantity or percentage of ore mineral content in an orebody. (Could be Feed Grade, ore grade)</xs:documentation> </xs:annotation> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="production" type="gsml:CGI_NumericPropertyType"> <xs:annotation> <xs:documentation>Quantity of product produced during the activity</xs:documentation> </xs:annotation> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="recovery" type="gsml:CGI_NumericPropertyType"> <xs:annotation> <xs:documentation>The percentage of valuable constituent derived from an ore, or of coal from a coal seam; a measure of mining or extraction efficency. (Recovery rate is usually expressed as a percent).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="sourceCommodity" type="er:CommodityPropertyType"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ProductPropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="er:Product"/> </xs:sequence> <xs:attributeGroup ref="gml:AssociationAttributeGroup"/> </xs:complexType> |