<xsd:simpleType name="BullionTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines which type of bullion is applicable for a Bullion Transaction.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Gold">
<xsd:annotation>
<xsd:documentation xml:lang="en">Gold. Quality as per the Good Delivery Rules issued by the London Bullion Market Association.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Palladium">
<xsd:annotation>
<xsd:documentation xml:lang="en">Palladium. Quality as per the Good Delivery Rules issued by the London Platinum and Palladium Market.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Platinum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Palladium. Quality as per the Good Delivery Rules issued by the London Platinum and Palladium Market.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Silver">
<xsd:annotation>
<xsd:documentation xml:lang="en">Silver. Quality as per the Good Delivery Rules issued by the London Bullion Market Association.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Rhodium">
<xsd:annotation>
<xsd:documentation xml:lang="en">Quality as per the Good Delivery Rules for Rhodium.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RhodiumSponge" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The RhodiumSponge is not to be used. The value is too specific - RhodiumSponge is a powder form of Rhodium. Rhodium value will be used instead." xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">DEPRECATED value which will be removed in FpML-6-0 onwards. Quality as per the Good Delivery Rules for Rhodium (Sponge) is too specific.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Iridium">
<xsd:annotation>
<xsd:documentation xml:lang="en">Quality as per the Good Delivery Rules for Iridium.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Ruthenium">
<xsd:annotation>
<xsd:documentation xml:lang="en">Quality as per the Good Delivery Rules for Ruthenium.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Osmium">
<xsd:annotation>
<xsd:documentation xml:lang="en">Quality as per the Good Delivery Rules for Osmium.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|