<xs:simpleType name="SecurityRequestResult_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">The results returned to a Security Request message Valid values: 0 = Valid request = Invalid or unsupported request 2 = No instruments found that match selection criteria 3 = Not authorized to retrieve instrument data 4 = Instrument data temporarily unavailable 5 = Request for instrument data not supported
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="SecurityRequestResult" tag="560" datatype="int" ComponentType="Field" StdAbbrev="ReqRslt" QualifiedAbbrev="ReqRslt" 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="0" desc="ValidReq" />
<x:EnumDoc value="1" desc="InvalidReq" />
<x:EnumDoc value="2" desc="NoInstrumentsFound" />
<x:EnumDoc value="3" desc="NotAuthorized" />
<x:EnumDoc value="4" desc="InstrumentUnavailable" />
<x:EnumDoc value="5" desc="NotSupported" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
</xs:restriction>
</xs:simpleType>
|