<xs:simpleType name="PosReqResult_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Result of Request for Position Valid values: 0 = Valid Request = Invalid or unsupported Request 2 = No positions found that match criteria 3 = Not authorized to request positions 4 = Request for Position not supported 99=Other use Text 58 in conjunction with this code for an explanation 4000 Reserved and available for bi laterally agreed upon user defined values
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="PosReqResult" tag="728" datatype="int" ComponentType="Field" StdAbbrev="Rslt" QualifiedAbbrev="Rslt" 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="ValidRequest" />
<x:EnumDoc value="1" desc="InvalidOrUnsupportedRequest" />
<x:EnumDoc value="2" desc="NoPositionsFoundThatMatchCriteria" />
<x:EnumDoc value="3" desc="NotAuthorizedToRequestPositions" />
<x:EnumDoc value="4" desc="RequestForPositionNotSupported" />
<x:EnumDoc value="99" desc="Other" />
</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="99" />
</xs:restriction>
</xs:simpleType>
|