<xs:simpleType name="LocateReqd_enum_t">
<xs:annotation>
<xs:documentation>Indicates whether the broker is to locate the stock in conjunction with a short sell order.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="LocateReqd" ComponentType="Field" Tag="114" Type="Boolean" AbbrName="LocReqd" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="N" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Indicates the broker is not required to locate</fm:EnumDoc>
<fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Indicates the broker is responsible for locating the stock</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean">
<xs:enumeration value="N" />
<xs:enumeration value="Y" />
</xs:restriction>
</xs:simpleType>
|