2.2.2.1 CallQualityFeedbackReport Element
A CallQualityFeedbackReport element is a quality feedback report envelope and contains information regarding the SIP dialog. The type of this element is CallQualityFeedbackReportType.
The CallQualityFeedbackReport element is defined as follows<303>:
-
<xs:element name ="CallQualityFeedbackReport" type="mstns:CallQualityFeedbackReportType"/> <xs:complexType name ="CallQualityFeedbackReportType"> <xs:sequence> <xs:element name="ReportingUserURI" type="xs:anyURI" minOccurs="1" maxOccurs="1"/> <xs:element name ="Rating" type="xs:int" minOccurs="1" maxOccurs="1"/> <xs:element name= "Feedback" type="mstns:TextFeedbackType" minOccurs="0" maxOccurs="1"/> <xs:element name ="Tokens" type ="mstns:TokenCollectionType" minOccurs="0" maxOccurs="1"/> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="CallId" type="xs:string" use="required"/> <xs:attribute name="FromTag" type="xs:string" use="required"/> <xs:attribute name="ToTag" type="xs:string" use="required"/> <xs:attribute name="Start" type="xs:dateTime"/> <xs:attribute name="End" type="xs:dateTime"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>