2.2.2.4 Token Element

A Token element contains a predefined issue type experienced during the call. The elements contained form a name-value pair where the name corresponds to a predefined issue type and the value indicates whether the issue type was encountered during the call session. The type of this element is TokenValueType.

The TokenValueType type is defined as follows<313>:

 <xs:complexType name ="TokenValueType">
   <xs:sequence>
     <xs:element name ="Id" type="xs:int" minOccurs="1" maxOccurs="1"/>
     <xs:element name ="Value" type="xs:int" minOccurs="1" maxOccurs="1"/>
     <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xs:sequence>
  
   <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>