2.2.1.26 Delay Element

A Delay element contains metrics related to delays. The type of this element is DelayType.

The DelayType type is defined as follows:

 <xs:complexType name="DelayType">
   <xs:sequence>
     <xs:element name="RoundTrip" type="xs:int" minOccurs="0"/>
     <xs:element name="RoundTripMax" type="xs:int" minOccurs="0"/>
     <xs:element name="EndSystem" type="xs:int" minOccurs="0"/>
     <xs:element name="OneWay" type="xs:int" minOccurs="0"/>
       <xs:element ref="v3:RelativeOneWay" minOccurs="0"/>
       <xs:sequence minOccurs="0">
         <xs:element ref="v3:Separator3" />
         <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
       </xs:sequence>
   </xs:sequence>
   <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>