simpleType "BullionTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Gold"
 - 
Gold. Quality as per the Good Delivery Rules issued by the London Bullion Market Association.
"Palladium"
 - 
Palladium. Quality as per the Good Delivery Rules issued by the London Platinum and Palladium Market.
"Platinum"
 - 
Palladium. Quality as per the Good Delivery Rules issued by the London Platinum and Palladium Market.
"Silver"
 - 
Silver. Quality as per the Good Delivery Rules issued by the London Bullion Market Association.
"RhodiumSponge"
 - 
Quality as per the Good Delivery Rules for Rhodium (Sponge).

All Direct / Indirect Based Elements (1):
bullionType
Known Usage Locations
Annotation
Defines which type of bullion is applicable for a Bullion Transaction.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  BullionTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Gold"
 - 
Gold. Quality as per the Good Delivery Rules issued by the London Bullion Market Association.
"Palladium"
 - 
Palladium. Quality as per the Good Delivery Rules issued by the London Platinum and Palladium Market.
"Platinum"
 - 
Palladium. Quality as per the Good Delivery Rules issued by the London Platinum and Palladium Market.
"Silver"
 - 
Silver. Quality as per the Good Delivery Rules issued by the London Bullion Market Association.
"RhodiumSponge"
 - 
Quality as per the Good Delivery Rules for Rhodium (Sponge).
XML Source (w/o annotations (6); see within schema source)
<xsd:simpleType name="BullionTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Gold"/>
<xsd:enumeration value="Palladium"/>
<xsd:enumeration value="Platinum"/>
<xsd:enumeration value="Silver"/>
<xsd:enumeration value="RhodiumSponge"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.