ndex:PreciousMetalCodeSimpleType
simpleType PreciousMetalCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies a rare metallic chemical element of high economic value, typically regarded as an investment and industrial commodity.
Diagram
Enumerations
Value | Definition |
ALUMINUM | Aluminum |
BRASS | Brass |
BRONZE | Bronze |
COPPER | Copper |
GOLD | Gold |
IRIDIUM | Iridium |
IRON | Iron |
LEAD | Lead |
OSMIUM | Osmium |
PALLADIUM | Palladium |
PEWTER | Pewter |
PLATINUM | Platinum |
RHENIUM | Rhenium |
RHODIUM | Rhodium |
RUTHENIUM | Ruthenium |
SILVER | Silver |
TIN | Tin |
XML Schema
<xs:simpleType name="PreciousMetalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a rare metallic chemical element of high economic value, typically regarded as an investment and industrial commodity.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ALUMINUM">
<xs:annotation>
<xs:documentation>
Aluminum</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BRASS">
<xs:annotation>
<xs:documentation>
Brass</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BRONZE">
<xs:annotation>
<xs:documentation>
Bronze</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COPPER">
<xs:annotation>
<xs:documentation>
Copper</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GOLD">
<xs:annotation>
<xs:documentation>
Gold</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IRIDIUM">
<xs:annotation>
<xs:documentation>
Iridium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IRON">
<xs:annotation>
<xs:documentation>
Iron</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LEAD">
<xs:annotation>
<xs:documentation>
Lead</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSMIUM">
<xs:annotation>
<xs:documentation>
Osmium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PALLADIUM">
<xs:annotation>
<xs:documentation>
Palladium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PEWTER">
<xs:annotation>
<xs:documentation>
Pewter</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PLATINUM">
<xs:annotation>
<xs:documentation>
Platinum</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RHENIUM">
<xs:annotation>
<xs:documentation>
Rhenium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RHODIUM">
<xs:annotation>
<xs:documentation>
Rhodium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RUTHENIUM">
<xs:annotation>
<xs:documentation>
Ruthenium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SILVER">
<xs:annotation>
<xs:documentation>
Silver</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TIN">
<xs:annotation>
<xs:documentation>
Tin</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>