<xsd:simpleType name="MetalTitleEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes how and when title to the commodity transfers.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="TransfersWithRiskOfLoss">
<xsd:annotation>
<xsd:documentation xml:lang="en">Transfers with Risk of Loss.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DoesNotTransferWithRiskOfLoss">
<xsd:annotation>
<xsd:documentation xml:lang="en">Does Not Transfer with Risk of Loss.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|