<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>
|