<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="RhodiumSponge">
<xsd:annotation>
<xsd:documentation xml:lang="en">Quality as per the Good Delivery Rules for Rhodium (Sponge).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|