<?xml version=“1.0” ?> <!– Copyright © 1996-2016, F5 Networks, Inc., Seattle, Washington. All rights reserved.

F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries.

All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5.

–> <definitions name=“Networking.SelfIPV2”

targetNamespace="urn:iControl"
xmlns:tns="urn:iControl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/">

<!– types –>

<types>

<xsd:schema targetNamespace='urn:iControl'
        xmlns='http://www.w3.org/2001/XMLSchema'
        xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
        xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
        <xsd:simpleType name="Common.FirewallRulePlacementType">
                <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="FW_RULE_PLACEMENT_UNKNOWN">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_PLACEMENT_UNKNOWN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_PLACEMENT_BEFORE">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_PLACEMENT_BEFORE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_PLACEMENT_AFTER">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_PLACEMENT_AFTER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_PLACEMENT_ORDER">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_PLACEMENT_ORDER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:complexType name="Common.NetAddressSequenceSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.NetAddressSequenceSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.GeoLocation">
                <xsd:sequence>
                        <xsd:element name="country_code" type="xsd:string"/>
                        <xsd:element name="state_name" type="xsd:string"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.ULongSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ULongSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleActionSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleActionSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:simpleType name="Networking.SelfIPV2.AllowMode">
                <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="ALLOW_MODE_PROTOCOL_PORT">
                                <xsd:annotation>
                                        <xsd:documentation>ALLOW_MODE_PROTOCOL_PORT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="ALLOW_MODE_NONE">
                                <xsd:annotation>
                                        <xsd:documentation>ALLOW_MODE_NONE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="ALLOW_MODE_DEFAULTS">
                                <xsd:annotation>
                                        <xsd:documentation>ALLOW_MODE_DEFAULTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="ALLOW_MODE_ALL">
                                <xsd:annotation>
                                        <xsd:documentation>ALLOW_MODE_ALL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:complexType name="Common.FirewallRuleICMPTypeCodeSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleICMPTypeCodeSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.AddressRangeSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.AddressRangeSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.ULong64">
                <xsd:sequence>
                        <xsd:element name="high" type="xsd:long"/>
                        <xsd:element name="low" type="xsd:long"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:simpleType name="Common.EnabledState">
                <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="STATE_DISABLED">
                                <xsd:annotation>
                                        <xsd:documentation>STATE_DISABLED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATE_ENABLED">
                                <xsd:annotation>
                                        <xsd:documentation>STATE_ENABLED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:complexType name="Common.NetAddressSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.NetAddressSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.TimeStamp">
                <xsd:sequence>
                        <xsd:element name="year" type="xsd:long"/>
                        <xsd:element name="month" type="xsd:long"/>
                        <xsd:element name="day" type="xsd:long"/>
                        <xsd:element name="hour" type="xsd:long"/>
                        <xsd:element name="minute" type="xsd:long"/>
                        <xsd:element name="second" type="xsd:long"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Networking.SelfIPV2.ProtocolPortAccess">
                <xsd:sequence>
                        <xsd:element name="mode" type="tns:Networking.SelfIPV2.AllowMode"/>
                        <xsd:element name="protocol_ports" type="tns:Networking.SelfIPV2.ProtocolPortSequence"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.PortRangeSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.PortRange[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleActionSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleAction[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.GeoLocationSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.GeoLocation[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.StringSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleICMPTypeCodeSequenceSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleICMPTypeCodeSequenceSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.AddressRangeSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.AddressRange[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:simpleType name="Common.ProtocolType">
                <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="PROTOCOL_ANY">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ANY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IPV6">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IPV6</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ROUTING">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ROUTING</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_NONE">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_NONE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_FRAGMENT">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_FRAGMENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_DSTOPTS">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_DSTOPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_TCP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_TCP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_UDP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_UDP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ICMP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ICMP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ICMPV6">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ICMPV6</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_OSPF">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_OSPF</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_SCTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_SCTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_UNKNOWN">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_UNKNOWN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IGMP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IGMP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_GGP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_GGP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IPV4">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IPV4</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ST">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_EGP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_EGP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_PIGP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_PIGP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_RCCMON">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_RCCMON</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_NVPII">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_NVPII</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_PUP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_PUP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ARGUS">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ARGUS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_EMCON">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_EMCON</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_XNET">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_XNET</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_CHAOS">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_CHAOS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_MUX">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_MUX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_MEAS">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_MEAS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_HMP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_HMP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_PRM">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_PRM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IDP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IDP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_TRUNK1">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_TRUNK1</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_TRUNK2">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_TRUNK2</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_LEAF1">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_LEAF1</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_LEAF2">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_LEAF2</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_RDP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_RDP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IRTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IRTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_TP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_TP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_BLT">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_BLT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_NSP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_NSP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_INP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_INP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_SEP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_SEP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_3PC">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_3PC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IDPR">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IDPR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_XTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_XTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_DDP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_DDP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_CMTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_CMTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_TPXX">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_TPXX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IL">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_SDRP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_SDRP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IDRP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IDRP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_RSVP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_RSVP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_GRE">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_GRE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_MHRP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_MHRP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_BHA">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_BHA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ESP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ESP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_AH">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_AH</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_INLSP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_INLSP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_SWIPE">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_SWIPE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_NHRP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_NHRP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_55">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_55</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_56">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_56</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_57">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_57</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_AHIP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_AHIP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_CFTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_CFTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_HELLO">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_HELLO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_SATEXPAK">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_SATEXPAK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_KRYPTOLAN">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_KRYPTOLAN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_RVD">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_RVD</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IPPC">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IPPC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ADFS">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ADFS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_SATMON">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_SATMON</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_VISA">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_VISA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IPCV">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IPCV</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_CPNX">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_CPNX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_CPHB">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_CPHB</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_WSN">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_WSN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_PVP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_PVP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_BRSATMON">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_BRSATMON</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ND">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ND</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_WBMON">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_WBMON</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_WBEXPAK">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_WBEXPAK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_EON">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_EON</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_VMTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_VMTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_SVMTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_SVMTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_VINES">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_VINES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_TTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_TTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IGP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IGP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_DGP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_DGP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_TCF">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_TCF</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IGRP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IGRP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_SRPC">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_SRPC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_LARP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_LARP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_MTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_MTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_AX25">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_AX25</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IPEIP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IPEIP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_MICP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_MICP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_SCCSP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_SCCSP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ETHERIP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ETHERIP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_ENCAP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_ENCAP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_APES">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_APES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_GMTP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_GMTP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_101">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_101</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_102">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_102</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_PIM">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_PIM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_104">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_104</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_105">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_105</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_106">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_106</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_107">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_107</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_IPCOMP">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_IPCOMP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_109">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_109</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_110">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_110</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_111">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_111</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_112">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_112</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_PGM">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_PGM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_114">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_114</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_115">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_115</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_116">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_116</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_117">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_117</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_118">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_118</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_119">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_119</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_120">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_120</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_121">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_121</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_122">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_122</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_123">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_123</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_124">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_124</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_125">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_125</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_126">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_126</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_127">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_127</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_128">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_128</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_129">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_129</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_130">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_130</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_131">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_131</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_133">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_133</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_134">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_134</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_MH">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_MH</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_136">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_136</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_137">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_137</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_138">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_138</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_139">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_139</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_140">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_140</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_141">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_141</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_142">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_142</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_143">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_143</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_144">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_144</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_145">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_145</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_146">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_146</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_147">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_147</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_148">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_148</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_149">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_149</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_150">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_150</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_151">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_151</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_152">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_152</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_153">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_153</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_154">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_154</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_155">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_155</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_156">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_156</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_157">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_157</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_158">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_158</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_159">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_159</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_160">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_160</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_161">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_161</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_162">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_162</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_163">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_163</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_164">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_164</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_165">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_165</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_166">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_166</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_167">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_167</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_168">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_168</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_169">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_169</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_170">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_170</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_171">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_171</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_172">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_172</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_173">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_173</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_174">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_174</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_175">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_175</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_176">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_176</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_177">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_177</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_178">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_178</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_179">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_179</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_180">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_180</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_181">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_181</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_182">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_182</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_183">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_183</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_184">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_184</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_185">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_185</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_186">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_186</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_187">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_187</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_188">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_188</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_189">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_189</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_190">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_190</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_191">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_191</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_192">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_192</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_193">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_193</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_194">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_194</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_195">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_195</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_196">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_196</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_197">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_197</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_198">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_198</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_199">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_199</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_200">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_200</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_201">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_201</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_202">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_202</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_203">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_203</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_204">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_204</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_205">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_205</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_206">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_206</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_207">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_207</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_208">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_208</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_209">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_209</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_210">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_210</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_211">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_211</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_212">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_212</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_213">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_213</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_214">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_214</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_215">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_215</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_216">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_216</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_217">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_217</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_218">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_218</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_219">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_219</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_220">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_220</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_221">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_221</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_222">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_222</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_223">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_223</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_224">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_224</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_225">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_225</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_226">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_226</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_227">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_227</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_228">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_228</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_229">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_229</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_230">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_230</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_231">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_231</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_232">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_232</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_233">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_233</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_234">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_234</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_235">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_235</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_236">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_236</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_237">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_237</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_238">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_238</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_239">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_239</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_240">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_240</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_241">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_241</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_242">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_242</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_243">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_243</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_244">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_244</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_245">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_245</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_246">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_246</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_247">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_247</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_248">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_248</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_249">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_249</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_250">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_250</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_251">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_251</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_252">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_252</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_253">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_253</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_DIVERT">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_DIVERT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="PROTOCOL_RAW">
                                <xsd:annotation>
                                        <xsd:documentation>PROTOCOL_RAW</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:complexType name="Common.BooleanSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleStatistics">
                <xsd:sequence>
                        <xsd:element name="statistics" type="tns:Common.FirewallRuleStatisticEntrySequenceSequence"/>
                        <xsd:element name="time_stamp" type="tns:Common.TimeStamp"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.ULongSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.NetAddressSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.StringSequenceSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequenceSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Networking.SelfIPV2.ProtocolPortAccessSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.SelfIPV2.ProtocolPortAccess[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.StatisticSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.Statistic[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:simpleType name="Common.FirewallRuleAction">
                <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="FW_RULE_ACTION_UNKNOWN">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_ACTION_UNKNOWN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_ACTION_ACCEPT">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_ACTION_ACCEPT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_ACTION_ACCEPT_DECISIVELY">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_ACTION_ACCEPT_DECISIVELY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_ACTION_REJECT">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_ACTION_REJECT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_ACTION_DROP">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_ACTION_DROP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:complexType name="Common.FirewallRuleStatisticEntrySequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleStatisticEntry[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:simpleType name="Common.StatisticType">
                <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="STATISTIC_NO_NODE_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_NO_NODE_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_MINIMUM_CONNECTION_DURATION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_MINIMUM_CONNECTION_DURATION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_MEAN_CONNECTION_DURATION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_MEAN_CONNECTION_DURATION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_MAXIMUM_CONNECTION_DURATION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_MAXIMUM_CONNECTION_DURATION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TOTAL_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TOTAL_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TOTAL_PVA_ASSISTED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TOTAL_PVA_ASSISTED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CURRENT_PVA_ASSISTED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CURRENT_PVA_ASSISTED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TIMEOUTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TIMEOUTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_COLLISIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_COLLISIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DROPPED_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DROPPED_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DROPPED_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DROPPED_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DROPPED_PACKETS_TOTAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DROPPED_PACKETS_TOTAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ERRORS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ERRORS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ERRORS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ERRORS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_TOTAL_CYCLES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_TOTAL_CYCLES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_IDLE_CYCLES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_IDLE_CYCLES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_SLEEP_CYCLES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_SLEEP_CYCLES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_MAINTENANCE_MODE_DENIALS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_MAINTENANCE_MODE_DENIALS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_ADDRESS_MAXIMUM_CONNECTION_DENIALS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_ADDRESS_MAXIMUM_CONNECTION_DENIALS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_MAXIMUM_CONNECTION_DENIALS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_MAXIMUM_CONNECTION_DENIALS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_NON_SYN_DENIALS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_NON_SYN_DENIALS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_NO_HANDLER_DENIALS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_NO_HANDLER_DENIALS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LICENSE_DENIALS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LICENSE_DENIALS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNECTION_FAILED_MEMORY_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNECTION_FAILED_MEMORY_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ACTIVE_CPU_COUNT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ACTIVE_CPU_COUNT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_MULTI_PROCESSOR_MODE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_MULTI_PROCESSOR_MODE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_MEMORY_TOTAL_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_MEMORY_TOTAL_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_MEMORY_USED_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_MEMORY_USED_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_TRANSMITTED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_TRANSMITTED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_RECEIVED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_RECEIVED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_DROPPED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_DROPPED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_TRANSMITTED_FRAGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_TRANSMITTED_FRAGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_DROPPED_TRANSMITTED_FRAGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_DROPPED_TRANSMITTED_FRAGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_RECEIVED_FRAGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_RECEIVED_FRAGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_DROPPED_RECEIVED_FRAGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_DROPPED_RECEIVED_FRAGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_REASSEMBLED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_REASSEMBLED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INVALID_CHECKSUM_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INVALID_CHECKSUM_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INVALID_LENGTH_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INVALID_LENGTH_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_MEMORY_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_MEMORY_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_RETRANSMITTED_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_RETRANSMITTED_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INVALID_PROTOCOL_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INVALID_PROTOCOL_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_OPTIONS_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_OPTIONS_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_REASSEMBLED_TOO_LONG_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_REASSEMBLED_TOO_LONG_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_TRANSMITTED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_TRANSMITTED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_RECEIVED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_RECEIVED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_DROPPED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_DROPPED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_TRANSMITTED_FRAGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_TRANSMITTED_FRAGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_DROPPED_TRANSMITTED_FRAGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_DROPPED_TRANSMITTED_FRAGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_RECEIVED_FRAGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_RECEIVED_FRAGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_DROPPED_RECEIVED_FRAGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_DROPPED_RECEIVED_FRAGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_REASSEMBLED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_REASSEMBLED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_INVALID_CHECKSUM_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_INVALID_CHECKSUM_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_INVALID_LENGTH_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_INVALID_LENGTH_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_MEMORY_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_MEMORY_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_RETRANSMITTED_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_RETRANSMITTED_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_INVALID_PROTOCOL_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_INVALID_PROTOCOL_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_OPTIONS_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_OPTIONS_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_REASSEMBLED_TOO_LONG_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_REASSEMBLED_TOO_LONG_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_TRANSMITTED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_TRANSMITTED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_RETRANSMITTED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_RETRANSMITTED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_RECEIVED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_RECEIVED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_FORWARDED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_FORWARDED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_DROPPED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_DROPPED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_INVALID_CHECKSUM_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_INVALID_CHECKSUM_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_INVALID_LENGTH_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_INVALID_LENGTH_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_MEMORY_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_MEMORY_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_RETRANSMITTED_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_RETRANSMITTED_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_INVALID_PROTOCOL_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_INVALID_PROTOCOL_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_OPTIONS_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_OPTIONS_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMP_OTHER_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMP_OTHER_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_TRANSMITTED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_TRANSMITTED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_RETRANSMITTED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_RETRANSMITTED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_RECEIVED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_RECEIVED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_FORWARDED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_FORWARDED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_DROPPED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_DROPPED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_INVALID_CHECKSUM_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_INVALID_CHECKSUM_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_INVALID_LENGTH_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_INVALID_LENGTH_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_MEMORY_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_MEMORY_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_RETRANSMITTED_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_RETRANSMITTED_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_INVALID_PROTOCOL_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_INVALID_PROTOCOL_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_OPTIONS_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_OPTIONS_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICMPV6_OTHER_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICMPV6_OTHER_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_OPEN_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_OPEN_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_ACCEPTED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_ACCEPTED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_ACCEPT_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_ACCEPT_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_ESTABLISHED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_ESTABLISHED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_CONNECTION_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_CONNECTION_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_EXPIRED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_EXPIRED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_TRANSMITTED_DATAGRAMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_TRANSMITTED_DATAGRAMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_RECEIVED_DATAGRAMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_RECEIVED_DATAGRAMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_RECEIVED_MALFORMED_DATAGRAMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_RECEIVED_MALFORMED_DATAGRAMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_RECEIVED_UNREACHABLE_ICMP_DATAGRAMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_RECEIVED_UNREACHABLE_ICMP_DATAGRAMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_RECEIVED_BAD_CHECKSUM_DATAGRAMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_RECEIVED_BAD_CHECKSUM_DATAGRAMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_UDP_RECEIVED_NO_CHECKSUM_DATAGRAMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_UDP_RECEIVED_NO_CHECKSUM_DATAGRAMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_OPEN_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_OPEN_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_CLOSE_WAIT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_CLOSE_WAIT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_FIN_WAIT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_FIN_WAIT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_TIME_WAIT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_TIME_WAIT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_ACCEPTED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_ACCEPTED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_ACCEPT_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_ACCEPT_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_ESTABLISHED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_ESTABLISHED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_CONNECTION_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_CONNECTION_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_EXPIRED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_EXPIRED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_ABANDONED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_ABANDONED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_RECEIVED_RESETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_RECEIVED_RESETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_RECEIVED_BAD_CHECKSUMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_RECEIVED_BAD_CHECKSUMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_RECEIVED_BAD_SEGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_RECEIVED_BAD_SEGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_RECEIVED_OUT_OF_ORDER_SEGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_RECEIVED_OUT_OF_ORDER_SEGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_RECEIVED_SYN_COOKIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_RECEIVED_SYN_COOKIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_RECEIVED_BAD_SYN_COOKIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_RECEIVED_BAD_SYN_COOKIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_SYN_CACHE_OVERFLOWS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_SYN_CACHE_OVERFLOWS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TCP_RETRANSMITTED_SEGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TCP_RETRANSMITTED_SEGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_MULTICASTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_MULTICASTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_MULTICASTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_MULTICASTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_EPHEMERAL_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_EPHEMERAL_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_EPHEMERAL_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_EPHEMERAL_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_EPHEMERAL_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_EPHEMERAL_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_EPHEMERAL_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_EPHEMERAL_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_EPHEMERAL_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_EPHEMERAL_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_EPHEMERAL_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_EPHEMERAL_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_EPHEMERAL_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_EPHEMERAL_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PACKET_FILTER_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PACKET_FILTER_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_STREAM_REPLACEMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_STREAM_REPLACEMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ONECONNECT_CURRENT_IDLE_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ONECONNECT_CURRENT_IDLE_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ONECONNECT_MAXIMUM_IDLE_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ONECONNECT_MAXIMUM_IDLE_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ONECONNECT_TOTAL_REUSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ONECONNECT_TOTAL_REUSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ONECONNECT_NEW_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ONECONNECT_NEW_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_BYTES_AT_BASE_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_BYTES_AT_BASE_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_BYTES_DURING_BURST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_BYTES_DURING_BURST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_BYTES_DROPPED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_BYTES_DROPPED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_BYTES_QUEUED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_BYTES_QUEUED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_BYTES_PER_SEC">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_BYTES_PER_SEC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RULE_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RULE_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RULE_ABORTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RULE_ABORTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RULE_TOTAL_EXECUTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RULE_TOTAL_EXECUTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RULE_AVERAGE_CYCLES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RULE_AVERAGE_CYCLES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RULE_MAXIMUM_CYCLES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RULE_MAXIMUM_CYCLES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RULE_MINIMUM_CYCLES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RULE_MINIMUM_CYCLES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_COOKIE_PERSIST_INSERTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_COOKIE_PERSIST_INSERTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_2XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_2XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_3XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_3XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_4XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_4XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_5XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_5XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_TOTAL_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_TOTAL_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_GET_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_GET_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_POST_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_POST_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_V9_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_V9_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_V10_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_V10_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_V11_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_V11_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_V9_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_V9_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_V10_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_V10_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_V11_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_V11_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_MAXIMUM_KEEPALIVE_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_MAXIMUM_KEEPALIVE_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_BUCKET_1K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_BUCKET_1K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_BUCKET_4K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_BUCKET_4K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_BUCKET_16K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_BUCKET_16K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_BUCKET_32K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_BUCKET_32K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_BUCKET_64K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_BUCKET_64K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_NULL_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_NULL_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_HTML_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_HTML_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_HTML_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_HTML_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_CSS_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_CSS_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_CSS_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_CSS_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_JS_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_JS_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_JS_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_JS_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_XML_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_XML_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_XML_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_XML_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_SGML_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_SGML_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_SGML_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_SGML_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PLAIN_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PLAIN_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PLAIN_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PLAIN_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_OCTET_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_OCTET_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_OCTET_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_OCTET_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_IMAGE_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_IMAGE_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_IMAGE_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_IMAGE_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_VIDEO_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_VIDEO_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_VIDEO_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_VIDEO_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_AUDIO_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_AUDIO_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_AUDIO_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_AUDIO_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_OTHER_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_OTHER_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_OTHER_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_OTHER_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CACHE_CURRENT_ENTRIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CACHE_CURRENT_ENTRIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CACHE_MAXIMUM_ENTRIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CACHE_MAXIMUM_ENTRIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CACHE_OVERFLOWS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CACHE_OVERFLOWS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_ADH_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_ADH_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_DH_DSS_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_DH_DSS_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_DH_RSA_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_DH_RSA_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_DSS_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_DSS_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_EDH_DSS_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_EDH_DSS_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_EDH_RSA_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_EDH_RSA_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_RSA_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_RSA_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_NULL_BULK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_NULL_BULK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_AES_BULK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_AES_BULK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_DES_BULK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_DES_BULK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_IDEA_BULK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_IDEA_BULK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_RC2_BULK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_RC2_BULK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_RC4_BULK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_RC4_BULK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_NULL_DIGEST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_NULL_DIGEST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_MD5_DIGEST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_MD5_DIGEST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_SHA_DIGEST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_SHA_DIGEST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_PROTOCOL_SSLV2">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_PROTOCOL_SSLV2</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_PROTOCOL_SSLV3">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_PROTOCOL_SSLV3</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_PROTOCOL_TLSV1">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_PROTOCOL_TLSV1</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CURRENT_NATIVE_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CURRENT_NATIVE_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_MAXIMUM_NATIVE_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_MAXIMUM_NATIVE_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_TOTAL_NATIVE_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_TOTAL_NATIVE_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CURRENT_COMPATIBLE_MODE_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CURRENT_COMPATIBLE_MODE_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_MAXIMUM_COMPATIBLE_MODE_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_MAXIMUM_COMPATIBLE_MODE_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_TOTAL_COMPATIBLE_MODE_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_TOTAL_COMPATIBLE_MODE_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_ENCRYPTED_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_ENCRYPTED_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_ENCRYPTED_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_ENCRYPTED_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_DECRYPTED_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_DECRYPTED_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_DECRYPTED_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_DECRYPTED_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_RECORDS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_RECORDS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_RECORDS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_RECORDS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_FULLY_HW_ACCELERATED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_FULLY_HW_ACCELERATED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_PARTIALLY_HW_ACCELERATED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_PARTIALLY_HW_ACCELERATED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_NON_HW_ACCELERATED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_NON_HW_ACCELERATED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_PREMATURE_DISCONNECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_PREMATURE_DISCONNECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_MIDSTREAM_RENEGOTIATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_MIDSTREAM_RENEGOTIATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_SESSION_CACHE_CURRENT_ENTRIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_SESSION_CACHE_CURRENT_ENTRIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_SESSION_CACHE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_SESSION_CACHE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_SESSION_CACHE_LOOKUPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_SESSION_CACHE_LOOKUPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_SESSION_CACHE_OVERFLOWS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_SESSION_CACHE_OVERFLOWS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_SESSION_CACHE_INVALIDATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_SESSION_CACHE_INVALIDATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_VALID_PEER_CERTIFICATES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_VALID_PEER_CERTIFICATES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_INVALID_PEER_CERTIFICATES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_INVALID_PEER_CERTIFICATES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_NO_PEER_CERTIFICATES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_NO_PEER_CERTIFICATES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_HANDSHAKE_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_HANDSHAKE_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_BAD_RECORDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_BAD_RECORDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_FATAL_ALERTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_FATAL_ALERTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_AUTH_TOTAL_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_AUTH_TOTAL_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_AUTH_CURRENT_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_AUTH_CURRENT_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_AUTH_MAXIMUM_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_AUTH_MAXIMUM_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_AUTH_SUCCESS_RESULTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_AUTH_SUCCESS_RESULTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_AUTH_FAILURE_RESULTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_AUTH_FAILURE_RESULTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_AUTH_WANT_CREDENTIAL_RESULTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_AUTH_WANT_CREDENTIAL_RESULTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_AUTH_ERROR_RESULTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_AUTH_ERROR_RESULTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_XML_TOTAL_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_XML_TOTAL_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_CLIENT_SYN_COOKIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_CLIENT_SYN_COOKIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_CLIENT_ACCEPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_CLIENT_ACCEPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_SERVER_CONNECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_SERVER_CONNECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_CONNECTION_POOL_CURRENT_SIZE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_CONNECTION_POOL_CURRENT_SIZE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_CONNECTION_POOL_MAXIMUM_SIZE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_CONNECTION_POOL_MAXIMUM_SIZE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_CONNECTION_POOL_REUSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_CONNECTION_POOL_REUSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_CONNECTION_POOL_EXHAUSTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_CONNECTION_POOL_EXHAUSTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_TOTAL_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_TOTAL_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_UNBUFFERED_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_UNBUFFERED_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_GET_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_GET_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_POST_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_POST_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_V9_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_V9_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_V10_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_V10_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_V11_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_V11_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_2XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_2XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_3XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_3XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_4XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_4XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_5XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_5XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_REQUEST_PARSE_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_REQUEST_PARSE_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_RESPONSE_PARSE_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_RESPONSE_PARSE_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_CLIENTSIDE_BAD_SEGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_CLIENTSIDE_BAD_SEGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_SERVERSIDE_BAD_SEGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_SERVERSIDE_BAD_SEGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FAST_HTTP_PIPELINED_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FAST_HTTP_PIPELINED_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_NOT_SSL_HANDSHAKE_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_NOT_SSL_HANDSHAKE_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_TOTAL_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_TOTAL_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_HIT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_HIT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_MISS_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_MISS_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_TOTAL_MISS_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_TOTAL_MISS_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_SIZE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_SIZE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_COUNT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_COUNT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_EVICTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_EVICTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCOMPRESSION_QUEUED_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCOMPRESSION_QUEUED_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCOMPRESSION_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCOMPRESSION_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCOMPRESSION_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCOMPRESSION_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCOMPRESSION_TOTAL_STREAMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCOMPRESSION_TOTAL_STREAMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCOMPRESSION_CURRENT_STREAMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCOMPRESSION_CURRENT_STREAMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IIOP_TOTAL_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IIOP_TOTAL_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IIOP_TOTAL_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IIOP_TOTAL_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IIOP_TOTAL_CANCELS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IIOP_TOTAL_CANCELS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IIOP_TOTAL_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IIOP_TOTAL_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IIOP_TOTAL_FRAGMENTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IIOP_TOTAL_FRAGMENTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RTSP_TOTAL_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RTSP_TOTAL_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RTSP_TOTAL_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RTSP_TOTAL_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RTSP_TOTAL_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RTSP_TOTAL_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RTSP_TOTAL_INTERLEAVED_DATA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RTSP_TOTAL_INTERLEAVED_DATA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_METRICS_CPU_USAGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_METRICS_CPU_USAGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_METRICS_MEMORY_AVAILABLE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_METRICS_MEMORY_AVAILABLE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_METRICS_BITS_PER_SECOND_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_METRICS_BITS_PER_SECOND_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_METRICS_BITS_PER_SECOND_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_METRICS_BITS_PER_SECOND_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_METRICS_PACKETS_PER_SECOND_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_METRICS_PACKETS_PER_SECOND_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_METRICS_PACKETS_PER_SECOND_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_METRICS_PACKETS_PER_SECOND_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_METRICS_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_METRICS_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_METRICS_TOTAL_CONNECTION_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_METRICS_TOTAL_CONNECTION_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_TOTAL_BIT_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_TOTAL_BIT_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_TOTAL_GATEWAY_BIT_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_TOTAL_GATEWAY_BIT_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_INBOUND_GATEWAY_BIT_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_INBOUND_GATEWAY_BIT_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_OUTBOUND_GATEWAY_BIT_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_OUTBOUND_GATEWAY_BIT_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_TOTAL_VS_BIT_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_TOTAL_VS_BIT_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_INBOUND_VS_BIT_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_INBOUND_VS_BIT_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_OUTBOUND_VS_BIT_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_OUTBOUND_VS_BIT_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_TOTAL_INBOUND_BIT_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_TOTAL_INBOUND_BIT_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_TOTAL_OUTBOUND_BIT_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_TOTAL_OUTBOUND_BIT_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_LCS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_LCS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_LCS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_LCS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_PREFERRED_LB_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_PREFERRED_LB_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_ALTERNATE_LB_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_ALTERNATE_LB_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_FALLBACK_LB_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_FALLBACK_LB_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_DROPPED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_DROPPED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_EXPLICIT_IP">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_EXPLICIT_IP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_RETURN_TO_DNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_RETURN_TO_DNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_MEMBER_PREFERRED_LB_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_MEMBER_PREFERRED_LB_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_MEMBER_ALTERNATE_LB_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_MEMBER_ALTERNATE_LB_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_MEMBER_FALLBACK_LB_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_MEMBER_FALLBACK_LB_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_SERVER_VS_PICKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_SERVER_VS_PICKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_VIRTUAL_SERVER_PICKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_VIRTUAL_SERVER_PICKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_RESOLUTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_RESOLUTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_PERSISTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_PERSISTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_PREFERRED_LB_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_PREFERRED_LB_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_ALTERNATE_LB_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_ALTERNATE_LB_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_FALLBACK_LB_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_FALLBACK_LB_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_DROPPED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_DROPPED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_EXPLICIT_IP">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_EXPLICIT_IP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_RETURN_TO_DNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_RETURN_TO_DNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_MEMORY_TOTAL_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_MEMORY_TOTAL_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_MEMORY_USED_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_MEMORY_USED_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_IQUERY_RECONNECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_IQUERY_RECONNECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_IQUERY_RECEIVED_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_IQUERY_RECEIVED_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_IQUERY_SENT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_IQUERY_SENT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_BACKLOGGED_SENDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_BACKLOGGED_SENDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_DROPPED_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_DROPPED_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_PATH_CURRENT_RTT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_PATH_CURRENT_RTT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_PATH_AVERAGE_RTT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_PATH_AVERAGE_RTT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_PATH_CURRENT_HOPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_PATH_CURRENT_HOPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_PATH_AVERAGE_HOPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_PATH_AVERAGE_HOPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_PATH_CURRENT_COMPENSATION_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_PATH_CURRENT_COMPENSATION_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_PATH_AVERAGE_COMPENSATION_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_PATH_AVERAGE_COMPENSATION_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LDNS_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LDNS_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_COOKIE_PERSIST_INSERTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_COOKIE_PERSIST_INSERTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_2XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_2XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_3XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_3XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_4XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_4XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_5XX_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_5XX_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_TOTAL_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_TOTAL_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_GET_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_GET_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_POST_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_POST_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_V9_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_V9_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_V10_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_V10_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_V11_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_V11_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_V9_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_V9_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_V10_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_V10_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_V11_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_V11_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_MAXIMUM_KEEPALIVE_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_MAXIMUM_KEEPALIVE_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_BUCKET_1K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_BUCKET_1K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_BUCKET_4K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_BUCKET_4K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_BUCKET_16K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_BUCKET_16K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_BUCKET_32K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_BUCKET_32K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_BUCKET_64K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_BUCKET_64K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_NULL_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_NULL_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_HTML_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_HTML_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_HTML_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_HTML_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_CSS_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_CSS_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_CSS_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_CSS_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_JS_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_JS_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_JS_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_JS_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_XML_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_XML_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_XML_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_XML_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_SGML_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_SGML_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_SGML_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_SGML_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_PLAIN_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_PLAIN_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_PLAIN_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_PLAIN_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_OCTET_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_OCTET_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_OCTET_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_OCTET_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_IMAGE_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_IMAGE_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_IMAGE_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_IMAGE_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_VIDEO_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_VIDEO_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_VIDEO_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_VIDEO_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_AUDIO_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_AUDIO_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_AUDIO_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_AUDIO_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_OTHER_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_OTHER_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_OTHER_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_OTHER_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_TOTAL_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_TOTAL_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_HIT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_HIT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_MISS_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_MISS_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_TOTAL_MISS_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_TOTAL_MISS_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_ACCEPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_ACCEPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_FAILED_ACCEPT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_FAILED_ACCEPT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_FAILED_CONNECTION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_FAILED_CONNECTION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_EXPIRED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_EXPIRED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_ABANDONED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_ABANDONED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_RESETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_RESETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_BAD_CHECKSUMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_BAD_CHECKSUMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_COOKIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_COOKIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_BAD_COOKIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_BAD_COOKIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LINK_PATHS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LINK_PATHS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_TOTAL_LDNSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_TOTAL_LDNSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_TOTAL_PATHS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_TOTAL_PATHS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HARDWARE_SYN_COOKIES_GENERATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HARDWARE_SYN_COOKIES_GENERATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HARDWARE_SYN_COOKIES_DETECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HARDWARE_SYN_COOKIES_DETECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_OPEN_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_OPEN_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_ACCEPTED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_ACCEPTED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_ACCEPT_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_ACCEPT_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_EXPIRED_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_EXPIRED_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_RECEIVED_BAD_PACKET">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_RECEIVED_BAD_PACKET</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_ACCEPTED_ICMP_UNREACH_OR_TCP_RST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_ACCEPTED_ICMP_UNREACH_OR_TCP_RST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_ACCEPTED_TCP_RST_OUT_OF_WIN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_ACCEPTED_TCP_RST_OUT_OF_WIN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_RECEIVED_BAD_CHECKSUMS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_RECEIVED_BAD_CHECKSUMS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_RECEIVED_BAD_TXERR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_RECEIVED_BAD_TXERR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_RECEIVED_SYN_COOKIES_ISSUED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_RECEIVED_SYN_COOKIES_ISSUED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_RECEIVED_SYN_COOKIES_ACCEPTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_RECEIVED_SYN_COOKIES_ACCEPTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_RECEIVED_SYN_COOKIES_REJECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_RECEIVED_SYN_COOKIES_REJECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_RECEIVED_SYN_COOKIES_SYN_TO_SERVER_RETRANS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_RECEIVED_SYN_COOKIES_SYN_TO_SERVER_RETRANS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_PID">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_PID</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_CPU">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_CPU</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_TMID">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_TMID</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_NPUS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_NPUS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_CMP_CONN_REDIRECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_CMP_CONN_REDIRECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_COUNT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_COUNT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_CPU_ID">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_CPU_ID</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_USER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_USER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_NICED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_NICED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_SYSTEM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_SYSTEM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_IDLE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_IDLE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_IRQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_IRQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_SOFTIRQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_SOFTIRQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_IOWAIT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_IOWAIT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_USAGE_RATIO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_USAGE_RATIO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIP_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIP_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIP_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIP_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIP_BAD_MESSAGES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIP_BAD_MESSAGES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIP_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIP_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_SEC_AVG_USER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_SEC_AVG_USER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_SEC_AVG_NICED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_SEC_AVG_NICED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_SEC_AVG_SYSTEM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_SEC_AVG_SYSTEM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_SEC_AVG_IDLE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_SEC_AVG_IDLE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_SEC_AVG_IRQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_SEC_AVG_IRQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_SEC_AVG_SOFTIRQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_SEC_AVG_SOFTIRQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_SEC_AVG_IOWAIT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_SEC_AVG_IOWAIT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_SEC_AVG_USAGE_RATIO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_SEC_AVG_USAGE_RATIO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_ONE_MIN_AVG_USER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_ONE_MIN_AVG_USER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_ONE_MIN_AVG_NICED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_ONE_MIN_AVG_NICED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_ONE_MIN_AVG_SYSTEM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_ONE_MIN_AVG_SYSTEM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_ONE_MIN_AVG_IDLE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_ONE_MIN_AVG_IDLE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_ONE_MIN_AVG_IRQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_ONE_MIN_AVG_IRQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_ONE_MIN_AVG_SOFTIRQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_ONE_MIN_AVG_SOFTIRQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_ONE_MIN_AVG_IOWAIT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_ONE_MIN_AVG_IOWAIT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_ONE_MIN_AVG_USAGE_RATIO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_ONE_MIN_AVG_USAGE_RATIO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_MIN_AVG_USER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_MIN_AVG_USER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_MIN_AVG_NICED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_MIN_AVG_NICED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_MIN_AVG_SYSTEM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_MIN_AVG_SYSTEM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_MIN_AVG_IDLE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_MIN_AVG_IDLE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_MIN_AVG_IRQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_MIN_AVG_IRQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_MIN_AVG_SOFTIRQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_MIN_AVG_SOFTIRQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_MIN_AVG_IOWAIT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_MIN_AVG_IOWAIT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_MIN_AVG_USAGE_RATIO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_MIN_AVG_USAGE_RATIO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_SLOT_ID">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_SLOT_ID</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_METRICS_VIRTUAL_SERVER_SCORE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_METRICS_VIRTUAL_SERVER_SCORE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_STOLEN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_STOLEN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_SEC_AVG_STOLEN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_SEC_AVG_STOLEN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_ONE_MIN_AVG_STOLEN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_ONE_MIN_AVG_STOLEN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CPU_INFO_FIVE_MIN_AVG_STOLEN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CPU_INFO_FIVE_MIN_AVG_STOLEN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_FIVE_SEC_AVG_USAGE_RATIO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_FIVE_SEC_AVG_USAGE_RATIO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_ONE_MIN_AVG_USAGE_RATIO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_ONE_MIN_AVG_USAGE_RATIO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TM_FIVE_MIN_AVG_USAGE_RATIO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TM_FIVE_MIN_AVG_USAGE_RATIO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_BUCKET_128K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_BUCKET_128K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_BUCKET_512K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_BUCKET_512K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_BUCKET_2M_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_BUCKET_2M_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_BUCKET_LARGE_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_BUCKET_LARGE_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_BUCKET_128K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_BUCKET_128K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_BUCKET_512K_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_BUCKET_512K_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_BUCKET_2M_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_BUCKET_2M_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_BUCKET_LARGE_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_BUCKET_LARGE_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_CAPABILITIES_EXCHANGE_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_CAPABILITIES_EXCHANGE_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_CAPABILITIES_EXCHANGE_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_CAPABILITIES_EXCHANGE_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_DEVICE_WATCHDOG_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_DEVICE_WATCHDOG_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_DEVICE_WATCHDOG_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_DEVICE_WATCHDOG_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_DISCONNECT_PEER_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_DISCONNECT_PEER_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_DISCONNECT_PEER_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_DISCONNECT_PEER_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_ACCOUNTING_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_ACCOUNTING_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_ACCOUNTING_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_ACCOUNTING_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_CREDIT_CONTROL_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_CREDIT_CONTROL_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_CREDIT_CONTROL_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_CREDIT_CONTROL_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_USER_AUTHORIZATION_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_USER_AUTHORIZATION_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_USER_AUTHORIZATION_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_USER_AUTHORIZATION_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_OTHER_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_OTHER_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_OTHER_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_OTHER_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_TOT_BAD_MESSAGES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_TOT_BAD_MESSAGES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RADIUS_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RADIUS_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RADIUS_ACCEPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RADIUS_ACCEPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RADIUS_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RADIUS_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RADIUS_CHALLENGES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RADIUS_CHALLENGES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RADIUS_ACCOUNTING_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RADIUS_ACCOUNTING_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RADIUS_ACCOUNTING_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RADIUS_ACCOUNTING_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RADIUS_OTHER_MESSAGES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RADIUS_OTHER_MESSAGES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RADIUS_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RADIUS_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_SEC_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_ONE_MIN_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENT_SIDE_FIVE_MIN_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_SEC_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_ONE_MIN_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_ONE_MIN_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_ONE_MIN_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_ONE_MIN_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_ONE_MIN_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_ONE_MIN_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_ONE_MIN_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_ONE_MIN_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_ONE_MIN_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_ONE_MIN_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_ONE_MIN_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_ONE_MIN_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_ONE_MIN_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_ONE_MIN_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVER_SIDE_FIVE_MIN_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_SEC_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_ONE_MIN_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_CLIENT_SIDE_FIVE_MIN_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_SEC_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_ONE_MIN_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_MAXIMUM_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_MAXIMUM_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_TOTAL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PVA_SERVER_SIDE_FIVE_MIN_AVG_TOTAL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_FIVE_SEC_AVG_TOT_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_FIVE_SEC_AVG_TOT_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_ONE_MIN_AVG_TOT_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_ONE_MIN_AVG_TOT_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_FIVE_MIN_AVG_TOT_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_FIVE_MIN_AVG_TOT_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_HIT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_HIT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_CACHE_SIZE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_CACHE_SIZE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_ENTITIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_ENTITIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_EVICTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_INTER_STRIPE_EVICTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_REMOTE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_REMOTE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_REMOTE_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_REMOTE_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_RAM_CACHE_REMOTE_HIT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_RAM_CACHE_REMOTE_HIT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_INTER_STRIPE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_INTER_STRIPE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_INTER_STRIPE_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_INTER_STRIPE_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_INTER_STRIPE_HIT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_INTER_STRIPE_HIT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_REMOTE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_REMOTE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_REMOTE_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_REMOTE_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCLASS_RAM_CACHE_REMOTE_HIT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCLASS_RAM_CACHE_REMOTE_HIT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_BYTES_DROPPED_TAIL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_BYTES_DROPPED_TAIL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_PACKETS_DROPPED_TAIL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_PACKETS_DROPPED_TAIL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_BYTES_DROPPED_RAND">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_BYTES_DROPPED_RAND</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_PACKETS_DROPPED_RAND">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_PACKETS_DROPPED_RAND</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_RATE_CLASS_PACKETS_DROPPED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_RATE_CLASS_PACKETS_DROPPED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_A_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_A_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_AAAA_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_AAAA_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_NULL_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_NULL_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_HTML_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_HTML_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_HTML_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_HTML_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_CSS_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_CSS_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_CSS_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_CSS_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_JS_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_JS_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_JS_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_JS_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_XML_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_XML_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_XML_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_XML_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_SGML_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_SGML_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_SGML_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_SGML_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_PLAIN_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_PLAIN_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_PLAIN_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_PLAIN_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_OCTET_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_OCTET_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_OCTET_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_OCTET_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_IMAGE_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_IMAGE_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_IMAGE_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_IMAGE_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_VIDEO_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_VIDEO_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_VIDEO_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_VIDEO_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_AUDIO_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_AUDIO_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_AUDIO_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_AUDIO_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_OTHER_PRE_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_OTHER_PRE_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTPCOMPRESSION_OTHER_POST_COMPRESSION_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTPCOMPRESSION_OTHER_POST_COMPRESSION_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_TOTAL_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_TOTAL_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_HIT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_HIT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_MISS_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_MISS_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_TOTAL_MISS_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_TOTAL_MISS_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_SIZE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_SIZE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_COUNT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_COUNT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_EVICTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_EVICTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_HIT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_HIT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_CACHE_SIZE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_CACHE_SIZE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_ENTITIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_ENTITIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_EVICTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_INTER_STRIPE_EVICTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_REMOTE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_REMOTE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_REMOTE_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_REMOTE_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WEBACCELERATION_CACHE_REMOTE_HIT_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WEBACCELERATION_CACHE_REMOTE_HIT_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_PROBER_POOL_TOTAL_PROBES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_PROBER_POOL_TOTAL_PROBES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_PROBER_POOL_SUCCESSFUL_PROBES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_PROBER_POOL_SUCCESSFUL_PROBES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_PROBER_POOL_FAILED_PROBES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_PROBER_POOL_FAILED_PROBES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_SOA_SERIAL_NUMBER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_SOA_SERIAL_NUMBER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_SOA_REFRESH_INTERVAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_SOA_REFRESH_INTERVAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_SOA_RETRY_INTERVAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_SOA_RETRY_INTERVAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_SOA_EXPIRE_INTERVAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_SOA_EXPIRE_INTERVAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_ZONE_DB_RESOURCE_RECORDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_ZONE_DB_RESOURCE_RECORDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_TOTAL_CPU_CYCLES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_TOTAL_CPU_CYCLES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_FIVE_SEC_AVG_CPU_USAGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_FIVE_SEC_AVG_CPU_USAGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_ONE_MIN_AVG_CPU_USAGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_ONE_MIN_AVG_CPU_USAGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_FIVE_MIN_AVG_CPU_USAGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_FIVE_MIN_AVG_CPU_USAGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGE_OLDEST_ENTRY">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGE_OLDEST_ENTRY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGE_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGE_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGE_MOVING_AVG">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGE_MOVING_AVG</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGE_EXPONENTIAL_DECAY_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGE_EXPONENTIAL_DECAY_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_SERVICED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_SERVICED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGGR_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGGR_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGGR_AGE_OLDEST_ENTRY">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGGR_AGE_OLDEST_ENTRY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGGR_AGE_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGGR_AGE_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGGR_AGE_MOVING_AVG">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGGR_AGE_MOVING_AVG</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGGR_AGE_EXPONENTIAL_DECAY_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGGR_AGE_EXPONENTIAL_DECAY_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNQUEUE_AGGR_SERVICED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNQUEUE_AGGR_SERVICED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RESPONSES_PER_SECOND">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RESPONSES_PER_SECOND</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_REQUESTS_TO_GTM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_REQUESTS_TO_GTM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_REQUESTS_TO_BACKEND_DNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_REQUESTS_TO_BACKEND_DNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_DNS64_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_DNS64_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_DNS64_TRANSLATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_DNS64_TRANSLATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_DNS64_FAILS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_DNS64_FAILS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_NOTIFIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_NOTIFIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HINTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HINTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_NOERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_NOERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_XML_DOCUMENTS_INSPECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_XML_DOCUMENTS_INSPECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_XML_DOCUMENTS_ONE_XPATH_MATCH">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_XML_DOCUMENTS_ONE_XPATH_MATCH</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_XML_DOCUMENTS_TWO_XPATH_MATCHES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_XML_DOCUMENTS_TWO_XPATH_MATCHES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_XML_DOCUMENTS_THREE_XPATH_MATCHES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_XML_DOCUMENTS_THREE_XPATH_MATCHES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_XML_DOCUMENTS_NOMATCH">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_XML_DOCUMENTS_NOMATCH</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_XML_DOCUMENTS_MALFORMED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_XML_DOCUMENTS_MALFORMED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_1500">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_1500</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_10K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_10K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_50K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_50K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_100K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_100K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_500K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_500K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_1M">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_1M</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_5M">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_5M</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_LARGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_LARGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_NEW">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_NEW</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_EXPIRED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_EXPIRED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_PER_POLICY">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_PER_POLICY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_PER_IRULE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_PER_IRULE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_PER_INVALIDATION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_PER_INVALIDATION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_PER_CLIENT_REQUEST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_PER_CLIENT_REQUEST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_PROXIED_BYPASS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_PROXIED_BYPASS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE_1500">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE_1500</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE_10K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE_10K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE_50K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE_50K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE_100K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE_100K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE_500K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE_500K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE_1M">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE_1M</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE_5M">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE_5M</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_FROM_CACHE_LARGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_FROM_CACHE_LARGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_OWS_2XX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_OWS_2XX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_OWS_3XX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_OWS_3XX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_OWS_4XX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_OWS_4XX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_OWS_5XX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_OWS_5XX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_OWS_DROPPED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_OWS_DROPPED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_OWS_REJECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_OWS_REJECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_WAM_2XX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_WAM_2XX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_WAM_3XX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_WAM_3XX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_WAM_4XX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_WAM_4XX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_WAM_5XX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_WAM_5XX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_WAM_503">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_WAM_503</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_WAM_APPLICATION_WAM_DROPPED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_WAM_APPLICATION_WAM_DROPPED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_SECURE_HANDSHAKES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_SECURE_HANDSHAKES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_INSECURE_HANDSHAKE_ACCEPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_INSECURE_HANDSHAKE_ACCEPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_INSECURE_HANDSHAKE_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_INSECURE_HANDSHAKE_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_INSECURE_RENEGOTIATION_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_INSECURE_RENEGOTIATION_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_SNI_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_SNI_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_PROTOCOL_TLSV1_1">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_PROTOCOL_TLSV1_1</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_PROTOCOL_TLSV1_2">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_PROTOCOL_TLSV1_2</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_PROTOCOL_DTLSV1">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_PROTOCOL_DTLSV1</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CURRENT_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CURRENT_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_SYNC">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_SYNC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_ASYNC">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_ASYNC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_FAILURE_RESOLVE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_FAILURE_RESOLVE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_FAILURE_CONN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_FAILURE_CONN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_FAILURE_SERVER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_FAILURE_SERVER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_FAILURE_SEND">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_FAILURE_SEND</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_MSG_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_MSG_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_MSG_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_MSG_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_MSG_INSERTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_MSG_INSERTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_MSG_UPDATES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_MSG_UPDATES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_MSG_EVICTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_MSG_EVICTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_RRSET_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_RRSET_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_RRSET_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_RRSET_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_RRSET_INSERTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_RRSET_INSERTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_RRSET_UPDATES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_RRSET_UPDATES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_RRSET_EVICTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_RRSET_EVICTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_INSERTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_INSERTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_UPDATES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_UPDATES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_EVICTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_NAMESERVER_EVICTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_KEY_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_KEY_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_KEY_MISSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_KEY_MISSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_KEY_INSERTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_KEY_INSERTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_KEY_UPDATES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_KEY_UPDATES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_KEY_EVICTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_KEY_EVICTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_UDP_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_UDP_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_UDP_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_UDP_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_UDP_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_UDP_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_UDP_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_UDP_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_UDP_CURRENT_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_UDP_CURRENT_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_UDP_MAX_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_UDP_MAX_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_UDP_TOTAL_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_UDP_TOTAL_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_TCP_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_TCP_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_TCP_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_TCP_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_TCP_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_TCP_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_TCP_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_TCP_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_TCP_CURRENT_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_TCP_CURRENT_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_TCP_MAX_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_TCP_MAX_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_TCP_TOTAL_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_TCP_TOTAL_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_UNSOLICITED_REPLIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_UNSOLICITED_REPLIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_SEC_UNCHECKED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_SEC_UNCHECKED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_SEC_BOGUS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_SEC_BOGUS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_SEC_INDETERMINATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_SEC_INDETERMINATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_SEC_INSECURE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_SEC_INSECURE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_SEC_SECURE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_SEC_SECURE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_RPZ_REWRITES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_RPZ_REWRITES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_REQUESTS_TO_CACHE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_REQUESTS_TO_CACHE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_MALFORMED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_MALFORMED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_SUSPENDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_SUSPENDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_CAPABILITIES_EXCHANGE_REQUESTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_CAPABILITIES_EXCHANGE_REQUESTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_CAPABILITIES_EXCHANGE_ANSWERS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_CAPABILITIES_EXCHANGE_ANSWERS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_DEVICE_WATCHDOG_REQUESTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_DEVICE_WATCHDOG_REQUESTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_DEVICE_WATCHDOG_ANSWERS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_DEVICE_WATCHDOG_ANSWERS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_DISCONNECT_PEER_REQUESTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_DISCONNECT_PEER_REQUESTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_DISCONNECT_PEER_ANSWERS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_DISCONNECT_PEER_ANSWERS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_CAPABILITIES_EXCHANGE_REQUESTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_CAPABILITIES_EXCHANGE_REQUESTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_CAPABILITIES_EXCHANGE_ANSWERS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_CAPABILITIES_EXCHANGE_ANSWERS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_DEVICE_WATCHDOG_REQUESTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_DEVICE_WATCHDOG_REQUESTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_DEVICE_WATCHDOG_ANSWERS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_DEVICE_WATCHDOG_ANSWERS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_DISCONNECT_PEER_REQUESTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_DISCONNECT_PEER_REQUESTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_DISCONNECT_PEER_ANSWERS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_DISCONNECT_PEER_ANSWERS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_REQUESTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_REQUESTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_REQUESTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_REQUESTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_ANSWERS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_ANSWERS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_ANSWERS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_ANSWERS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_DETECTED_LOOPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_DETECTED_LOOPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_ACTIVE_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_ACTIVE_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_BYTES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_BYTES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_BYTES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_BYTES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_PEER_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_PEER_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_CAPABILITIES_EXCHANGE_REQUESTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_CAPABILITIES_EXCHANGE_REQUESTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_CAPABILITIES_EXCHANGE_ANSWERS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_CAPABILITIES_EXCHANGE_ANSWERS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DEVICE_WATCHDOG_REQUESTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DEVICE_WATCHDOG_REQUESTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DEVICE_WATCHDOG_ANSWERS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DEVICE_WATCHDOG_ANSWERS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DISCONNECT_PEER_REQUESTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DISCONNECT_PEER_REQUESTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DISCONNECT_PEER_ANSWERS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DISCONNECT_PEER_ANSWERS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_CAPABILITIES_EXCHANGE_REQUESTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_CAPABILITIES_EXCHANGE_REQUESTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_CAPABILITIES_EXCHANGE_ANSWERS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_CAPABILITIES_EXCHANGE_ANSWERS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DEVICE_WATCHDOG_REQUESTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DEVICE_WATCHDOG_REQUESTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DEVICE_WATCHDOG_ANSWERS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DEVICE_WATCHDOG_ANSWERS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DISCONNECT_PEER_REQUESTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DISCONNECT_PEER_REQUESTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DISCONNECT_PEER_ANSWERS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DISCONNECT_PEER_ANSWERS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_REQUESTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_REQUESTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_REQUESTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_REQUESTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_ANSWERS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_ANSWERS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_ANSWERS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_ANSWERS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_RETRANSMITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_RETRANSMITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DETECTED_LOOPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DETECTED_LOOPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_DETECTED_DUPLICATES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_DETECTED_DUPLICATES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_ACTIVE_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_ACTIVE_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_QUEUE_OVERFLOW_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_QUEUE_OVERFLOW_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_BYTES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_BYTES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_BYTES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_BYTES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_BAD_MESSAGES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_BAD_MESSAGES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_UNCONFIGURED_PEERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_UNCONFIGURED_PEERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETERROUTING_UNCONFIGURED_PEER_MESSAGES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETERROUTING_UNCONFIGURED_PEER_MESSAGES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_DISK_USE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_DISK_USE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_MEMORY_USE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_MEMORY_USE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_UPTIME">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_UPTIME</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_MULTICASTS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_MULTICASTS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_MULTICASTS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_MULTICASTS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_DROPS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_DROPS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_DROPS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_DROPS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_DISK_DISK_USE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_DISK_DISK_USE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_RETURN_FROM_DNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_RETURN_FROM_DNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_RETURN_FROM_DNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_RETURN_FROM_DNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_SESSTICK_REUSED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_SESSTICK_REUSED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_SESSTICK_REUSE_FAILED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_SESSTICK_REUSE_FAILED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_ECDHE_RSA_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_ECDHE_RSA_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HDR_RD">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HDR_RD</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HDR_CD">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HDR_CD</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HDR_EDNS0">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HDR_EDNS0</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_OP_QUERY">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_OP_QUERY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_OP_NOTIFY">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_OP_NOTIFY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_OP_UPDATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_OP_UPDATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_OP_OTHER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_OP_OTHER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_ZONE_IXFR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_ZONE_IXFR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_ZONE_AXFR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_ZONE_AXFR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HDR_AA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HDR_AA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HDR_RA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HDR_RA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HDR_AD">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HDR_AD</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HDR_TC">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HDR_TC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RC_NOERROR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RC_NOERROR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RC_NXDOMAIN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RC_NXDOMAIN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RC_SERVFAIL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RC_SERVFAIL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RC_REFUSED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RC_REFUSED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICAP_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICAP_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICAP_TOTAL_REQMODE_REQUEST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICAP_TOTAL_REQMODE_REQUEST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICAP_TOTAL_REQMODE_RESPONSE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICAP_TOTAL_REQMODE_RESPONSE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICAP_TOTAL_RSPMODE_REQUEST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICAP_TOTAL_RSPMODE_REQUEST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ICAP_TOTAL_RSPMODE_RESPONSE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ICAP_TOTAL_RSPMODE_RESPONSE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ADAPT_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ADAPT_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ADAPT_RECORDS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ADAPT_RECORDS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ADAPT_RECORDS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ADAPT_RECORDS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ADAPT_RECORDS_SENT_FOR_ADAPTATION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ADAPT_RECORDS_SENT_FOR_ADAPTATION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ADAPT_RECORDS_ADAPTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ADAPT_RECORDS_ADAPTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ADAPT_TIMEOUT_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ADAPT_TIMEOUT_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ADAPT_ADAPTATION_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ADAPT_ADAPTATION_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_ACL_NO_MATCH">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_ACL_NO_MATCH</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_FWDP_CONNS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_FWDP_CONNS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_FWDP_CACHED_CERTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_FWDP_CACHED_CERTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_POOL_CNAME_RESOLUTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_POOL_CNAME_RESOLUTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_WIDEIP_CNAME_RESOLUTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_WIDEIP_CNAME_RESOLUTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_CONNECTIONS_ACCEPTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_CONNECTIONS_ACCEPTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_CONNECTIONS_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_CONNECTIONS_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_CONNECTIONS_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_CONNECTIONS_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_DATA_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_DATA_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_DATA_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_DATA_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_FLOWS_CREATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_FLOWS_CREATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_FLOWS_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_FLOWS_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_FLOWS_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_FLOWS_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_GOAWAY_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_GOAWAY_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_GOAWAY_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_GOAWAY_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_HEADERS_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_HEADERS_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_HEADERS_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_HEADERS_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_HTTP_REQUEST_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_HTTP_REQUEST_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_HTTP_RESPONSE_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_HTTP_RESPONSE_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_NOOP_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_NOOP_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_NOOP_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_NOOP_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_PING_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_PING_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_PING_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_PING_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_RST_STREAM_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_RST_STREAM_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_RST_STREAM_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_RST_STREAM_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SETTINGS_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SETTINGS_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SETTINGS_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SETTINGS_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SPDY_REQUEST_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SPDY_REQUEST_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SPDY_REQUEST_FRAMES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SPDY_REQUEST_FRAMES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SPDY_RESPONSE_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SPDY_RESPONSE_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SPDY_RESPONSE_FRAMES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SPDY_RESPONSE_FRAMES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SYN_REPLY_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SYN_REPLY_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SYN_REPLY_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SYN_REPLY_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SYN_STREAM_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SYN_STREAM_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_SYN_STREAM_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_SYN_STREAM_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_V2_STREAMS_CREATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_V2_STREAMS_CREATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_V2_STREAMS_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_V2_STREAMS_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_V2_STREAMS_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_V2_STREAMS_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_V3_STREAMS_CREATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_V3_STREAMS_CREATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_V3_STREAMS_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_V3_STREAMS_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_V3_STREAMS_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_V3_STREAMS_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_WINDOW_UPDATE_FRAMES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_WINDOW_UPDATE_FRAMES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SPDY_WINDOW_UPDATE_FRAMES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SPDY_WINDOW_UPDATE_FRAMES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_TRANSLATION_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_TRANSLATION_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_HAIRPIN_CONNECTION_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_HAIRPIN_CONNECTION_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_ACTIVE_TRANSLATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_ACTIVE_TRANSLATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_ACTIVE_HAIRPIN_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_ACTIVE_HAIRPIN_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_TRANSLATION_REQUEST_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_TRANSLATION_REQUEST_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PERSISTENCE_MAPPING_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PERSISTENCE_MAPPING_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_HAIRPIN_CONNECTION_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_HAIRPIN_CONNECTION_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_BACKUP_POOL_TRANSLATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_BACKUP_POOL_TRANSLATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_ACTIVE_PERSISTENCE_MAPPINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_ACTIVE_PERSISTENCE_MAPPINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_ACTIVE_INBOUND_RESERVATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_ACTIVE_INBOUND_RESERVATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_LOG_ATTEMPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_LOG_ATTEMPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_LOG_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_LOG_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_MALICIOUS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_MALICIOUS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_A_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_A_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_AAAA_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_AAAA_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_ANY_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_ANY_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CNAME_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CNAME_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_MX_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_MX_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_NS_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_NS_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_PTR_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_PTR_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_SOA_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_SOA_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_SRV_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_SRV_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_TXT_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_TXT_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_OTHER_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_OTHER_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_FILTERED_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_FILTERED_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_A_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_A_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_AAAA_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_AAAA_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_ANY_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_ANY_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CNAME_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CNAME_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_MX_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_MX_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_NS_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_NS_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_PTR_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_PTR_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_SOA_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_SOA_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_SRV_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_SRV_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_TXT_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_TXT_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_OTHER_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_OTHER_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_SPAM_SOURCES_WARNINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_SPAM_SOURCES_WARNINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_SPAM_SOURCES_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_SPAM_SOURCES_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_WINDOWS_EXPLOITS_WARNINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_WINDOWS_EXPLOITS_WARNINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_WINDOWS_EXPLOITS_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_WINDOWS_EXPLOITS_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_WEB_ATTACKS_WARNINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_WEB_ATTACKS_WARNINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_WEB_ATTACKS_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_WEB_ATTACKS_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_BOTNETS_WARNINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_BOTNETS_WARNINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_BOTNETS_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_BOTNETS_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_SCANNERS_WARNINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_SCANNERS_WARNINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_SCANNERS_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_SCANNERS_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_DENIAL_OF_SERVICE_WARNINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_DENIAL_OF_SERVICE_WARNINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_DENIAL_OF_SERVICE_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_DENIAL_OF_SERVICE_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_INFECTED_SOURCES_WARNINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_INFECTED_SOURCES_WARNINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_INFECTED_SOURCES_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_INFECTED_SOURCES_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_PHISHING_WARNINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_PHISHING_WARNINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_PHISHING_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_PHISHING_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_PROXY_WARNINGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_PROXY_WARNINGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_INTELLIGENCE_PROXY_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_INTELLIGENCE_PROXY_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EFFECTIVE_LICENSED_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EFFECTIVE_LICENSED_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_LICENSED_OBJECT_COUNT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_LICENSED_OBJECT_COUNT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RATE_LIMITED_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RATE_LIMITED_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_EFFECTIVE_LICENSED_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_EFFECTIVE_LICENSED_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_LICENSED_OBJECT_COUNT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_LICENSED_OBJECT_COUNT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_GTM_RATE_LIMITED_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_GTM_RATE_LIMITED_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_HW_INSTANCES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_HW_INSTANCES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_INSTANCES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_INSTANCES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_CACHE_USAGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_CACHE_USAGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_CACHE_OVERFLOWS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_CACHE_OVERFLOWS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_TOTAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_TOTAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_ACCEPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_ACCEPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_SW_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_HW_TOTAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_HW_TOTAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_HW_ACCEPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VIRTUAL_SERVER_SYNCOOKIE_HW_ACCEPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_ATTACK_DETECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_ATTACK_DETECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_ATTACKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_ATTACKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_PACKETS_RECEIVED_ONE_HOUR_SAMPLES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_PACKETS_RECEIVED_ONE_HOUR_SAMPLES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_PACKETS_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_PACKETS_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_PACKETS_RECEIVED_RATE_ONE_SEC">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_PACKETS_RECEIVED_RATE_ONE_SEC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_PACKETS_RECEIVED_ONE_MIN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_PACKETS_RECEIVED_ONE_MIN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_PACKETS_RECEIVED_ONE_HOUR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_PACKETS_RECEIVED_ONE_HOUR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_DROPS_RATE_ONE_SEC">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_DROPS_RATE_ONE_SEC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_DROPS_ONE_MIN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_DROPS_ONE_MIN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_DROPS_ONE_HOUR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_DROPS_ONE_HOUR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_INTERNAL_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_INTERNAL_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_INTERNAL_DROPS_RATE_ONE_SEC">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_INTERNAL_DROPS_RATE_ONE_SEC</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_INTERNAL_DROPS_ONE_MIN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_INTERNAL_DROPS_ONE_MIN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DOS_INTERNAL_DROPS_ONE_HOUR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DOS_INTERNAL_DROPS_ONE_HOUR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_CONNECTION_ATTEMPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_CONNECTION_ATTEMPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_OPENS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_OPENS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_DISCONNECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_DISCONNECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_MSG">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_MSG</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_MSG_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_MSG_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_MSG_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_MSG_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_MSG_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_MSG_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_UNMATCHED_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_UNMATCHED_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_INVALID">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_INVALID</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_BYTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_BYTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_ANSWERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_ANSWERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_REXMIT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_REXMIT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_REXMIT_LIMIT_EXCEEDED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_MSG_REXMIT_LIMIT_EXCEEDED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_REQUESTS_PENDING">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_REQUESTS_PENDING</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_CER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_CER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_CEA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_CEA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_CER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_CER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_CEA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_CEA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_DWR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_DWR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_DWA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_DWA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_DWR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_DWR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_DWA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_DWA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_DPR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_DPR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_DPA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_TX_DPA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_DPR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_DPR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_DPA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_RX_DPA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DIAMETER_ENDPOINT_TOTAL_STATE_MACHINE_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DIAMETER_ENDPOINT_TOTAL_STATE_MACHINE_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FW_RULE_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FW_RULE_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_BWC_UPLINKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_BWC_UPLINKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_BWC_DOWNLINKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_BWC_DOWNLINKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_CLONES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_CLONES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_DSCP_MARKING_UPLINKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_DSCP_MARKING_UPLINKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_DSCP_MARKING_DOWNLINKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_DSCP_MARKING_DOWNLINKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_FLOW_REPORTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_FLOW_REPORTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_L2_MARKING_UPLINKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_L2_MARKING_UPLINKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_L2_MARKING_DOWNLINKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_L2_MARKING_DOWNLINKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_REDIRECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_REDIRECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_REEVAL_COUNT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_REEVAL_COUNT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_REEVAL_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_REEVAL_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_STEERING">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_STEERING</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_STEERING_ENDPOINT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_STEERING_ENDPOINT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_ACTIVE_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_ACTIVE_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_ACTIVE_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_ACTIVE_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_FAILED_PROVISIONING_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_FAILED_PROVISIONING_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_FAILED_PROVISIONING_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_FAILED_PROVISIONING_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_LIMITS_EXCEED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_LIMITS_EXCEED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_MARKED_DELETED_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_MARKED_DELETED_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_MARKED_DELETED_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_MARKED_DELETED_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_PENDING_PROVISIONING_RESPONSES_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_PENDING_PROVISIONING_RESPONSES_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_PENDING_PROVISIONING_RESPONSES_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_PENDING_PROVISIONING_RESPONSES_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_PROVISIONED_AS_UNKNOWN_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_PROVISIONED_AS_UNKNOWN_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_PROVISIONED_AS_UNKNOWN_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_PROVISIONED_AS_UNKNOWN_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_PROVISIONED_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_PROVISIONED_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_PROVISIONED_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_PROVISIONED_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_SESSIONS_TOTAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_SESSIONS_TOTAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSION_FAILURES_SPM_QUEUE_FULL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSION_FAILURES_SPM_QUEUE_FULL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CURRENT_ACTIVE_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CURRENT_ACTIVE_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_MAXIMUM_ACTIVE_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_MAXIMUM_ACTIVE_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCA_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCA_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCR_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCR_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CURRENT_SESSIONS_CLOSE_INITIATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CURRENT_SESSIONS_CLOSE_INITIATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_MAXIMUM_SESSIONS_CLOSE_INITIATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_MAXIMUM_SESSIONS_CLOSE_INITIATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CURRENT_INACTIVE_WITH_PROVISIONING_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CURRENT_INACTIVE_WITH_PROVISIONING_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_MAXIMUM_INACTIVE_WITH_PROVISIONING_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_MAXIMUM_INACTIVE_WITH_PROVISIONING_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CURRENT_SESSIONS_INITIATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CURRENT_SESSIONS_INITIATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_MAXIMUM_SESSIONS_INITIATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_MAXIMUM_SESSIONS_INITIATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_ERROR_MESSAGES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_ERROR_MESSAGES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_REPORT_MESSAGES_DROPPED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_REPORT_MESSAGES_DROPPED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_POLICY_UPDATES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_POLICY_UPDATES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_POLICY_REQUESTS_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_POLICY_REQUESTS_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_RAA_MESSAGES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_RAA_MESSAGES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_RAR_MESSAGES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_RAR_MESSAGES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_SESSIONS_CREATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_SESSIONS_CREATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_SESSIONS_TERMINATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_SESSIONS_TERMINATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_USAGE_REPORT_MESSAGES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_USAGE_REPORT_MESSAGES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSIONDB_BYTES_UPLINK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSIONDB_BYTES_UPLINK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSIONDB_BYTES_DOWNLINK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSIONDB_BYTES_DOWNLINK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSIONDB_FLOWS_TOTAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSIONDB_FLOWS_TOTAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSIONDB_FLOWS_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSIONDB_FLOWS_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SESSIONDB_FLOWS_MAX">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SESSIONDB_FLOWS_MAX</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FTP_LOGIN_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FTP_LOGIN_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FTP_UPLOAD_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FTP_UPLOAD_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FTP_DOWNLOAD_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FTP_DOWNLOAD_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_ACTIVE_CALLS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_ACTIVE_CALLS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_TOTAL_CALLS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_TOTAL_CALLS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_FAILED_CALLS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_FAILED_CALLS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_START_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_START_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_START_REPLIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_START_REPLIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_STOP_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_STOP_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_STOP_REPLIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_STOP_REPLIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_ECHO_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_ECHO_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_ECHO_REPLIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_ECHO_REPLIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_OUTGOING_CALL_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_OUTGOING_CALL_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_OUTGOING_CALL_REPLIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_OUTGOING_CALL_REPLIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_CALL_CLEAR_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_CALL_CLEAR_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_CALL_DISCONNECT_NOTIFIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_CALL_DISCONNECT_NOTIFIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_SET_LINK_INFO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_SET_LINK_INFO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PPTP_WAN_ERROR_NOTIFIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PPTP_WAN_ERROR_NOTIFIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_PASSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_PASSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_HTTP_REDIRECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_HTTP_REDIRECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_SERVICE_CHAINS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_SERVICE_CHAINS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_STEERING_ON_RESPONSE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_STEERING_ON_RESPONSE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_QOS_UPLINK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_QOS_UPLINK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_QOS_DOWNLINK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_QOS_DOWNLINK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_HTTP_HEADER_MODIFICATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_HTTP_HEADER_MODIFICATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_FLOW_REPORTING">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_FLOW_REPORTING</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_SESSION_REPORTING">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_SESSION_REPORTING</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_POLICY_REEVALUATION_RATE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_POLICY_REEVALUATION_RATE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_ACTION_POLICY_REEVALUATION_RATE_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_ACTION_POLICY_REEVALUATION_RATE_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CONCURRENT_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CONCURRENT_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_NON_PROVISIONED_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_NON_PROVISIONED_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_NON_PROVISIONED_SESSIONS_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_NON_PROVISIONED_SESSIONS_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_PROVISIONING_INITIATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_PROVISIONING_INITIATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_PROVISIONING_INITIATED_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_PROVISIONING_INITIATED_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_TERMINATIONS_INITIATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_TERMINATIONS_INITIATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_TERMINATIONS_INITIATED_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_TERMINATIONS_INITIATED_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCR_INITIALS_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCR_INITIALS_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCA_INITIALS_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCA_INITIALS_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCR_UPDATES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCR_UPDATES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCA_UPDATES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCA_UPDATES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_RAR_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_RAR_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_RAA_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_RAA_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCR_USAGE_MONITORING_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCR_USAGE_MONITORING_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCA_USAGE_MONITORING_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCA_USAGE_MONITORING_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCR_TERMINATIONS_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCR_TERMINATIONS_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GX_CCA_TERMINATIONS_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GX_CCA_TERMINATIONS_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_CONCURRENT_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_CONCURRENT_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_TOTAL_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_TOTAL_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_SESSIONS_CREATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_SESSIONS_CREATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_NON_PROVISIONED_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_NON_PROVISIONED_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_NON_PROVISIONED_SESSIONS_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_NON_PROVISIONED_SESSIONS_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_PROVISIONING_INITIATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_PROVISIONING_INITIATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_PROVISIONING_INITIATED_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_PROVISIONING_INITIATED_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_ERROR_MESSAGES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_ERROR_MESSAGES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_TERMINATIONS_INITIATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_TERMINATIONS_INITIATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_TERMINATIONS_INITIATED_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_TERMINATIONS_INITIATED_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_SESSIONS_TERMINATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_SESSIONS_TERMINATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_CCR_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_CCR_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_CCA_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_CCA_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_CCR_INITIALS_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_CCR_INITIALS_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_CCA_INITIALS_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_CCA_INITIALS_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_CCR_UPDATES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_CCR_UPDATES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_CCA_UPDATES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_CCA_UPDATES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_RAR_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_RAR_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_RAA_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_RAA_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_CCR_TERMINATIONS_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_CCR_TERMINATIONS_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_GY_CCA_TERMINATIONS_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_GY_CCA_TERMINATIONS_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_HSL_SESSION_RECORDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_HSL_SESSION_RECORDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_HSL_FLOW_START_RECORDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_HSL_FLOW_START_RECORDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_HSL_FLOW_INTERIM_RECORDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_HSL_FLOW_INTERIM_RECORDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_HSL_FLOW_STOP_RECORDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_HSL_FLOW_STOP_RECORDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_RADIUS_ACCOUNTING_START">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_RADIUS_ACCOUNTING_START</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_RADIUS_ACCOUNTING_STOP">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_RADIUS_ACCOUNTING_STOP</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_RADIUS_ACCOUNTING_INTERIM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_RADIUS_ACCOUNTING_INTERIM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_RADIUS_ACCOUNTING_RETRANSMISSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_RADIUS_ACCOUNTING_RETRANSMISSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_CONCURRENT_SUBSCRIBERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_CONCURRENT_SUBSCRIBERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_CONCURRENT_SUBSCRIBERS_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_CONCURRENT_SUBSCRIBERS_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_TOTAL_SUBSCRIBERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_TOTAL_SUBSCRIBERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_SUBSCRIBER_LIMIT_EXCEEDED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_SUBSCRIBER_LIMIT_EXCEEDED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_NO_RADIUS_INFO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_NO_RADIUS_INFO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_NO_RADIUS_INFO_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_NO_RADIUS_INFO_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_PROVISIONING_PENDING">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_PROVISIONING_PENDING</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_PROVISIONING_PENDING_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_PROVISIONING_PENDING_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_NOT_PROVISIONED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_NOT_PROVISIONED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_NOT_PROVISIONED_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_NOT_PROVISIONED_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_FAILED_PROVISIONING_ATTEMPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_FAILED_PROVISIONING_ATTEMPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_UNKNOWN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_UNKNOWN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_UNKNOWN_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_UNKNOWN_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_PROVISIONED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_PROVISIONED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_PROVISIONED_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_PROVISIONED_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_INACTIVE_SUBSCRIBERS_REMOVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_INACTIVE_SUBSCRIBERS_REMOVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_MARKED_FOR_DELETION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_MARKED_FOR_DELETION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_PEM_SUBSCRIBER_MARKED_FOR_DELETION_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_PEM_SUBSCRIBER_MARKED_FOR_DELETION_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SMTPS_CONNECTIONS_ACCEPTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SMTPS_CONNECTIONS_ACCEPTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SMTPS_CONNECTIONS_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SMTPS_CONNECTIONS_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SMTPS_CONNECTIONS_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SMTPS_CONNECTIONS_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SMTPS_BLOCKED_COMMANDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SMTPS_BLOCKED_COMMANDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_XFR_MESSAGES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_XFR_MESSAGES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_EXPRESS_NOTIFIES_RECEIVED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_EXPRESS_NOTIFIES_RECEIVED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_XFR_NOTIFIES_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_XFR_NOTIFIES_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_XFR_NOTIFIES_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_XFR_NOTIFIES_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_AXFR_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_AXFR_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_IXFR_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_IXFR_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_XFR_QUERIES_ACL_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_XFR_QUERIES_ACL_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_TSIG_MISSING">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_TSIG_MISSING</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_TSIG_NOT_REQUIRED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_TSIG_NOT_REQUIRED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_TSIG_VERIFIED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_TSIG_VERIFIED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_TSIG_BAD_KEY">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_TSIG_BAD_KEY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_TSIG_BAD_SIG">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_TSIG_BAD_SIG</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_TSIG_BAD_TIME">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_TSIG_BAD_TIME</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_NSEC3_RR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_NSEC3_RR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_NSEC3_NODATA">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_NSEC3_NODATA</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_NSEC3_NXDOMAIN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_NSEC3_NXDOMAIN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_NSEC3_REFERRAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_NSEC3_REFERRAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_NSEC3_RESALT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_NSEC3_RESALT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_SIGNED_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_SIGNED_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_DNSKEY_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_DNSKEY_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_NSEC3PARAM_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_NSEC3PARAM_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_DS_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_DS_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_SIG_CRYPTO_FAILED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_SIG_CRYPTO_FAILED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_SIG_SUCCESS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_SIG_SUCCESS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_SIG_FAILED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_SIG_FAILED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_SIG_RRSET_FAILED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_SIG_RRSET_FAILED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_CONNECT_FLOW_FAILED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_CONNECT_FLOW_FAILED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_TO_WIRE_FAILED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_TO_WIRE_FAILED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_XFR_STARTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_XFR_STARTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_XFR_COMPLETED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_XFR_COMPLETED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_XFR_MSGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_XFR_MSGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_XFR_MASTER_MSGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_XFR_MASTER_MSGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_XFR_AXFR_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_XFR_AXFR_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_XFR_IXFR_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_XFR_IXFR_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_XFR_RESPONSE_AVERAGE_SIZE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_XFR_RESPONSE_AVERAGE_SIZE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_XFR_EXTERNAL_SERIAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_XFR_EXTERNAL_SERIAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNSSEC_ZONE_XFR_MASTER_SERIAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNSSEC_ZONE_XFR_MASTER_SERIAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_SERVER_XFR_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_SERVER_XFR_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_SERVER_XFR_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_SERVER_XFR_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_SERVER_XFR_NOTIFIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_SERVER_XFR_NOTIFIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_SERVER_XFR_NOTIFY_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_SERVER_XFR_NOTIFY_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_FORWARD_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_FORWARD_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_CACHE_RESOLVER_FORWARD_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_CACHE_RESOLVER_FORWARD_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PASSTHROUGH_IRULES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PASSTHROUGH_IRULES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PASSTHROUGH_CONNECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PASSTHROUGH_CONNECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PASSTHROUGH_WEB_SOCKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PASSTHROUGH_WEB_SOCKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PASSTHROUGH_OVERSIZE_CLIENT_HEADERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PASSTHROUGH_OVERSIZE_CLIENT_HEADERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PASSTHROUGH_EXCESS_CLIENT_HEADERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PASSTHROUGH_EXCESS_CLIENT_HEADERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PASSTHROUGH_OVERSIZE_SERVER_HEADERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PASSTHROUGH_OVERSIZE_SERVER_HEADERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PASSTHROUGH_EXCESS_SERVER_HEADERS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PASSTHROUGH_EXCESS_SERVER_HEADERS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PASSTHROUGH_UNKNOWN_METHODS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PASSTHROUGH_UNKNOWN_METHODS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_HTTP_PASSTHROUGH_PIPELINES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_HTTP_PASSTHROUGH_PIPELINES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_ECDH_RSA_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_ECDH_RSA_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_ECDHE_ECDSA_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_ECDHE_ECDSA_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_ECDH_ECDSA_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_ECDH_ECDSA_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_DHE_DSS_KEY_EXCHANGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_DHE_DSS_KEY_EXCHANGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_AES_GCM_BULK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_AES_GCM_BULK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FIX_CURRENT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FIX_CURRENT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FIX_NUMBER_OF_MESSAGES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FIX_NUMBER_OF_MESSAGES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FIX_TOTAL_SIZE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FIX_TOTAL_SIZE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FIX_NUMBER_OF_MESSAGES_LAST_INTERVAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FIX_NUMBER_OF_MESSAGES_LAST_INTERVAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_FWDP_DESTINATION_IP_BYPASSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_FWDP_DESTINATION_IP_BYPASSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_FWDP_SOURCE_IP_BYPASSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_FWDP_SOURCE_IP_BYPASSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_FWDP_HOSTNAME_BYPASSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_FWDP_HOSTNAME_BYPASSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_TOTAL_END_POINTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_TOTAL_END_POINTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_REQUESTS_GTM_REWRITES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_REQUESTS_GTM_REWRITES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENTLDAP_CONNECTIONS_ACCEPTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENTLDAP_CONNECTIONS_ACCEPTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENTLDAP_CONNECTIONS_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENTLDAP_CONNECTIONS_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENTLDAP_CONNECTIONS_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENTLDAP_CONNECTIONS_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENTLDAP_BLOCKED_COMMANDS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENTLDAP_BLOCKED_COMMANDS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVERLDAP_CONNECTIONS_CONNECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVERLDAP_CONNECTIONS_CONNECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVERLDAP_CONNECTIONS_CURRENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVERLDAP_CONNECTIONS_CURRENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVERLDAP_CONNECTIONS_MAXIMUM">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVERLDAP_CONNECTIONS_MAXIMUM</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVERLDAP_CONNECTIONS_FAILED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVERLDAP_CONNECTIONS_FAILED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_RENEGOTIATIONS_REJECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_RENEGOTIATIONS_REJECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_LATE_BINDING_SUCCESSFUL_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_LATE_BINDING_SUCCESSFUL_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FASTL4_LATE_BINDING_TIMED_OUT_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FASTL4_LATE_BINDING_TIMED_OUT_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_OCSP_STAPLING_CONNECTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_OCSP_STAPLING_CONNECTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_OCSP_STAPLING_RESPONSE_STATUS_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_OCSP_STAPLING_RESPONSE_STATUS_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_OCSP_STAPLING_RESPONSE_VALIDATION_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_OCSP_STAPLING_RESPONSE_VALIDATION_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_OCSP_STAPLING_CERTIFICATE_STATUS_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_OCSP_STAPLING_CERTIFICATE_STATUS_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_OCSP_STAPLING_OCSP_CONNECTION_HTTP_ERRORS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_OCSP_STAPLING_OCSP_CONNECTION_HTTP_ERRORS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_OCSP_STAPLING_OCSP_CONNECTION_TIMEOUTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_OCSP_STAPLING_OCSP_CONNECTION_TIMEOUTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_OCSP_STAPLING_OCSP_CONNECTION_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_OCSP_STAPLING_OCSP_CONNECTION_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_ACTIVE_PORT_BLOCKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_ACTIVE_PORT_BLOCKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_ACTIVE_CLIENTS_REACHED_LIMIT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_ACTIVE_CLIENTS_REACHED_LIMIT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_ACTIVE_ZOMBIE_PORT_BLOCKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_ACTIVE_ZOMBIE_PORT_BLOCKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_TOTAL_CLIENTS_REACHED_LIMIT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_TOTAL_CLIENTS_REACHED_LIMIT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_TOTAL_PORT_BLOCK_ALLOCATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_TOTAL_PORT_BLOCK_ALLOCATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_TOTAL_PORT_BLOCK_ALLOCATION_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_TOTAL_PORT_BLOCK_ALLOCATION_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_TOTAL_PORT_BLOCK_DEALLOCATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_TOTAL_PORT_BLOCK_DEALLOCATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_TOTAL_ZOMBIE_PORT_BLOCKS_CREATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_TOTAL_ZOMBIE_PORT_BLOCKS_CREATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_TOTAL_ZOMBIE_PORT_BLOCKS_DELETED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_TOTAL_ZOMBIE_PORT_BLOCKS_DELETED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_LSN_POOL_PBA_TOTAL_ZOMBIE_PORT_BLOCK_CONNECTIONS_KILLED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_LSN_POOL_PBA_TOTAL_ZOMBIE_PORT_BLOCK_CONNECTIONS_KILLED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RAPID_RESPONSE_QUERIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RAPID_RESPONSE_QUERIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RAPID_RESPONSE_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RAPID_RESPONSE_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RAPID_RESPONSE_ALLOWED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RAPID_RESPONSE_ALLOWED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RAPID_RESPONSE_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RAPID_RESPONSE_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RAPID_RESPONSE_TRUNCATED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RAPID_RESPONSE_TRUNCATED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RAPID_RESPONSE_NXDOMAIN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RAPID_RESPONSE_NXDOMAIN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RAPID_RESPONSE_NOERROR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RAPID_RESPONSE_NOERROR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_RAPID_RESPONSE_REFUSED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_RAPID_RESPONSE_REFUSED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_IN_RESUBMITTED_FOR_RETRY">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_IN_RESUBMITTED_FOR_RETRY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_FAILED_AND_NOT_DELIVERABLE_TO_ORIGINATOR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_FAILED_AND_NOT_DELIVERABLE_TO_ORIGINATOR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_ROUTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_ROUTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_UNROUTABLE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_UNROUTABLE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_DROPPED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_DROPPED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_FAILED_DUE_TO_A_FULL_QUEUE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_FAILED_DUE_TO_A_FULL_QUEUE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_FAILED_DUE_TO_CONNECTION_DROPPED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_FAILED_DUE_TO_CONNECTION_DROPPED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_FAILED_DUE_TO_CONNECTION_CLOSED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_FAILED_DUE_TO_CONNECTION_CLOSED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_FAILED_DUE_TO_AN_INTERNAL_ERROR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_FAILED_DUE_TO_AN_INTERNAL_ERROR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_FAILED_DUE_TO_PERSIST_KEY_IN_USE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_FAILED_DUE_TO_PERSIST_KEY_IN_USE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_BADMSGS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_BADMSGS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_DROPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_DROPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_INVITE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_INVITE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_ACK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_ACK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_OPTIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_OPTIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_BYE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_BYE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_CANCEL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_CANCEL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_REGISTER_REQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_REGISTER_REQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_PUBLISH">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_PUBLISH</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_NOTIFY">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_NOTIFY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_SUBSCRIBE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_SUBSCRIBE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_MESSAGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_MESSAGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_PRACK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_PRACK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_OTHER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_OTHER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_PROVISIONAL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_PROVISIONAL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_SUCCESSFUL">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_SUCCESSFUL</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_REDIRECTION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_REDIRECTION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_CLIENT_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_CLIENT_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_SERVER_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_SERVER_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_GLOBAL_FAILURES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_GLOBAL_FAILURES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_MESSAGE_LIMIT_EXCEEDED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_MESSAGE_LIMIT_EXCEEDED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_LOOP_DETECTION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_LOOP_DETECTION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_MAX_FORWARDS_CHECK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_MAX_FORWARDS_CHECK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_BAD_REQUEST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_BAD_REQUEST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_NOT_FOUND">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_NOT_FOUND</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_REQUEST_TIMEOUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_REQUEST_TIMEOUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_TRANSACTION_DOES_NOT_EXIST">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_TRANSACTION_DOES_NOT_EXIST</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_LOOP_DETECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_LOOP_DETECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_TOO_MANY_HOPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_TOO_MANY_HOPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_SERVER_INTERNAL_ERROR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_SERVER_INTERNAL_ERROR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_NOT_ACCEPTABLE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_NOT_ACCEPTABLE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_TEMPORARILY_UNAVAILABLE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_TEMPORARILY_UNAVAILABLE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_SERVICE_UNAVAILABLE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_SERVICE_UNAVAILABLE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_VERSION_NOT_SUPPORTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_VERSION_NOT_SUPPORTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_UNKNOWN_PARSE_ERROR">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_UNKNOWN_PARSE_ERROR</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_CONTENT_LENGTH_MISMATCH">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_CONTENT_LENGTH_MISMATCH</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_EXTRANEOUS_HEADER_FIELD">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_EXTRANEOUS_HEADER_FIELD</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_INVALID_CONTENT_LENGTH">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_INVALID_CONTENT_LENGTH</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_REQ_FIELD_OVERLARGE_VALUES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_REQ_FIELD_OVERLARGE_VALUES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_RESP_FIELD_OVERLARGE_VALUES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_RESP_FIELD_OVERLARGE_VALUES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_UNTERMINATED_QUOTED_STRING">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_UNTERMINATED_QUOTED_STRING</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_MALFORMED_REQUEST_URI">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_MALFORMED_REQUEST_URI</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_UNKNOWN_PROTOCOL_VERSION">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_UNKNOWN_PROTOCOL_VERSION</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_CSEQ_METHOD_MISMATCH">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_CSEQ_METHOD_MISMATCH</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CRYPTO_CLIENT_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CRYPTO_CLIENT_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CRYPTO_CLIENT_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CRYPTO_CLIENT_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CRYPTO_CLIENT_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CRYPTO_CLIENT_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CRYPTO_CLIENT_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CRYPTO_CLIENT_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CRYPTO_SERVER_BYTES_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CRYPTO_SERVER_BYTES_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CRYPTO_SERVER_BYTES_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CRYPTO_SERVER_BYTES_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CRYPTO_SERVER_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CRYPTO_SERVER_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CRYPTO_SERVER_PACKETS_OUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CRYPTO_SERVER_PACKETS_OUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_EVICTION_POLICY_EVICTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_EVICTION_POLICY_EVICTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CONNECTION_FLOW_MISS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CONNECTION_FLOW_MISS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SYNCOOKIE_STATS_SYNCOOKIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SYNCOOKIE_STATS_SYNCOOKIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SYNCOOKIE_STATS_ACCEPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SYNCOOKIE_STATS_ACCEPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SYNCOOKIE_STATS_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SYNCOOKIE_STATS_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SYNCOOKIE_STATS_HW_SYNCOOKIES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SYNCOOKIE_STATS_HW_SYNCOOKIES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SYNCOOKIE_STATS_HW_ACCEPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SYNCOOKIE_STATS_HW_ACCEPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SYNCOOKIE_STATS_WL_HITS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SYNCOOKIE_STATS_WL_HITS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SYNCOOKIE_STATS_WL_ACCEPTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SYNCOOKIE_STATS_WL_ACCEPTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SYNCOOKIE_STATS_WL_REJECTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SYNCOOKIE_STATS_WL_REJECTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FW_RULE_LAST_HIT_TIME">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FW_RULE_LAST_HIT_TIME</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_ASSOCIATIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_ASSOCIATIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_CLOSING">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_CLOSING</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_CONFIRMED_ADDRESSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_CONFIRMED_ADDRESSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_UNCONFIRMED_ADDRESSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_UNCONFIRMED_ADDRESSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_ACTIVE_PATHS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_ACTIVE_PATHS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SCTP_INACTIVE_PATHS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SCTP_INACTIVE_PATHS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_CLIENTLDAP_CONNECTIONS_TLS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_CLIENTLDAP_CONNECTIONS_TLS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SERVERLDAP_CONNECTIONS_TLS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SERVERLDAP_CONNECTIONS_TLS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_AGGREGATE_RENEGOTIATIONS_REJECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_AGGREGATE_RENEGOTIATIONS_REJECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FTP_FTPS_SESSIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FTP_FTPS_SESSIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TFTP_READ_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TFTP_READ_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TFTP_WRITE_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TFTP_WRITE_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_FTP_PASSTHRU_TRANSITIONS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_FTP_PASSTHRU_TRANSITIONS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_TFTP_DISCARDED_REQUESTS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_TFTP_DISCARDED_REQUESTS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HW_INSPECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HW_INSPECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HW_MALFORMED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HW_MALFORMED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HW_CACHE_LOOKUPS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HW_CACHE_LOOKUPS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_HW_CACHE_RESPONSES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_HW_CACHE_RESPONSES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_VCMP_RED_PACKETS_IN">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_VCMP_RED_PACKETS_IN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_SESSION_MIRRORING_SUCCESS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_SESSION_MIRRORING_SUCCESS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_SESSION_MIRRORING_FAILURE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_SESSION_MIRRORING_FAILURE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_PEER_READY">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_PEER_READY</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_CTX_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_CTX_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_CTX_RECV">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_CTX_RECV</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_HS_SUCCESS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_HS_SUCCESS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_FAILURE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_FAILURE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_TIMEOUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CONNECTION_MIRRORING_HA_TIMEOUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_DTLS_TX_PUSHBACKS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_DTLS_TX_PUSHBACKS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_CIPHER_CAMELLIA_BULK">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_CIPHER_CAMELLIA_BULK</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_DNS_NAPTR_REQS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_DNS_NAPTR_REQS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_MULTICAST_TRANSMITTED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_MULTICAST_TRANSMITTED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_MULTICAST_RECEIVED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_MULTICAST_RECEIVED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_MULTICAST_DROPPED_RPF">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_MULTICAST_DROPPED_RPF</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_MULTICAST_DROPPED_WRONG_INTERFACE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_MULTICAST_DROPPED_WRONG_INTERFACE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_MULTICAST_DROPPED_NO_ROUTE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_MULTICAST_DROPPED_NO_ROUTE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_MULTICAST_DROPPED_ROUTE_LOOKUP_TIMEOUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_MULTICAST_DROPPED_ROUTE_LOOKUP_TIMEOUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_MULTICAST_DROPPED_MAX_PENDING_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_MULTICAST_DROPPED_MAX_PENDING_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IP_MULTICAST_DROPPED_MAX_PENDING_ROUTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IP_MULTICAST_DROPPED_MAX_PENDING_ROUTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_MULTICAST_TRANSMITTED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_MULTICAST_TRANSMITTED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_MULTICAST_RECEIVED_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_MULTICAST_RECEIVED_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_MULTICAST_DROPPED_RPF">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_MULTICAST_DROPPED_RPF</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_MULTICAST_DROPPED_WRONG_INTERFACE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_MULTICAST_DROPPED_WRONG_INTERFACE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_MULTICAST_DROPPED_NO_ROUTE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_MULTICAST_DROPPED_NO_ROUTE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_MULTICAST_DROPPED_ROUTE_LOOKUP_TIMEOUT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_MULTICAST_DROPPED_ROUTE_LOOKUP_TIMEOUT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_MULTICAST_DROPPED_MAX_PENDING_PACKETS">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_MULTICAST_DROPPED_MAX_PENDING_PACKETS</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_IPV6_MULTICAST_DROPPED_MAX_PENDING_ROUTES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_IPV6_MULTICAST_DROPPED_MAX_PENDING_ROUTES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_ACTIVE_HANDSHAKES_REJECTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_ACTIVE_HANDSHAKES_REJECTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_COMMON_CURRENT_ACTIVE_HANDSHAKES">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_COMMON_CURRENT_ACTIVE_HANDSHAKES</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_1K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_1K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_2K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_2K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_3K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_3K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_4K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_4K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_5K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_5K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_6K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_6K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_7K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_7K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_8K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_8K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_9K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_9K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_10K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_10K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_11K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_11K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_12K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_12K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_13K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_13K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_14K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_14K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_15K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_15K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SSL_DYNAMIC_RECORD_16K">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SSL_DYNAMIC_RECORD_16K</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPROUTER_STANDBY_DROPPED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPROUTER_STANDBY_DROPPED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_REQUEST_ENTITY_TOO_LARGE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_REQUEST_ENTITY_TOO_LARGE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_REQUEST_ENTITY_TOO_LARGE_413_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_REQUEST_ENTITY_TOO_LARGE_413_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_UNSUPPORTED_URI_SCHEME">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_UNSUPPORTED_URI_SCHEME</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_UNSUPPORTED_URI_SCHEME_416_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_UNSUPPORTED_URI_SCHEME_416_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_TEMPORARILY_UNAVAILABLE_480_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_TEMPORARILY_UNAVAILABLE_480_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_LOOP_DETECTED_482_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_LOOP_DETECTED_482_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_TOO_MANY_HOPS_483_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_TOO_MANY_HOPS_483_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_ADDRESS_INCOMPLETE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_ADDRESS_INCOMPLETE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_ADDRESS_INCOMPLETE_484_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_ADDRESS_INCOMPLETE_484_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_NOT_ACCEPTABLE_HERE">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_NOT_ACCEPTABLE_HERE</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_NOT_ACCEPTABLE_HERE_488_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_NOT_ACCEPTABLE_HERE_488_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_SERVER_INTERNAL_ERROR_500_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_SERVER_INTERNAL_ERROR_500_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_NOT_IMPLEMENTED">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_NOT_IMPLEMENTED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_NOT_IMPLEMENTED_501_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_NOT_IMPLEMENTED_501_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_SERVICE_UNAVAILABLE_503_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_SERVICE_UNAVAILABLE_503_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_VERSION_NOT_SUPPORTED_505_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_VERSION_NOT_SUPPORTED_505_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_BADMSGS_REQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_BADMSGS_REQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_DROPS_REQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_DROPS_REQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_INFO">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_INFO</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_REFER">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_REFER</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_UPDATE_REQ">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_UPDATE_REQ</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_BAD_REQUEST_400_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_BAD_REQUEST_400_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="STATISTIC_SIPSESSION_NOT_FOUND_404_SENT">
                                <xsd:annotation>
                                        <xsd:documentation>STATISTIC_SIPSESSION_NOT_FOUND_404_SENT</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:complexType name="Common.FirewallRuleStateSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleStateSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.GeoLocationSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.GeoLocationSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.AddressRange">
                <xsd:sequence>
                        <xsd:element name="start" type="xsd:string"/>
                        <xsd:element name="end" type="xsd:string"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.GeoLocationSequenceSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.GeoLocationSequenceSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:simpleType name="Common.FirewallRuleState">
                <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="FW_RULE_STATE_UNKNOWN">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_STATE_UNKNOWN</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_STATE_DISABLED">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_STATE_DISABLED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_STATE_ENABLED">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_STATE_ENABLED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_STATE_SCHEDULED">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_STATE_SCHEDULED</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                        <xsd:enumeration value="FW_RULE_STATE_INVALID">
                                <xsd:annotation>
                                        <xsd:documentation>FW_RULE_STATE_INVALID</xsd:documentation>
                                </xsd:annotation>
                        </xsd:enumeration>
                </xsd:restriction>
        </xsd:simpleType>
        <xsd:complexType name="Common.FirewallRulePlacement">
                <xsd:sequence>
                        <xsd:element name="type" type="tns:Common.FirewallRulePlacementType"/>
                        <xsd:element name="target" type="xsd:string"/>
                        <xsd:element name="order" type="xsd:long"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleICMPTypeCode">
                <xsd:sequence>
                        <xsd:element name="type" type="xsd:long"/>
                        <xsd:element name="code" type="xsd:long"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.StringSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.AddressRangeSequenceSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.AddressRangeSequenceSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.IPAddressSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleICMPTypeCodeSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleICMPTypeCode[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleStateSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleState[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Networking.SelfIPV2.ProtocolPortSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.SelfIPV2.ProtocolPort[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Networking.SelfIPV2.ProtocolPort">
                <xsd:sequence>
                        <xsd:element name="protocol" type="tns:Common.ProtocolType"/>
                        <xsd:element name="port" type="xsd:long"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.PortRange">
                <xsd:sequence>
                        <xsd:element name="begin" type="xsd:long"/>
                        <xsd:element name="end" type="xsd:long"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleStatisticEntry">
                <xsd:sequence>
                        <xsd:element name="rule" type="xsd:string"/>
                        <xsd:element name="actual_rule" type="xsd:string"/>
                        <xsd:element name="statistics" type="tns:Common.StatisticSequence"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRulePlacementSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRulePlacementSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.EnabledStateSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledStateSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.ProtocolTypeSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ProtocolTypeSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleStatisticsSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleStatistics[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRulePlacementSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRulePlacement[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.PortRangeSequenceSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.PortRangeSequenceSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.Statistic">
                <xsd:sequence>
                        <xsd:element name="type" type="tns:Common.StatisticType"/>
                        <xsd:element name="value" type="tns:Common.ULong64"/>
                        <xsd:element name="time_stamp" type="xsd:long"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Common.FirewallRuleStatisticEntrySequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.FirewallRuleStatisticEntrySequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.PortRangeSequenceSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.PortRangeSequence[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.ProtocolTypeSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ProtocolType[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.EnabledStateSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
</xsd:schema>

</types>

<!– message –>

<message name=“Networking.SelfIPV2.get_listRequest”> </message> <message name=“Networking.SelfIPV2.get_listResponse”>

<part name="return" type="tns:Common.StringSequence"/>

</message>

<message name=“Networking.SelfIPV2.createRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="vlan_names" type="tns:Common.StringSequence"/>
<part name="addresses" type="tns:Common.IPAddressSequence"/>
<part name="netmasks" type="tns:Common.IPAddressSequence"/>
<part name="traffic_groups" type="tns:Common.StringSequence"/>
<part name="floating_states" type="tns:Common.EnabledStateSequence"/>

</message> <message name=“Networking.SelfIPV2.createResponse”> </message>

<message name=“Networking.SelfIPV2.delete_self_ipRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.delete_self_ipResponse”> </message>

<message name=“Networking.SelfIPV2.delete_all_self_ipsRequest”> </message> <message name=“Networking.SelfIPV2.delete_all_self_ipsResponse”> </message>

<message name=“Networking.SelfIPV2.get_addressRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_addressResponse”>

<part name="return" type="tns:Common.IPAddressSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_vlanRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="vlan_names" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.set_vlanResponse”> </message>

<message name=“Networking.SelfIPV2.get_vlanRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_vlanResponse”>

<part name="return" type="tns:Common.StringSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_netmaskRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="netmasks" type="tns:Common.IPAddressSequence"/>

</message> <message name=“Networking.SelfIPV2.set_netmaskResponse”> </message>

<message name=“Networking.SelfIPV2.get_netmaskRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_netmaskResponse”>

<part name="return" type="tns:Common.IPAddressSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_traffic_groupRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="traffic_groups" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.set_traffic_groupResponse”> </message>

<message name=“Networking.SelfIPV2.get_traffic_groupRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_traffic_groupResponse”>

<part name="return" type="tns:Common.StringSequence"/>

</message>

<message name=“Networking.SelfIPV2.is_traffic_group_inheritedRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.is_traffic_group_inheritedResponse”>

<part name="return" type="tns:Common.BooleanSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_floating_stateRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="states" type="tns:Common.EnabledStateSequence"/>

</message> <message name=“Networking.SelfIPV2.set_floating_stateResponse”> </message>

<message name=“Networking.SelfIPV2.get_floating_stateRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_floating_stateResponse”>

<part name="return" type="tns:Common.EnabledStateSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_allow_access_listRequest”>

<part name="self_ips" type="tns:Common.IPAddressSequence"/>

</message> <message name=“Networking.SelfIPV2.get_allow_access_listResponse”>

<part name="return" type="tns:Networking.SelfIPV2.ProtocolPortAccessSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_allow_access_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="access_lists" type="tns:Networking.SelfIPV2.ProtocolPortAccessSequence"/>

</message> <message name=“Networking.SelfIPV2.add_allow_access_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_allow_access_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="access_lists" type="tns:Networking.SelfIPV2.ProtocolPortAccessSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_allow_access_listResponse”> </message>

<message name=“Networking.SelfIPV2.set_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="descriptions" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.set_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_descriptionResponse”>

<part name="return" type="tns:Common.StringSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_enforced_firewall_policyRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="policies" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.set_enforced_firewall_policyResponse”> </message>

<message name=“Networking.SelfIPV2.get_enforced_firewall_policyRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_enforced_firewall_policyResponse”>

<part name="return" type="tns:Common.StringSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_staged_firewall_policyRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="policies" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.set_staged_firewall_policyResponse”> </message>

<message name=“Networking.SelfIPV2.get_staged_firewall_policyRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_staged_firewall_policyResponse”>

<part name="return" type="tns:Common.StringSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_ruleRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_ruleResponse”>

<part name="return" type="tns:Common.StringSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_ruleRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="placements" type="tns:Common.FirewallRulePlacementSequenceSequence"/>
<part name="actions" type="tns:Common.FirewallRuleActionSequenceSequence"/>
<part name="states" type="tns:Common.FirewallRuleStateSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_ruleResponse”> </message>

<message name=“Networking.SelfIPV2.add_fw_rule_with_rule_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="placements" type="tns:Common.FirewallRulePlacementSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequence"/>
<part name="states" type="tns:Common.FirewallRuleStateSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_with_rule_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_ruleRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_ruleResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rulesRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rulesResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_stateRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="states" type="tns:Common.FirewallRuleStateSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_stateResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_stateRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_stateResponse”>

<part name="return" type="tns:Common.FirewallRuleStateSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_fw_rule_orderRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="orders" type="tns:Common.ULongSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_orderResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_orderRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_orderResponse”>

<part name="return" type="tns:Common.ULongSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_address_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_address_listResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_source_address_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_source_address_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_source_address_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_source_address_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_source_address_listsRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_source_address_listsResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_addressRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_addressResponse”>

<part name="return" type="tns:Common.NetAddressSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_source_addressRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="addresses" type="tns:Common.NetAddressSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_source_addressResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_source_addressRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="addresses" type="tns:Common.NetAddressSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_source_addressResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_source_addressesRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_source_addressesResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_source_address_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="addresses" type="tns:Common.NetAddressSequenceSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_source_address_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_address_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="addresses" type="tns:Common.NetAddressSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_address_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_address_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_address_listResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_destination_address_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_destination_address_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_destination_address_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_destination_address_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_address_listsRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_address_listsResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_addressRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_addressResponse”>

<part name="return" type="tns:Common.NetAddressSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_destination_addressRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="addresses" type="tns:Common.NetAddressSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_destination_addressResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_destination_addressRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="addresses" type="tns:Common.NetAddressSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_destination_addressResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_addressesRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_addressesResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_destination_address_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="addresses" type="tns:Common.NetAddressSequenceSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_destination_address_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_address_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="addresses" type="tns:Common.NetAddressSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_address_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_port_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_port_listResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_source_port_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_source_port_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_source_port_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_source_port_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_source_port_listsRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_source_port_listsResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_portRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_portResponse”>

<part name="return" type="tns:Common.PortRangeSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_source_portRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ports" type="tns:Common.PortRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_source_portResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_source_portRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ports" type="tns:Common.PortRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_source_portResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_source_portsRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_source_portsResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_source_port_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ports" type="tns:Common.PortRangeSequenceSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_source_port_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_port_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ports" type="tns:Common.PortRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_port_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_port_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_port_listResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_destination_port_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_destination_port_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_destination_port_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_destination_port_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_port_listsRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_port_listsResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_portRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_portResponse”>

<part name="return" type="tns:Common.PortRangeSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_destination_portRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ports" type="tns:Common.PortRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_destination_portResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_destination_portRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ports" type="tns:Common.PortRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_destination_portResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_portsRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_portsResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_destination_port_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ports" type="tns:Common.PortRangeSequenceSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_destination_port_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_port_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ports" type="tns:Common.PortRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_port_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_icmp_typecodeRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_icmp_typecodeResponse”>

<part name="return" type="tns:Common.FirewallRuleICMPTypeCodeSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_icmp_typecodeRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="typecodes" type="tns:Common.FirewallRuleICMPTypeCodeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_icmp_typecodeResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_icmp_typecodeRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="typecodes" type="tns:Common.FirewallRuleICMPTypeCodeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_icmp_typecodeResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_icmp_typecodesRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_icmp_typecodesResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_icmp_typecode_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="typecodes" type="tns:Common.FirewallRuleICMPTypeCodeSequenceSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_icmp_typecode_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_icmp_typecode_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="typecodes" type="tns:Common.FirewallRuleICMPTypeCodeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_icmp_typecode_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_vlanRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_vlanResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_source_vlanRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="vlans" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_source_vlanResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_source_vlanRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="vlans" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_source_vlanResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_source_vlansRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_source_vlansResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_weekly_scheduleRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="schedules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_weekly_scheduleResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_weekly_scheduleRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_weekly_scheduleResponse”>

<part name="return" type="tns:Common.StringSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_fw_rule_protocolRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="protocols" type="tns:Common.ProtocolTypeSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_protocolResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_protocolRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_protocolResponse”>

<part name="return" type="tns:Common.ProtocolTypeSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_fw_rule_protocol_numericRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="protocols" type="tns:Common.ULongSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_protocol_numericResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_protocol_numericRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_protocol_numericResponse”>

<part name="return" type="tns:Common.ULongSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_fw_rule_actionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="actions" type="tns:Common.FirewallRuleActionSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_actionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_actionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_actionResponse”>

<part name="return" type="tns:Common.FirewallRuleActionSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_fw_rule_rule_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="lists" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_rule_listResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_rule_listRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_rule_listResponse”>

<part name="return" type="tns:Common.StringSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_fw_rule_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.reset_fw_rule_statisticsRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.reset_fw_rule_statisticsResponse”> </message>

<message name=“Networking.SelfIPV2.get_all_fw_rule_statisticsRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>

</message> <message name=“Networking.SelfIPV2.get_all_fw_rule_statisticsResponse”>

<part name="return" type="tns:Common.FirewallRuleStatisticsSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_statisticsRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_statisticsResponse”>

<part name="return" type="tns:Common.FirewallRuleStatisticsSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_default_protocol_port_access_listRequest”> </message> <message name=“Networking.SelfIPV2.get_default_protocol_port_access_listResponse”>

<part name="return" type="tns:Networking.SelfIPV2.ProtocolPortSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_default_protocol_port_access_listRequest”>

<part name="defaults" type="tns:Networking.SelfIPV2.ProtocolPortSequence"/>

</message> <message name=“Networking.SelfIPV2.add_default_protocol_port_access_listResponse”> </message>

<message name=“Networking.SelfIPV2.remove_default_protocol_port_access_listRequest”>

<part name="defaults" type="tns:Networking.SelfIPV2.ProtocolPortSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_default_protocol_port_access_listResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_log_stateRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="states" type="tns:Common.EnabledStateSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_log_stateResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_log_stateRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_log_stateResponse”>

<part name="return" type="tns:Common.EnabledStateSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_address_rangeRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_address_rangeResponse”>

<part name="return" type="tns:Common.AddressRangeSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_source_address_rangeRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ranges" type="tns:Common.AddressRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_source_address_rangeResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_source_address_rangeRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ranges" type="tns:Common.AddressRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_source_address_rangeResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_source_address_rangesRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_source_address_rangesResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_address_rangeRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_address_rangeResponse”>

<part name="return" type="tns:Common.AddressRangeSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_destination_address_rangeRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ranges" type="tns:Common.AddressRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_destination_address_rangeResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_destination_address_rangeRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ranges" type="tns:Common.AddressRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_destination_address_rangeResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_address_rangesRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_address_rangesResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_source_address_range_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ranges" type="tns:Common.AddressRangeSequenceSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_source_address_range_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_address_range_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ranges" type="tns:Common.AddressRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_address_range_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_fw_rule_destination_address_range_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ranges" type="tns:Common.AddressRangeSequenceSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_destination_address_range_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_address_range_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="ranges" type="tns:Common.AddressRangeSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_address_range_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.set_fw_rule_iruleRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="irules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_iruleResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_iruleRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_iruleResponse”>

<part name="return" type="tns:Common.StringSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_geoRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_geoResponse”>

<part name="return" type="tns:Common.GeoLocationSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_source_geoRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="geos" type="tns:Common.GeoLocationSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_source_geoResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_source_geoRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="geos" type="tns:Common.GeoLocationSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_source_geoResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_source_geosRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_source_geosResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_source_geo_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="geos" type="tns:Common.GeoLocationSequenceSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_source_geo_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_source_geo_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="geos" type="tns:Common.GeoLocationSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_source_geo_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_geoRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_geoResponse”>

<part name="return" type="tns:Common.GeoLocationSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.add_fw_rule_destination_geoRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="geos" type="tns:Common.GeoLocationSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.add_fw_rule_destination_geoResponse”> </message>

<message name=“Networking.SelfIPV2.remove_fw_rule_destination_geoRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="geos" type="tns:Common.GeoLocationSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_fw_rule_destination_geoResponse”> </message>

<message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_geosRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.remove_all_fw_rule_destination_geosResponse”> </message>

<message name=“Networking.SelfIPV2.set_fw_rule_destination_geo_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="geos" type="tns:Common.GeoLocationSequenceSequenceSequence"/>
<part name="descriptions" type="tns:Common.StringSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.set_fw_rule_destination_geo_descriptionResponse”> </message>

<message name=“Networking.SelfIPV2.get_fw_rule_destination_geo_descriptionRequest”>

<part name="self_ips" type="tns:Common.StringSequence"/>
<part name="rules" type="tns:Common.StringSequenceSequence"/>
<part name="geos" type="tns:Common.GeoLocationSequenceSequenceSequence"/>

</message> <message name=“Networking.SelfIPV2.get_fw_rule_destination_geo_descriptionResponse”>

<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>

</message>

<message name=“Networking.SelfIPV2.get_versionRequest”> </message> <message name=“Networking.SelfIPV2.get_versionResponse”>

<part name="return" type="xsd:string"/>

</message>

<!– portType –>

<portType name=“Networking.SelfIPV2PortType”>

       <operation name="get_list">
       <documentation>
Gets a list of all self IPs on this device.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_listRequest"/>
               <output message="tns:Networking.SelfIPV2.get_listResponse"/>
       </operation>
       <operation name="create">
       <documentation>
Creates the specified self IP addresses with extended attributes.

               </documentation>
               <input message="tns:Networking.SelfIPV2.createRequest"/>
               <output message="tns:Networking.SelfIPV2.createResponse"/>
       </operation>
       <operation name="delete_self_ip">
       <documentation>
Deletes the specified self IP addresses.

               </documentation>
               <input message="tns:Networking.SelfIPV2.delete_self_ipRequest"/>
               <output message="tns:Networking.SelfIPV2.delete_self_ipResponse"/>
       </operation>
       <operation name="delete_all_self_ips">
       <documentation>
Deletes all self IP addresses.

               </documentation>
               <input message="tns:Networking.SelfIPV2.delete_all_self_ipsRequest"/>
               <output message="tns:Networking.SelfIPV2.delete_all_self_ipsResponse"/>
       </operation>
       <operation name="get_address">
       <documentation>
Gets the IP addresses of the specified self IPs.

Note: A set_address method is not supported.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_addressRequest"/>
               <output message="tns:Networking.SelfIPV2.get_addressResponse"/>
       </operation>
       <operation name="set_vlan">
       <documentation>
Sets the VLANs with which the specified self IPs are associated.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_vlanRequest"/>
               <output message="tns:Networking.SelfIPV2.set_vlanResponse"/>
       </operation>
       <operation name="get_vlan">
       <documentation>
Gets the VLANs with which the specified self IPs are associated.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_vlanRequest"/>
               <output message="tns:Networking.SelfIPV2.get_vlanResponse"/>
       </operation>
       <operation name="set_netmask">
       <documentation>
Sets the netmasks of the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_netmaskRequest"/>
               <output message="tns:Networking.SelfIPV2.set_netmaskResponse"/>
       </operation>
       <operation name="get_netmask">
       <documentation>
Gets the netmasks of the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_netmaskRequest"/>
               <output message="tns:Networking.SelfIPV2.get_netmaskResponse"/>
       </operation>
       <operation name="set_traffic_group">
       <documentation>
Sets the traffic groups for a set of self IP addresses.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_traffic_groupRequest"/>
               <output message="tns:Networking.SelfIPV2.set_traffic_groupResponse"/>
       </operation>
       <operation name="get_traffic_group">
       <documentation>
Gets the traffic groups for a set of self IP addresses.
Note that if the keyword "default" was used to set the
traffic group, the value returned here will be the actual
name of the traffic group that was inherited.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_traffic_groupRequest"/>
               <output message="tns:Networking.SelfIPV2.get_traffic_groupResponse"/>
       </operation>
       <operation name="is_traffic_group_inherited">
       <documentation>
Gets a flag indicating whether the traffic group was
inherited from the parent folder.

               </documentation>
               <input message="tns:Networking.SelfIPV2.is_traffic_group_inheritedRequest"/>
               <output message="tns:Networking.SelfIPV2.is_traffic_group_inheritedResponse"/>
       </operation>
       <operation name="set_floating_state">
       <documentation>
Sets the floating states of the specified self IPs.
Note: If floating state is being set to enabled, then unit ID will be set to 1 by default.
      If floating state is being set to disabled, then unit ID will be set to 0.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_floating_stateRequest"/>
               <output message="tns:Networking.SelfIPV2.set_floating_stateResponse"/>
       </operation>
       <operation name="get_floating_state">
       <documentation>
Gets the floating states of the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_floating_stateRequest"/>
               <output message="tns:Networking.SelfIPV2.get_floating_stateResponse"/>
       </operation>
       <operation name="get_allow_access_list">
       <documentation>
Gets the access lists for the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_allow_access_listRequest"/>
               <output message="tns:Networking.SelfIPV2.get_allow_access_listResponse"/>
       </operation>
       <operation name="add_allow_access_list">
       <documentation>
Adds the list of access methods, with optional protocols/ports, for the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_allow_access_listRequest"/>
               <output message="tns:Networking.SelfIPV2.add_allow_access_listResponse"/>
       </operation>
       <operation name="remove_allow_access_list">
       <documentation>
Deletes protocols and ports from the allow access list for the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_allow_access_listRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_allow_access_listResponse"/>
       </operation>
       <operation name="set_description">
       <documentation>
Sets the descriptions for a set of self IP addresses.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_descriptionResponse"/>
       </operation>
       <operation name="get_description">
       <documentation>
Gets the descriptions for a set of self IP addresses.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_descriptionResponse"/>
       </operation>
       <operation name="set_enforced_firewall_policy">
       <documentation>
Sets the enforced firewall policies on the self IPs.

The enforced policy's rules are enforced as if the 
same rules were defined as inline rules.

The empty string means no enforced policy.
The enforced firewall policy is mutually exclusive with inline rules. 

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_enforced_firewall_policyRequest"/>
               <output message="tns:Networking.SelfIPV2.set_enforced_firewall_policyResponse"/>
       </operation>
       <operation name="get_enforced_firewall_policy">
       <documentation>
Gets the firewall policies enforced on the self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_enforced_firewall_policyRequest"/>
               <output message="tns:Networking.SelfIPV2.get_enforced_firewall_policyResponse"/>
       </operation>
       <operation name="set_staged_firewall_policy">
       <documentation>
Sets the staged firewall policies on the self IPs.

The staged policy's rules provide the visibility only (statistics, 
logging events and network reports) of what would happen if the rules 
were enforced. They are actually not enforced.

The empty string means no staged policy.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_staged_firewall_policyRequest"/>
               <output message="tns:Networking.SelfIPV2.set_staged_firewall_policyResponse"/>
       </operation>
       <operation name="get_staged_firewall_policy">
       <documentation>
Gets the firewall policies staged on the self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_staged_firewall_policyRequest"/>
               <output message="tns:Networking.SelfIPV2.get_staged_firewall_policyResponse"/>
       </operation>
       <operation name="get_fw_rule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the firewall rules for the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_ruleRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_ruleResponse"/>
       </operation>
       <operation name="add_fw_rule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds firewall rules to the specified self IPs.

Note that the abilities to add more than one rule or,
especially, to add partial rules and to build them up
introduce a need for best practices: (1) introduce the rule
or rules initially disabled (using the states parameter)
and enable them (or set them as scheduled) as a whole when
you have them complete or (2) use transactions (see
System::Session::start_transaction) to avoid accidentally
putting partial rules or incomplete rule sets into place.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_ruleRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_ruleResponse"/>
       </operation>
       <operation name="add_fw_rule_with_rule_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds firewall rules to the specified self IP addresses,
having each of those rules point at a rule list. This
method is intended as a convenience to prevent you from
having to add firewall rules as a transaction.

See the Security::FirewallRuleList interface for more
information on rule lists.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_with_rule_listRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_with_rule_listResponse"/>
       </operation>
       <operation name="remove_fw_rule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes firewall rules from the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_ruleRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_ruleResponse"/>
       </operation>
       <operation name="remove_all_fw_rules">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all firewall rules from the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rulesRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rulesResponse"/>
       </operation>
       <operation name="set_fw_rule_state">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the state for the specified firewall rules.

You can add a rule as enabled or disabled initially, build
it up, then enable it.  You can temporarily disable a rule
with no other effect on it, so that it can be enabled
easily later without having to rebuild it.  You can use the
state of FW_RULE_STATE_SCHEDULED to enable scheduling for the
rule. See add_fw_rule for more information.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_stateRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_stateResponse"/>
       </operation>
       <operation name="get_fw_rule_state">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the state for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_stateRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_stateResponse"/>
       </operation>
       <operation name="set_fw_rule_order">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the order (numerically) for the specified firewall rules.

Two rules can't have the same order, so one must manage
order carefully if using numeric order to arrange firewall
rules. See add_fw_rule for more information.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_orderRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_orderResponse"/>
       </operation>
       <operation name="get_fw_rule_order">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the order (numerically) for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_orderRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_orderResponse"/>
       </operation>
       <operation name="get_fw_rule_source_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets source address lists for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_address_listRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_address_listResponse"/>
       </operation>
       <operation name="add_fw_rule_source_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds source address lists to the specified firewall rules.

See the Security::FirewallAddressList interface for more
information on address lists.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_source_address_listRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_source_address_listResponse"/>
       </operation>
       <operation name="remove_fw_rule_source_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes source address lists from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_source_address_listRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_source_address_listResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_source_address_lists">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all source address lists from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_address_listsRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_address_listsResponse"/>
       </operation>
       <operation name="get_fw_rule_source_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use get_fw_rule_source_address_range instead.
Firewall addresses are now supplied and stored in the form of an 
address range. Single addresses are converted to 
a corresponding one-element range where begin is equal to end; 
for each range, this method returns the start of the address range.

Gets (inlined) source addresses for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_addressRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_addressResponse"/>
       </operation>
       <operation name="add_fw_rule_source_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use add_fw_rule_source_address_range instead.
When using this method, the system will create a corresponding 
one-element address range where begin is equal to end.

Adds (inlined) source addresses to the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_source_addressRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_source_addressResponse"/>
       </operation>
       <operation name="remove_fw_rule_source_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use remove_fw_rule_source_address_range instead.
When using this method, the system will create a corresponding 
one-element address range where begin is equal to end.

Removes (inlined) source addresses from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_source_addressRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_source_addressResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_source_addresses">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use remove_all_fw_rule_source_address_ranges instead.

Removes all (inlined) source addresses from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_addressesRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_addressesResponse"/>
       </operation>
       <operation name="set_fw_rule_source_address_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use set_fw_rule_source_address_range_description instead.

Sets the description for the specified firewall rules' source addresses.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_source_address_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_source_address_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_source_address_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use get_fw_rule_source_address_range_description instead.

Gets the descriptions for the specified firewall rules' source addresses.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_address_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_address_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets destination address lists for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_address_listRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_address_listResponse"/>
       </operation>
       <operation name="add_fw_rule_destination_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds destination address lists to the specified firewall rules.

See the Security::FirewallAddressList interface for more
information on address lists.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_destination_address_listRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_destination_address_listResponse"/>
       </operation>
       <operation name="remove_fw_rule_destination_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes destination address lists from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_destination_address_listRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_destination_address_listResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_destination_address_lists">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all destination address lists from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_address_listsRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_address_listsResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use get_fw_rule_destination_address_range instead.
Firewall addresses are now supplied and stored in the form of an 
address range. Single addresses are converted to 
a corresponding one-element range where begin is equal to end; 
for each range, this method returns the start of the address range.

Gets (inlined) destination addresses for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_addressRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_addressResponse"/>
       </operation>
       <operation name="add_fw_rule_destination_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use add_fw_rule_destination_address_range instead.
When using this method, the system will create a corresponding 
one-element address range where begin is equal to end.

Adds (inlined) destination addresses to the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_destination_addressRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_destination_addressResponse"/>
       </operation>
       <operation name="remove_fw_rule_destination_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use remove_fw_rule_destination_address_range instead.
When using this method, the system will create a corresponding 
one-element address range where begin is equal to end.

Removes (inlined) destination addresses from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_destination_addressRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_destination_addressResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_destination_addresses">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use remove_all_fw_rule_destination_address_ranges instead.

Removes all (inlined) destination addresses from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_addressesRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_addressesResponse"/>
       </operation>
       <operation name="set_fw_rule_destination_address_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use set_fw_rule_destination_address_range_description instead.

Sets the description for the specified firewall rules' destination addresses.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_destination_address_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_destination_address_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_address_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use get_fw_rule_destination_address_range_description instead.

Gets the descriptions for the specified firewall rules' destination addresses.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_address_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_address_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_source_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets source port lists for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_port_listRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_port_listResponse"/>
       </operation>
       <operation name="add_fw_rule_source_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds source port lists to the specified firewall rules.

See the Security::FirewallPortList interface for more
information on port lists.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_source_port_listRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_source_port_listResponse"/>
       </operation>
       <operation name="remove_fw_rule_source_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes source port lists from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_source_port_listRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_source_port_listResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_source_port_lists">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all source port lists from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_port_listsRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_port_listsResponse"/>
       </operation>
       <operation name="get_fw_rule_source_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) source ports for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_portRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_portResponse"/>
       </operation>
       <operation name="add_fw_rule_source_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) source ports to the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_source_portRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_source_portResponse"/>
       </operation>
       <operation name="remove_fw_rule_source_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) source ports from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_source_portRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_source_portResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_source_ports">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) source ports from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_portsRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_portsResponse"/>
       </operation>
       <operation name="set_fw_rule_source_port_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' (inlined) source ports.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_source_port_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_source_port_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_source_port_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' (inlined) source ports.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_port_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_port_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets destination port lists for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_port_listRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_port_listResponse"/>
       </operation>
       <operation name="add_fw_rule_destination_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds destination port lists to the specified firewall rules.

See the Security::FirewallPortList interface for more
information on port lists.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_destination_port_listRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_destination_port_listResponse"/>
       </operation>
       <operation name="remove_fw_rule_destination_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes destination port lists from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_destination_port_listRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_destination_port_listResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_destination_port_lists">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all destination port lists from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_port_listsRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_port_listsResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) destination ports for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_portRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_portResponse"/>
       </operation>
       <operation name="add_fw_rule_destination_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) destination ports to the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_destination_portRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_destination_portResponse"/>
       </operation>
       <operation name="remove_fw_rule_destination_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) destination ports from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_destination_portRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_destination_portResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_destination_ports">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) destination ports from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_portsRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_portsResponse"/>
       </operation>
       <operation name="set_fw_rule_destination_port_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' (inlined) destination ports.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_destination_port_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_destination_port_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_port_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' (inlined) destination ports.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_port_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_port_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_icmp_typecode">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) ICMP type/code values for the specified firewall rules.
A value of 255 for either ICMP type or code is a wildcard value.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_icmp_typecodeRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_icmp_typecodeResponse"/>
       </operation>
       <operation name="add_fw_rule_icmp_typecode">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) ICMP type/code values to the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_icmp_typecodeRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_icmp_typecodeResponse"/>
       </operation>
       <operation name="remove_fw_rule_icmp_typecode">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) ICMP type/code values from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_icmp_typecodeRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_icmp_typecodeResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_icmp_typecodes">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) ICMP type/code values from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_icmp_typecodesRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_icmp_typecodesResponse"/>
       </operation>
       <operation name="set_fw_rule_icmp_typecode_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' (inlined) ICMP type/code values.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_icmp_typecode_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_icmp_typecode_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_icmp_typecode_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' (inlined) ICMP type/code values.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_icmp_typecode_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_icmp_typecode_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_source_vlan">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets source VLANs for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_vlanRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_vlanResponse"/>
       </operation>
       <operation name="add_fw_rule_source_vlan">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds source VLANs to the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_source_vlanRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_source_vlanResponse"/>
       </operation>
       <operation name="remove_fw_rule_source_vlan">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes source VLANs from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_source_vlanRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_source_vlanResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_source_vlans">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all source VLANs from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_vlansRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_vlansResponse"/>
       </operation>
       <operation name="set_fw_rule_weekly_schedule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets a weekly schedule for the specified firewall rules.
See Security::FirewallWeeklySchedule for how to create and
manipulate weekly schedules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_weekly_scheduleRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_weekly_scheduleResponse"/>
       </operation>
       <operation name="get_fw_rule_weekly_schedule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets a weekly schedule for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_weekly_scheduleRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_weekly_scheduleResponse"/>
       </operation>
       <operation name="set_fw_rule_protocol">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the (IP) protocol for the specified firewall rules.

Note: if the protocol is not one of the supported standard
protocols, use set_fw_rule_protocol_numeric.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_protocolRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_protocolResponse"/>
       </operation>
       <operation name="get_fw_rule_protocol">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the (IP) protocol for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_protocolRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_protocolResponse"/>
       </operation>
       <operation name="set_fw_rule_protocol_numeric">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the IP protocol (numerically) for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_protocol_numericRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_protocol_numericResponse"/>
       </operation>
       <operation name="get_fw_rule_protocol_numeric">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the IP protocol (numerically) for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_protocol_numericRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_protocol_numericResponse"/>
       </operation>
       <operation name="set_fw_rule_action">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the action for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_actionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_actionResponse"/>
       </operation>
       <operation name="get_fw_rule_action">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the action for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_actionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_actionResponse"/>
       </operation>
       <operation name="set_fw_rule_rule_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the rule list for the specified firewall rules.

If a list is specified then the system will validate that
no other properties were specified in the current
transaction, and will clear all other match criteria fields
(src, dst, ip protocol, et cetera).

The empty string means no rule list.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_rule_listRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_rule_listResponse"/>
       </operation>
       <operation name="get_fw_rule_rule_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the rule list for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_rule_listRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_rule_listResponse"/>
       </operation>
       <operation name="set_fw_rule_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_descriptionResponse"/>
       </operation>
       <operation name="reset_fw_rule_statistics">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Resets the statistics for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.reset_fw_rule_statisticsRequest"/>
               <output message="tns:Networking.SelfIPV2.reset_fw_rule_statisticsResponse"/>
       </operation>
       <operation name="get_all_fw_rule_statistics">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the statistics for all firewall rules on the specified self IPs.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_all_fw_rule_statisticsRequest"/>
               <output message="tns:Networking.SelfIPV2.get_all_fw_rule_statisticsResponse"/>
       </operation>
       <operation name="get_fw_rule_statistics">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the statistics for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_statisticsRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_statisticsResponse"/>
       </operation>
       <operation name="get_default_protocol_port_access_list">
       <documentation>
Gets the default protocol/port access list on which access is allowed.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_default_protocol_port_access_listRequest"/>
               <output message="tns:Networking.SelfIPV2.get_default_protocol_port_access_listResponse"/>
       </operation>
       <operation name="add_default_protocol_port_access_list">
       <documentation>
Adds to the default list of protocols/ports on which access is allowed.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_default_protocol_port_access_listRequest"/>
               <output message="tns:Networking.SelfIPV2.add_default_protocol_port_access_listResponse"/>
       </operation>
       <operation name="remove_default_protocol_port_access_list">
       <documentation>
Removes protocols and ports from the default list of protocols/ports on which access is allowed.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_default_protocol_port_access_listRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_default_protocol_port_access_listResponse"/>
       </operation>
       <operation name="set_fw_rule_log_state">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the logging property for the specified firewall rules.
Specifies whether the security software should write a log entry 
for all packets that match this rule. You must also enable network 
filter logging in the "security log profile" component for this 
option to have any effect. Note that the security software always 
increments the statistics counter when a packet matches a rule,
no matter how you set this option.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_log_stateRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_log_stateResponse"/>
       </operation>
       <operation name="get_fw_rule_log_state">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the logging property for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_log_stateRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_log_stateResponse"/>
       </operation>
       <operation name="get_fw_rule_source_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) source address ranges for the specified firewall 
rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_address_rangeRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_address_rangeResponse"/>
       </operation>
       <operation name="add_fw_rule_source_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds a list of (inlined) source address ranges for the specified 
firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_source_address_rangeRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_source_address_rangeResponse"/>
       </operation>
       <operation name="remove_fw_rule_source_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes a list of (inlined) source address ranges from the 
specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_source_address_rangeRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_source_address_rangeResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_source_address_ranges">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) source address ranges from the specified 
firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_address_rangesRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_address_rangesResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) destination address ranges for the specified 
firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_address_rangeRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_address_rangeResponse"/>
       </operation>
       <operation name="add_fw_rule_destination_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds a list of (inlined) destination address ranges for the 
specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_destination_address_rangeRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_destination_address_rangeResponse"/>
       </operation>
       <operation name="remove_fw_rule_destination_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes a list of (inlined) destination address ranges from the 
specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_destination_address_rangeRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_destination_address_rangeResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_destination_address_ranges">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) destination address ranges from the 
specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_address_rangesRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_address_rangesResponse"/>
       </operation>
       <operation name="set_fw_rule_source_address_range_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the descriptions for the specified firewall rule source address 
ranges.
This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_source_address_range_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_source_address_range_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_source_address_range_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rule source address 
ranges.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_address_range_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_address_range_descriptionResponse"/>
       </operation>
       <operation name="set_fw_rule_destination_address_range_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the descriptions for the specified firewall rule 
destination address ranges.
This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_destination_address_range_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_destination_address_range_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_address_range_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rule 
destination address ranges.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_address_range_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_address_range_descriptionResponse"/>
       </operation>
       <operation name="set_fw_rule_irule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the iRules for the specified firewall rules.
Specify the iRule as an action when the traffic matches the
filter criteria.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_iruleRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_iruleResponse"/>
       </operation>
       <operation name="get_fw_rule_irule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the iRules for the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_iruleRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_iruleResponse"/>
       </operation>
       <operation name="get_fw_rule_source_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) source geo locations for the specified firewall rules.

The geo location is a combination of country code and state name.
The country code is two characters long. The state name is the full
name of a state that belongs to the country represented by country
code.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_geoRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_geoResponse"/>
       </operation>
       <operation name="add_fw_rule_source_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) source geo locations to the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_source_geoRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_source_geoResponse"/>
       </operation>
       <operation name="remove_fw_rule_source_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) source geo locations from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_source_geoRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_source_geoResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_source_geos">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) source geo locations from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_geosRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_source_geosResponse"/>
       </operation>
       <operation name="set_fw_rule_source_geo_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' source geo
locations.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_source_geo_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_source_geo_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_source_geo_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' source geo
locations.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_source_geo_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_source_geo_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) destination geo locations for the specified firewall rules.

The geo location is a combination of country code and state name.
The country code is two characters long. The state name is the full
name of a state that belongs to the country represented by country
code.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_geoRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_geoResponse"/>
       </operation>
       <operation name="add_fw_rule_destination_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) destination geo locations to the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.add_fw_rule_destination_geoRequest"/>
               <output message="tns:Networking.SelfIPV2.add_fw_rule_destination_geoResponse"/>
       </operation>
       <operation name="remove_fw_rule_destination_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) destination geo locations from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_fw_rule_destination_geoRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_fw_rule_destination_geoResponse"/>
       </operation>
       <operation name="remove_all_fw_rule_destination_geos">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) destination geo locations from the specified firewall rules.

               </documentation>
               <input message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_geosRequest"/>
               <output message="tns:Networking.SelfIPV2.remove_all_fw_rule_destination_geosResponse"/>
       </operation>
       <operation name="set_fw_rule_destination_geo_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' destination
geo locations.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <input message="tns:Networking.SelfIPV2.set_fw_rule_destination_geo_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.set_fw_rule_destination_geo_descriptionResponse"/>
       </operation>
       <operation name="get_fw_rule_destination_geo_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' destination
geo locations.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_fw_rule_destination_geo_descriptionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_fw_rule_destination_geo_descriptionResponse"/>
       </operation>
       <operation name="get_version">
       <documentation>
Gets the version information for this interface.

               </documentation>
               <input message="tns:Networking.SelfIPV2.get_versionRequest"/>
               <output message="tns:Networking.SelfIPV2.get_versionResponse"/>
       </operation>

</portType>

<!– binding –>

<binding name=“Networking.SelfIPV2Binding” type=“tns:Networking.SelfIPV2PortType”>

       <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
       <operation name="get_list">
       <documentation>
Gets a list of all self IPs on this device.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="create">
       <documentation>
Creates the specified self IP addresses with extended attributes.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="delete_self_ip">
       <documentation>
Deletes the specified self IP addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="delete_all_self_ips">
       <documentation>
Deletes all self IP addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_address">
       <documentation>
Gets the IP addresses of the specified self IPs.

Note: A set_address method is not supported.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_vlan">
       <documentation>
Sets the VLANs with which the specified self IPs are associated.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_vlan">
       <documentation>
Gets the VLANs with which the specified self IPs are associated.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_netmask">
       <documentation>
Sets the netmasks of the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_netmask">
       <documentation>
Gets the netmasks of the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_traffic_group">
       <documentation>
Sets the traffic groups for a set of self IP addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_traffic_group">
       <documentation>
Gets the traffic groups for a set of self IP addresses.
Note that if the keyword "default" was used to set the
traffic group, the value returned here will be the actual
name of the traffic group that was inherited.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="is_traffic_group_inherited">
       <documentation>
Gets a flag indicating whether the traffic group was
inherited from the parent folder.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_floating_state">
       <documentation>
Sets the floating states of the specified self IPs.
Note: If floating state is being set to enabled, then unit ID will be set to 1 by default.
      If floating state is being set to disabled, then unit ID will be set to 0.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_floating_state">
       <documentation>
Gets the floating states of the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_allow_access_list">
       <documentation>
Gets the access lists for the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_allow_access_list">
       <documentation>
Adds the list of access methods, with optional protocols/ports, for the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_allow_access_list">
       <documentation>
Deletes protocols and ports from the allow access list for the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_description">
       <documentation>
Sets the descriptions for a set of self IP addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_description">
       <documentation>
Gets the descriptions for a set of self IP addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_enforced_firewall_policy">
       <documentation>
Sets the enforced firewall policies on the self IPs.

The enforced policy's rules are enforced as if the 
same rules were defined as inline rules.

The empty string means no enforced policy.
The enforced firewall policy is mutually exclusive with inline rules. 

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_enforced_firewall_policy">
       <documentation>
Gets the firewall policies enforced on the self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_staged_firewall_policy">
       <documentation>
Sets the staged firewall policies on the self IPs.

The staged policy's rules provide the visibility only (statistics, 
logging events and network reports) of what would happen if the rules 
were enforced. They are actually not enforced.

The empty string means no staged policy.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_staged_firewall_policy">
       <documentation>
Gets the firewall policies staged on the self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the firewall rules for the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds firewall rules to the specified self IPs.

Note that the abilities to add more than one rule or,
especially, to add partial rules and to build them up
introduce a need for best practices: (1) introduce the rule
or rules initially disabled (using the states parameter)
and enable them (or set them as scheduled) as a whole when
you have them complete or (2) use transactions (see
System::Session::start_transaction) to avoid accidentally
putting partial rules or incomplete rule sets into place.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_with_rule_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds firewall rules to the specified self IP addresses,
having each of those rules point at a rule list. This
method is intended as a convenience to prevent you from
having to add firewall rules as a transaction.

See the Security::FirewallRuleList interface for more
information on rule lists.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes firewall rules from the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rules">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all firewall rules from the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_state">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the state for the specified firewall rules.

You can add a rule as enabled or disabled initially, build
it up, then enable it.  You can temporarily disable a rule
with no other effect on it, so that it can be enabled
easily later without having to rebuild it.  You can use the
state of FW_RULE_STATE_SCHEDULED to enable scheduling for the
rule. See add_fw_rule for more information.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_state">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the state for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_order">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the order (numerically) for the specified firewall rules.

Two rules can't have the same order, so one must manage
order carefully if using numeric order to arrange firewall
rules. See add_fw_rule for more information.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_order">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the order (numerically) for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets source address lists for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_source_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds source address lists to the specified firewall rules.

See the Security::FirewallAddressList interface for more
information on address lists.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_source_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes source address lists from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_source_address_lists">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all source address lists from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use get_fw_rule_source_address_range instead.
Firewall addresses are now supplied and stored in the form of an 
address range. Single addresses are converted to 
a corresponding one-element range where begin is equal to end; 
for each range, this method returns the start of the address range.

Gets (inlined) source addresses for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_source_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use add_fw_rule_source_address_range instead.
When using this method, the system will create a corresponding 
one-element address range where begin is equal to end.

Adds (inlined) source addresses to the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_source_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use remove_fw_rule_source_address_range instead.
When using this method, the system will create a corresponding 
one-element address range where begin is equal to end.

Removes (inlined) source addresses from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_source_addresses">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use remove_all_fw_rule_source_address_ranges instead.

Removes all (inlined) source addresses from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_source_address_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use set_fw_rule_source_address_range_description instead.

Sets the description for the specified firewall rules' source addresses.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_address_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use get_fw_rule_source_address_range_description instead.

Gets the descriptions for the specified firewall rules' source addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets destination address lists for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_destination_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds destination address lists to the specified firewall rules.

See the Security::FirewallAddressList interface for more
information on address lists.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_destination_address_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes destination address lists from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_destination_address_lists">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all destination address lists from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use get_fw_rule_destination_address_range instead.
Firewall addresses are now supplied and stored in the form of an 
address range. Single addresses are converted to 
a corresponding one-element range where begin is equal to end; 
for each range, this method returns the start of the address range.

Gets (inlined) destination addresses for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_destination_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use add_fw_rule_destination_address_range instead.
When using this method, the system will create a corresponding 
one-element address range where begin is equal to end.

Adds (inlined) destination addresses to the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_destination_address">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use remove_fw_rule_destination_address_range instead.
When using this method, the system will create a corresponding 
one-element address range where begin is equal to end.

Removes (inlined) destination addresses from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_destination_addresses">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use remove_all_fw_rule_destination_address_ranges instead.

Removes all (inlined) destination addresses from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_destination_address_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use set_fw_rule_destination_address_range_description instead.

Sets the description for the specified firewall rules' destination addresses.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_address_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

This method has been deprecated. Please use get_fw_rule_destination_address_range_description instead.

Gets the descriptions for the specified firewall rules' destination addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets source port lists for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_source_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds source port lists to the specified firewall rules.

See the Security::FirewallPortList interface for more
information on port lists.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_source_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes source port lists from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_source_port_lists">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all source port lists from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) source ports for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_source_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) source ports to the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_source_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) source ports from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_source_ports">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) source ports from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_source_port_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' (inlined) source ports.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_port_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' (inlined) source ports.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets destination port lists for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_destination_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds destination port lists to the specified firewall rules.

See the Security::FirewallPortList interface for more
information on port lists.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_destination_port_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes destination port lists from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_destination_port_lists">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all destination port lists from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) destination ports for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_destination_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) destination ports to the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_destination_port">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) destination ports from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_destination_ports">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) destination ports from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_destination_port_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' (inlined) destination ports.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_port_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' (inlined) destination ports.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_icmp_typecode">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) ICMP type/code values for the specified firewall rules.
A value of 255 for either ICMP type or code is a wildcard value.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_icmp_typecode">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) ICMP type/code values to the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_icmp_typecode">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) ICMP type/code values from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_icmp_typecodes">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) ICMP type/code values from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_icmp_typecode_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' (inlined) ICMP type/code values.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_icmp_typecode_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' (inlined) ICMP type/code values.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_vlan">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets source VLANs for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_source_vlan">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds source VLANs to the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_source_vlan">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes source VLANs from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_source_vlans">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all source VLANs from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_weekly_schedule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets a weekly schedule for the specified firewall rules.
See Security::FirewallWeeklySchedule for how to create and
manipulate weekly schedules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_weekly_schedule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets a weekly schedule for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_protocol">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the (IP) protocol for the specified firewall rules.

Note: if the protocol is not one of the supported standard
protocols, use set_fw_rule_protocol_numeric.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_protocol">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the (IP) protocol for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_protocol_numeric">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the IP protocol (numerically) for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_protocol_numeric">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the IP protocol (numerically) for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_action">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the action for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_action">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the action for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_rule_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the rule list for the specified firewall rules.

If a list is specified then the system will validate that
no other properties were specified in the current
transaction, and will clear all other match criteria fields
(src, dst, ip protocol, et cetera).

The empty string means no rule list.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_rule_list">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the rule list for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="reset_fw_rule_statistics">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Resets the statistics for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_all_fw_rule_statistics">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the statistics for all firewall rules on the specified self IPs.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_statistics">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the statistics for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_default_protocol_port_access_list">
       <documentation>
Gets the default protocol/port access list on which access is allowed.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_default_protocol_port_access_list">
       <documentation>
Adds to the default list of protocols/ports on which access is allowed.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_default_protocol_port_access_list">
       <documentation>
Removes protocols and ports from the default list of protocols/ports on which access is allowed.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_log_state">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the logging property for the specified firewall rules.
Specifies whether the security software should write a log entry 
for all packets that match this rule. You must also enable network 
filter logging in the "security log profile" component for this 
option to have any effect. Note that the security software always 
increments the statistics counter when a packet matches a rule,
no matter how you set this option.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_log_state">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the logging property for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) source address ranges for the specified firewall 
rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_source_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds a list of (inlined) source address ranges for the specified 
firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_source_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes a list of (inlined) source address ranges from the 
specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_source_address_ranges">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) source address ranges from the specified 
firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) destination address ranges for the specified 
firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_destination_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds a list of (inlined) destination address ranges for the 
specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_destination_address_range">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes a list of (inlined) destination address ranges from the 
specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_destination_address_ranges">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) destination address ranges from the 
specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_source_address_range_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the descriptions for the specified firewall rule source address 
ranges.
This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_address_range_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rule source address 
ranges.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_destination_address_range_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the descriptions for the specified firewall rule 
destination address ranges.
This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_address_range_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rule 
destination address ranges.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_irule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the iRules for the specified firewall rules.
Specify the iRule as an action when the traffic matches the
filter criteria.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_irule">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the iRules for the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) source geo locations for the specified firewall rules.

The geo location is a combination of country code and state name.
The country code is two characters long. The state name is the full
name of a state that belongs to the country represented by country
code.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_source_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) source geo locations to the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_source_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) source geo locations from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_source_geos">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) source geo locations from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_source_geo_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' source geo
locations.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_source_geo_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' source geo
locations.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets (inlined) destination geo locations for the specified firewall rules.

The geo location is a combination of country code and state name.
The country code is two characters long. The state name is the full
name of a state that belongs to the country represented by country
code.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="add_fw_rule_destination_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Adds (inlined) destination geo locations to the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_fw_rule_destination_geo">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes (inlined) destination geo locations from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="remove_all_fw_rule_destination_geos">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Removes all (inlined) destination geo locations from the specified firewall rules.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="set_fw_rule_destination_geo_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Sets the description for the specified firewall rules' destination
geo locations.

This is an arbitrary field which can be used for any purpose.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_fw_rule_destination_geo_description">
       <documentation>
*IMPORTANT* This method has been deprecated immediately. As of v11.6.0,
attempting to perform this method will return a not-implemented exception.

Gets the descriptions for the specified firewall rules' destination
geo locations.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_version">
       <documentation>
Gets the version information for this interface.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/SelfIPV2"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/SelfIPV2"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

</binding>

<!– service –>

<service name=“Networking.SelfIPV2”>

       <documentation>
The SelfIP interface enables you to work with the definitions and attributes contained in a device's Self IP.

Note that the source and destination addresses in the firewall
methods (get_fw_rule and so on) are type Common::NetAddress, a
type which allows one to specify a prefix length after the
address, e.g., "10.1.1.0/24".

               </documentation>
       <port name="Networking.SelfIPV2Port" binding="tns:Networking.SelfIPV2Binding">
               <soap:address location="https://url_to_service"/>
       </port>

</service> </definitions>