2.2.1.8.1.1 TraceRoute Element

 A TraceRoute element contains trace route information between the endpoint and the destination IP address to which the endpoint is sending media.<67> The type of this element is TraceRouteType.

    <xs:element name="TraceRoute" type="v3:TraceRouteType"/>
      <xs:complexType name="TraceRouteType">
        <xs:sequence>
          <xs:element name="Hop" type="xs:int" minOccurs="1"/>
          <xs:element name="IPAddress" type="xs:string" minOccurs="0"/>
          <xs:element name="RTT" type="xs:int" minOccurs="0"/>
          <xs:sequence minOccurs="0">
            <xs:element ref="v3:Separator3"/>
            <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:sequence>
        <xs:anyAttribute namespace="##any" processContents="lax"/>
       </xs:complexType>

Element

Type

Available

Description

Units

TraceRoute

TraceRouteType

Yes

Information about the TraceRoute type. See section 2.2.1.8.

Not applicable

Hop

xs:int

Yes

The hop associated with this TraceRoute element.

True/False

IPAddress

xs:float

Yes

The IP address associated with this TraceRoute element.

Bits per second

RTT

xs:string [32]

Yes

The RTT associated with this TraceRoute element.

Not applicable

v3:Separator3<68>

default

No

Separator element used for future schema extensions.

Not applicable