<xs:simpleType name="UnderlyingCashType_enum_t">
<xs:annotation>
<xs:documentation>Used for derivatives that deliver into cash underlying.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="UnderlyingCashType" ComponentType="Field" Tag="974" Type="String" AbbrName="CashTyp" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="FIXED" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">FIXED</fm:EnumDoc>
<fm:EnumDoc value="DIFF" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">DIFF</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="FIXED" />
<xs:enumeration value="DIFF" />
</xs:restriction>
</xs:simpleType>
|