<xs:simpleType name="DlvyInstType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate whether a delivery instruction is used for securities or cash settlement Valid values: S = securities C = cash
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="DlvyInstType" tag="787" datatype="char" ComponentType="Field" StdAbbrev="InstTyp" QualifiedAbbrev="InstTyp" 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="S" desc="securities" />
<x:EnumDoc value="C" desc="cash" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="S" />
<xs:enumeration value="C" />
</xs:restriction>
</xs:simpleType>
|