XML Schema Documentation

Simple Type: BullionTypeEnum

[Table of contents]

Super-types: xsd:token < BullionTypeEnum (by restriction)
Sub-types: None
Name BullionTypeEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Gold'|'Palladium'|'Platinum'|'Silver'|'RhodiumSponge'}
Documentation Defines which type of bullion is applicable for a Bullion Transaction.
Diagram
Schema Component Representation
<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>