Definition Type: SimpleType
Name: CorporateAction_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Identifies the type of Corporate Action Valid values: A = Ex Dividend B = Ex Distribution C = Ex Rights D = New E = Ex Interest
Collapse XSD Schema Diagram:
XSD Diagram of CorporateAction_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration A
Enumeration B
Enumeration C
Enumeration D
Enumeration E
Collapse Derivation Tree:
Collapse References:
nsA:CorporateAction_t