2.2.1.23 Utilization Element

A Utilization element contains metrics related to network utilization. The type of this element is NetworkUtilizationType.

The NetworkUtilizationType type is defined as follows:

<xs:complexType name="NetworkUtilizationType">
  <xs:sequence>
    <xs:element name="Packets" type="xs:int" minOccurs="0"/>
    <xs:element name="BandwidthEst" type="xs:int" minOccurs="0"/>
    <xs:element name="BandwidthAlloc" type="xs:int" minOccurs="0"/>
    <xs:element name="BandwidthEstMin" type="xs:int" minOccurs="0"/>
    <xs:element name="BandwidthEstMax" type="xs:int" minOccurs="0"/>
    <xs:element name="BandwidthEstStdDev" type="xs:int" minOccurs="0"/>
    <xs:element name="BandwidthEstAvge" type="xs:int" minOccurs="0"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" 
     maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>