Definition Type: SimpleType
Name: AcctIDSource_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Used to identify the source of the Account code This is especially useful if the account is a new account that the Respondent may not have setup yet in their system Valid values: = BIC 2 = SID code 3 = TFM GSPTA 4 = OMGEO AlertID 5 = DTCC code 99 = Other custom or proprietary
Collapse XSD Schema Diagram:
XSD Diagram of AcctIDSource_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="AcctIDSource_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to identify the source of the Account    code   This is especially useful if the account is a new account that the Respondent may not have setup yet in their system  Valid values:  = BIC 2 = SID code 3 = TFM  GSPTA  4 = OMGEO  AlertID  5 = DTCC code 99 = Other  custom or proprietary  
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="AcctIDSource" tag="660" datatype="int" ComponentType="Field" StdAbbrev="AcctIDSrc" QualifiedAbbrev="AcctIDSrc" 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="BIC" />
            <x:EnumDoc value="2" desc="SIDCode" />
            <x:EnumDoc value="3" desc="TFMGSPTA" />
            <x:EnumDoc value="4" desc="OMGEOAlertID" />
            <x:EnumDoc value="5" desc="DTCCCode" />
            <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="5" />
        <xs:enumeration value="99" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 99
Collapse Derivation Tree:
Collapse References:
nsA:AcctIDSource_t