<xs:simpleType name="CPProgram_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">The program under which a commercial paper is issued Valid values: = 3 a 3 2 = 4 2 99 = Other
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CPProgram" tag="875" datatype="int" ComponentType="Field" StdAbbrev="CPPgm" QualifiedAbbrev="CPPgm" 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="3a3" />
<x:EnumDoc value="2" desc="42" />
<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="99" />
</xs:restriction>
</xs:simpleType>
|