<?xml version="1.0" ?> <!-- Copyright (c) 1996-2013, 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="LocalLB.ProfileDiameterEndpoint" 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:complexType name="Common.StatisticSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StatisticSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileEnabledState"> <xsd:sequence> <xsd:element name="value" type="tns:Common.EnabledState"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileStringSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileString[]'/> </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.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="LocalLB.ProfileDiameterEndpoint.DiameterEndpointProfileStatisticEntrySequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileDiameterEndpoint.DiameterEndpointProfileStatisticEntry[]'/> </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="LocalLB.ProfileStatisticsByVirtual"> <xsd:sequence> <xsd:element name="statistics" type="tns:Common.StatisticSequenceSequenceSequence"/> <xsd:element name="time_stamp" type="tns:Common.TimeStamp"/> </xsd:sequence> </xsd:complexType> <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="LocalLB.ProfileDiameterEndpoint.DiameterEndpointProfileStatisticEntry"> <xsd:sequence> <xsd:element name="profile_name" type="xsd:string"/> <xsd:element name="statistics" type="tns:Common.StatisticSequence"/> </xsd:sequence> </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:complexType name="LocalLB.ProfileULong"> <xsd:sequence> <xsd:element name="value" type="xsd:long"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileULongSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileULong[]'/> </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_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_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:restriction> </xsd:simpleType> <xsd:complexType name="LocalLB.ProfileDiameterEndpoint.ProfileDiameterApplicationTypeSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileDiameterEndpoint.ProfileDiameterApplicationTypeSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileString"> <xsd:sequence> <xsd:element name="value" type="xsd:string"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:simpleType name="LocalLB.ProfileDiameterEndpoint.DiameterApplicationType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="DIAMETER_APPLICATION_TYPE_UNKNOWN"> <xsd:annotation> <xsd:documentation>DIAMETER_APPLICATION_TYPE_UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="DIAMETER_APPLICATION_TYPE_GX"> <xsd:annotation> <xsd:documentation>DIAMETER_APPLICATION_TYPE_GX</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <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="LocalLB.ProfileDiameterEndpoint.DiameterEndpointProfileStatistics"> <xsd:sequence> <xsd:element name="statistics" type="tns:LocalLB.ProfileDiameterEndpoint.DiameterEndpointProfileStatisticEntrySequence"/> <xsd:element name="time_stamp" type="tns:Common.TimeStamp"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileDiameterEndpoint.ProfileDiameterApplicationTypeSequence"> <xsd:sequence> <xsd:element name="value" type="tns:LocalLB.ProfileDiameterEndpoint.DiameterApplicationTypeSequence"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="Common.StatisticSequenceSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StatisticSequenceSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileDiameterEndpoint.DiameterApplicationTypeSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileDiameterEndpoint.DiameterApplicationType[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileEnabledStateSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileEnabledState[]'/> </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:schema> </types> <!-- message --> <message name="LocalLB.ProfileDiameterEndpoint.get_listRequest"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_listResponse"> <part name="return" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.is_base_profileRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.is_base_profileResponse"> <part name="return" type="tns:Common.BooleanSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.is_system_profileRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.is_system_profileResponse"> <part name="return" type="tns:Common.BooleanSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_default_profileRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="defaults" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_default_profileResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_default_profileRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_default_profileResponse"> <part name="return" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.reset_statisticsRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.reset_statisticsResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.reset_statistics_by_virtualRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="virtual_names" type="tns:Common.StringSequenceSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.reset_statistics_by_virtualResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_all_statisticsRequest"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_all_statisticsResponse"> <part name="return" type="tns:LocalLB.ProfileDiameterEndpoint.DiameterEndpointProfileStatistics"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_statisticsRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_statisticsResponse"> <part name="return" type="tns:LocalLB.ProfileDiameterEndpoint.DiameterEndpointProfileStatistics"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_statistics_by_virtualRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="virtual_names" type="tns:Common.StringSequenceSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_statistics_by_virtualResponse"> <part name="return" type="tns:LocalLB.ProfileStatisticsByVirtual"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_descriptionRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="descriptions" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_descriptionResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_descriptionRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_descriptionResponse"> <part name="return" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_product_nameRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="products" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_product_nameResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_product_nameRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_product_nameResponse"> <part name="return" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_origin_hostRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="hosts" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_origin_hostResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_origin_hostRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_origin_hostResponse"> <part name="return" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_origin_realmRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="realms" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_origin_realmResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_origin_realmRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_origin_realmResponse"> <part name="return" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_destination_hostRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="hosts" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_destination_hostResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_destination_hostRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_destination_hostResponse"> <part name="return" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_destination_realmRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="realms" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_destination_realmResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_destination_realmRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_destination_realmResponse"> <part name="return" type="tns:LocalLB.ProfileStringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_retransmit_delayRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="values" type="tns:LocalLB.ProfileULongSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_retransmit_delayResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_retransmit_delayRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_retransmit_delayResponse"> <part name="return" type="tns:LocalLB.ProfileULongSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_maximum_retransmit_attemptsRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="values" type="tns:LocalLB.ProfileULongSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_maximum_retransmit_attemptsResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_maximum_retransmit_attemptsRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_maximum_retransmit_attemptsResponse"> <part name="return" type="tns:LocalLB.ProfileULongSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_supported_application_typeRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_supported_application_typeResponse"> <part name="return" type="tns:LocalLB.ProfileDiameterEndpoint.ProfileDiameterApplicationTypeSequenceSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.replace_supported_application_typesRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="types" type="tns:LocalLB.ProfileDiameterEndpoint.ProfileDiameterApplicationTypeSequenceSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.replace_supported_application_typesResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_fatal_grace_timeRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="values" type="tns:LocalLB.ProfileULongSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_fatal_grace_timeResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_fatal_grace_timeRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_fatal_grace_timeResponse"> <part name="return" type="tns:LocalLB.ProfileULongSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_fatal_grace_time_stateRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.set_fatal_grace_time_stateResponse"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_fatal_grace_time_stateRequest"> <part name="profile_names" type="tns:Common.StringSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_fatal_grace_time_stateResponse"> <part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_versionRequest"> </message> <message name="LocalLB.ProfileDiameterEndpoint.get_versionResponse"> <part name="return" type="xsd:string"/> </message> <!-- portType --> <portType name="LocalLB.ProfileDiameterEndpointPortType"> <operation name="get_list"> <documentation> Gets a list of all DiameterEndpoint profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_listRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_listResponse"/> </operation> <operation name="is_base_profile"> <documentation> Determines whether the specified DiameterEndpoint profiles are base profiles. A base profile sits at the base of the profile's inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.is_base_profileRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.is_base_profileResponse"/> </operation> <operation name="is_system_profile"> <documentation> Determines whether the specified DiameterEndpoint profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.is_system_profileRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.is_system_profileResponse"/> </operation> <operation name="set_default_profile"> <documentation> Sets the names of the default profiles from which the specified profiles will derive default values for attributes. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_default_profileRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_default_profileResponse"/> </operation> <operation name="get_default_profile"> <documentation> Gets the names of the default profiles from which the specified profiles will derive default values for attributes. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_default_profileRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_default_profileResponse"/> </operation> <operation name="reset_statistics"> <documentation> Resets the statistics for the specified DiameterEndpoint profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.reset_statisticsRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.reset_statisticsResponse"/> </operation> <operation name="reset_statistics_by_virtual"> <documentation> Resets the statistics for the specified DiameterEndpoint profiles, for specified virtual servers. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.reset_statistics_by_virtualRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.reset_statistics_by_virtualResponse"/> </operation> <operation name="get_all_statistics"> <documentation> Gets the statistics for all DiameterEndpoint profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_all_statisticsRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_all_statisticsResponse"/> </operation> <operation name="get_statistics"> <documentation> Gets the statistics for the specified DiameterEndpoint profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_statisticsRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_statisticsResponse"/> </operation> <operation name="get_statistics_by_virtual"> <documentation> Gets the statistics for the specified DiameterEndpoint profiles, by virtual server. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_statistics_by_virtualRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_statistics_by_virtualResponse"/> </operation> <operation name="set_description"> <documentation> Sets the description for a set of DiameterEndpoint profiles. This is an arbitrary field which can be used for any purpose. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_descriptionRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_descriptionResponse"/> </operation> <operation name="get_description"> <documentation> Gets the description for a set of DiameterEndpoint profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_descriptionRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_descriptionResponse"/> </operation> <operation name="set_product_name"> <documentation> Sets the product names for the specified DiameterEndpoint profiles. This specifies the string used in the product-name AVP in the capabilities exchange messages. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_product_nameRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_product_nameResponse"/> </operation> <operation name="get_product_name"> <documentation> Gets the products for a set of DiameterEndpoint profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_product_nameRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_product_nameResponse"/> </operation> <operation name="set_origin_host"> <documentation> Sets the origin host for the specified profiles. This specifies the origin host for diameter messages. The Origin-Host Attribute-Value Pairs (AVP) is of type DiameterIdentity, and MUST be present in all Diameter messages. This AVP identifies the endpoint that originated the Diameter message. Relay agents MUST NOT modify this AVP. This should be a FQDN. See RFC 3588 section 6.3. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_origin_hostRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_origin_hostResponse"/> </operation> <operation name="get_origin_host"> <documentation> Gets the origin host for the specified profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_origin_hostRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_origin_hostResponse"/> </operation> <operation name="set_origin_realm"> <documentation> Sets the origin realms for the specified profiles. This specifies the origin realm for diameter messages. The Origin-Realm AVP is of type DiameterIdentity. This AVP contains the Realm of the originator of any Diameter message and MUST be present in all messages. This should be a FQDN. See RFC 3588 section 6.4. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_origin_realmRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_origin_realmResponse"/> </operation> <operation name="get_origin_realm"> <documentation> Gets the origin realm for the specified profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_origin_realmRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_origin_realmResponse"/> </operation> <operation name="set_destination_host"> <documentation> Sets the destination host for the specified profiles. This specifies the destination host for diameter messages. The Destination-Host AVP is of type DiameterIdentity. This AVP MUST be present in all unsolicited agent initiated messages, MAY be present in request messages, and MUST NOT be present in Answer messages. This should be a FQDN. See RFC 3588 section 6.5. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_destination_hostRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_destination_hostResponse"/> </operation> <operation name="get_destination_host"> <documentation> Gets the destination host for the specified profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_destination_hostRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_destination_hostResponse"/> </operation> <operation name="set_destination_realm"> <documentation> Sets the destination realm for the specified profiles. This specifies the destination realm for diameter messages. The Destination-Realm AVP is of type DiameterIdentity, and contains the realm the message is to be routed to. The Destination-Realm AVP MUST NOT be present in Answer messages. Diameter Clients insert the realm portion of the User-Name AVP. Diameter servers initiating a request message use the value of the Origin-Realm AVP from a previous message received from the intended target host (unless it is known a priori). When present, the Destination-Realm AVP is used to perform message routing decisions. This should be a FQDN. See RFC 3588 section 6.6. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_destination_realmRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_destination_realmResponse"/> </operation> <operation name="get_destination_realm"> <documentation> Gets the destination realm for the specified profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_destination_realmRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_destination_realmResponse"/> </operation> <operation name="set_retransmit_delay"> <documentation> Sets the retransmit delay. This specifies the delay in milliseconds after which an unanswered request will be retransmitted. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_retransmit_delayRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_retransmit_delayResponse"/> </operation> <operation name="get_retransmit_delay"> <documentation> Gets the retransmit delay in milliseconds. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_retransmit_delayRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_retransmit_delayResponse"/> </operation> <operation name="set_maximum_retransmit_attempts"> <documentation> Sets the maximum retransmit attempts. This specifies the number of times an outgoing request message will be retransmitted before being dropped. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_maximum_retransmit_attemptsRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_maximum_retransmit_attemptsResponse"/> </operation> <operation name="get_maximum_retransmit_attempts"> <documentation> Gets the maximum retransmit attempts. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_maximum_retransmit_attemptsRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_maximum_retransmit_attemptsResponse"/> </operation> <operation name="get_supported_application_type"> <documentation> Gets the supported application types for the specified DiameterEndpoint profiles. The application types include Gx (communication between PCRF and PCEF), Gy (credit-control) etc. The current options are Gx only. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_supported_application_typeRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_supported_application_typeResponse"/> </operation> <operation name="replace_supported_application_types"> <documentation> Replaces the lists of applications supported by the specified DiameterEndpoint profiles. The supported applications will be ordered as they are listed in the arguments. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.replace_supported_application_typesRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.replace_supported_application_typesResponse"/> </operation> <operation name="set_fatal_grace_time"> <documentation> Sets the fatal-grace-time periods, in seconds, for the specified DiameterEndpoint profiles. This defines the period that a diameter connection can be down before all sessions associated with that diameter endpoint are terminated. If the connection is re-established before the grace time ends then the sessions will not be terminated automatically. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_fatal_grace_timeRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_fatal_grace_timeResponse"/> </operation> <operation name="get_fatal_grace_time"> <documentation> Gets the fatal-grace-time periods, in seconds, for the specified DiameterEndpoint profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_fatal_grace_timeRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_fatal_grace_timeResponse"/> </operation> <operation name="set_fatal_grace_time_state"> <documentation> Sets the fatal-grace-time states for the specified DiameterEndpoint profiles. This specifies whether fatal-grace-time option is enabled or not. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.set_fatal_grace_time_stateRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.set_fatal_grace_time_stateResponse"/> </operation> <operation name="get_fatal_grace_time_state"> <documentation> Gets the fatal-grace-time states for the specified DiameterEndpoint profiles. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_fatal_grace_time_stateRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_fatal_grace_time_stateResponse"/> </operation> <operation name="get_version"> <documentation> Gets the version information for this interface. </documentation> <input message="tns:LocalLB.ProfileDiameterEndpoint.get_versionRequest"/> <output message="tns:LocalLB.ProfileDiameterEndpoint.get_versionResponse"/> </operation> </portType> <!-- binding --> <binding name="LocalLB.ProfileDiameterEndpointBinding" type="tns:LocalLB.ProfileDiameterEndpointPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="get_list"> <documentation> Gets a list of all DiameterEndpoint profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="is_base_profile"> <documentation> Determines whether the specified DiameterEndpoint profiles are base profiles. A base profile sits at the base of the profile's inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="is_system_profile"> <documentation> Determines whether the specified DiameterEndpoint profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_default_profile"> <documentation> Sets the names of the default profiles from which the specified profiles will derive default values for attributes. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_default_profile"> <documentation> Gets the names of the default profiles from which the specified profiles will derive default values for attributes. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="reset_statistics"> <documentation> Resets the statistics for the specified DiameterEndpoint profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="reset_statistics_by_virtual"> <documentation> Resets the statistics for the specified DiameterEndpoint profiles, for specified virtual servers. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_all_statistics"> <documentation> Gets the statistics for all DiameterEndpoint profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_statistics"> <documentation> Gets the statistics for the specified DiameterEndpoint profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_statistics_by_virtual"> <documentation> Gets the statistics for the specified DiameterEndpoint profiles, by virtual server. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_description"> <documentation> Sets the description for a set of DiameterEndpoint profiles. This is an arbitrary field which can be used for any purpose. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_description"> <documentation> Gets the description for a set of DiameterEndpoint profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_product_name"> <documentation> Sets the product names for the specified DiameterEndpoint profiles. This specifies the string used in the product-name AVP in the capabilities exchange messages. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_product_name"> <documentation> Gets the products for a set of DiameterEndpoint profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_origin_host"> <documentation> Sets the origin host for the specified profiles. This specifies the origin host for diameter messages. The Origin-Host Attribute-Value Pairs (AVP) is of type DiameterIdentity, and MUST be present in all Diameter messages. This AVP identifies the endpoint that originated the Diameter message. Relay agents MUST NOT modify this AVP. This should be a FQDN. See RFC 3588 section 6.3. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_origin_host"> <documentation> Gets the origin host for the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_origin_realm"> <documentation> Sets the origin realms for the specified profiles. This specifies the origin realm for diameter messages. The Origin-Realm AVP is of type DiameterIdentity. This AVP contains the Realm of the originator of any Diameter message and MUST be present in all messages. This should be a FQDN. See RFC 3588 section 6.4. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_origin_realm"> <documentation> Gets the origin realm for the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_destination_host"> <documentation> Sets the destination host for the specified profiles. This specifies the destination host for diameter messages. The Destination-Host AVP is of type DiameterIdentity. This AVP MUST be present in all unsolicited agent initiated messages, MAY be present in request messages, and MUST NOT be present in Answer messages. This should be a FQDN. See RFC 3588 section 6.5. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_destination_host"> <documentation> Gets the destination host for the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_destination_realm"> <documentation> Sets the destination realm for the specified profiles. This specifies the destination realm for diameter messages. The Destination-Realm AVP is of type DiameterIdentity, and contains the realm the message is to be routed to. The Destination-Realm AVP MUST NOT be present in Answer messages. Diameter Clients insert the realm portion of the User-Name AVP. Diameter servers initiating a request message use the value of the Origin-Realm AVP from a previous message received from the intended target host (unless it is known a priori). When present, the Destination-Realm AVP is used to perform message routing decisions. This should be a FQDN. See RFC 3588 section 6.6. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_destination_realm"> <documentation> Gets the destination realm for the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_retransmit_delay"> <documentation> Sets the retransmit delay. This specifies the delay in milliseconds after which an unanswered request will be retransmitted. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_retransmit_delay"> <documentation> Gets the retransmit delay in milliseconds. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_maximum_retransmit_attempts"> <documentation> Sets the maximum retransmit attempts. This specifies the number of times an outgoing request message will be retransmitted before being dropped. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_maximum_retransmit_attempts"> <documentation> Gets the maximum retransmit attempts. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_supported_application_type"> <documentation> Gets the supported application types for the specified DiameterEndpoint profiles. The application types include Gx (communication between PCRF and PCEF), Gy (credit-control) etc. The current options are Gx only. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="replace_supported_application_types"> <documentation> Replaces the lists of applications supported by the specified DiameterEndpoint profiles. The supported applications will be ordered as they are listed in the arguments. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_fatal_grace_time"> <documentation> Sets the fatal-grace-time periods, in seconds, for the specified DiameterEndpoint profiles. This defines the period that a diameter connection can be down before all sessions associated with that diameter endpoint are terminated. If the connection is re-established before the grace time ends then the sessions will not be terminated automatically. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_fatal_grace_time"> <documentation> Gets the fatal-grace-time periods, in seconds, for the specified DiameterEndpoint profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_fatal_grace_time_state"> <documentation> Sets the fatal-grace-time states for the specified DiameterEndpoint profiles. This specifies whether fatal-grace-time option is enabled or not. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_fatal_grace_time_state"> <documentation> Gets the fatal-grace-time states for the specified DiameterEndpoint profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" 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:LocalLB/ProfileDiameterEndpoint"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileDiameterEndpoint" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> </binding> <!-- service --> <service name="LocalLB.ProfileDiameterEndpoint"> <documentation> The ProfileDiameterEndpoint interface enables you to manipulate a local load balancer's DiameterEndpoint profile. The Diameter base protocol is intended to provide an Authentication, Authorization and Accounting (AAA) framework for applications such as network access or IP mobility. Diameter is also intended to work in both local Authentication, Authorization & Accounting and roaming situations. On top of it, there are some different application types e.g. Gx (communication between Policy Charging Rules Function (PCRF) and Policy Charging Enforcement Function (PCEF)), Gy (charging) etc. The PEM (Policy Enforcement Manager) module uses this profile. </documentation> <port name="LocalLB.ProfileDiameterEndpointPort" binding="tns:LocalLB.ProfileDiameterEndpointBinding"> <soap:address location="https://url_to_service"/> </port> </service> </definitions>