<xs:simpleType name="PartyListResponseType_enum_t">
<xs:annotation>
<xs:documentation>Indicates the type of response that has been requested.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="PartyListResponseType" ComponentType="Field" Tag="1507" Type="int" AbbrName="Typ" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="0" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Return all available information on parties and related parties. (May not be combined with other values.)</fm:EnumDoc>
<fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Return only party information. (Excludes information like risk limits from being reported. May not be combined with any other value except 2.)</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Include information on related parties.</fm:EnumDoc>
<fm:EnumDoc value="3" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Include risk limit information.</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
|