<xs:simpleType name="EventType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Code to represent the type of event Valid values: = Put 2 = Call 3 = Tender 4 = Sinking Fund Call 99 = Other
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="EventType" tag="865" datatype="int" ComponentType="Field" StdAbbrev="EventTyp" QualifiedAbbrev="EventTyp" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="1" desc="Put" />
<x:EnumDoc value="2" desc="Call" />
<x:EnumDoc value="3" desc="Tender" />
<x:EnumDoc value="4" desc="SinkingFundCall" />
<x:EnumDoc value="99" desc="Other" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="99" />
</xs:restriction>
</xs:simpleType>
|