2.2.1.12 Network Element

A Network element contains network-based metrics. The type of this element is NetworkMetricsType.

The NetworkMetricsType type is defined as follows<76>:

<xs:complexType name="NetworkMetricsType">
  <xs:sequence>
    <xs:element name="DSCP" type="xs:byte" minOccurs="0"/>
    <xs:element name="VLAN" type="xs:int" minOccurs="0"/>
    <xs:element name="Jitter" type="tns:JitterType" minOccurs="0"/>
    <xs:element name="PacketLoss" type="tns:PacketLossType" minOccurs="0"/>
    <xs:element name="BurstGapLoss" type="tns:BurstGapLossType" minOccurs="0"/>
    <xs:element name="Delay" type="tns:DelayType" minOccurs="0"/>
    <xs:element name="Utilization" type="tns:NetworkUtilizationType" minOccurs="0"/>
    <xs:element ref="v2:RatioConcealedSamplesAvg" minOccurs="0"/>
    <xs:element ref="v2:RatioStretchedSamplesAvg" minOccurs="0"/>
    <xs:element ref="v2:RatioCompressedSamplesAvg" minOccurs="0"/>
    <xs:sequence minOccurs="0">
      <xs:element ref="v2:Separator" />
      <xs:element ref="v3:ConcealRatioMax" minOccurs="0"/>
      <xs:element ref="v3:ConcealRatioSd" minOccurs="0"/>
      <xs:element ref="v3:HealerPacketDropRatio" minOccurs="0"/>
      <xs:element ref="v3:HealerFECPacketUsedRatio" minOccurs="0"/>
      <xs:element ref="v3:MaxCompressedSamples" minOccurs="0"/>
      <xs:element ref="v3:LossCongestionPercent" minOccurs="0"/>
      <xs:element ref="v3:DelayCongestionPercent" minOccurs="0"/>
      <xs:element ref="v3:ContentionDetectedPercent" minOccurs="0"/>
      <xs:sequence minOccurs="0">
        <xs:element ref="v3:Separator3" />
        <xs:element ref="v4:WifiRetransmissionRate" minOccurs="0"/>
        <xs:element ref="v4:WifiSendRate" minOccurs="0"/>
        <xs:element ref="v4:WifiReceiveRate" minOccurs="0"/>
        <xs:element ref="v4:WifiRetryCount" minOccurs="0"/>
        <xs:element ref="v4:WifiTransmittedFrameCount" minOccurs="0"/>
        <xs:element ref="v4:WifiMaxSendSpeed" minOccurs="0"/>
        <xs:element ref="v4:WifiMaxReceiveSpeed" minOccurs="0"/>
        <xs:element ref="v4:QoSMarkedRate" minOccurs="0"/>
        <xs:sequence minOccurs="0">
          <xs:element ref="v4:Separator4" />
          <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:sequence>
    </xs:sequence>
  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
 
<xs:element name="RatioConcealedSamplesAvg" type="xs:float"/>
<xs:element name="RatioStretchedSamplesAvg" type="xs:float"/>
<xs:element name="RatioCompressedSamplesAvg" type="xs:float"/>
 
<xs:element name="Separator">
  <xs:complexType></xs:complexType>
</xs:element>