<xs:simpleType name="NetworkRequestType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the type and level of details required for a Network Status Request Message Valid values: = Snapshot 2 = Subscribe 4 = Stop subscribing 8 = Level of detail then NoCompID s becomes required Boolean logic applies EG If you want to subscribe for changes to certain id s then UserRequestType =0 8 2 Snapshot for certain ID s = 9 8
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="NetworkRequestType" tag="935" datatype="int" ComponentType="Field" StdAbbrev="NtwkReqTyp" QualifiedAbbrev="NtwkReqTyp" 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="1" desc="Snapshot" />
<x:EnumDoc value="2" desc="Subscribe" />
<x:EnumDoc value="4" desc="StopSubscribing" />
<x:EnumDoc value="8" desc="LevelOfDetail" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="4" />
<xs:enumeration value="8" />
</xs:restriction>
</xs:simpleType>
|