<xs:simpleType name="CorporateAction_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Corporate Action Valid values: A = Ex Dividend B = Ex Distribution C = Ex Rights D = New E = Ex Interest
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CorporateAction" tag="292" datatype="MultipleValueString" ComponentType="Field" StdAbbrev="CorpActn" QualifiedAbbrev="CorpActn" 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="A" desc="ExDividend" />
<x:EnumDoc value="B" desc="ExDist" />
<x:EnumDoc value="C" desc="ExRights" />
<x:EnumDoc value="D" desc="New" />
<x:EnumDoc value="E" desc="ExInterest" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="A" />
<xs:enumeration value="B" />
<xs:enumeration value="C" />
<xs:enumeration value="D" />
<xs:enumeration value="E" />
</xs:restriction>
</xs:simpleType>
|