共用方式為


2.2.1.2 VQSessionReport Element

VQSessionReport element is a quality report for a session, or SIP dialog. The type of this element is SessionReportType.

The SessionReportType type is defined as follows<7>:

<xs:complexType name="SessionReportType">
  <xs:sequence>
    <xs:element name="LocationProfile" type="xs:string"
     minOccurs="0"/>
    <xs:element name="Pool" type="xs:string" minOccurs="0"/>
    <xs:element name="Endpoint" type="tns:EndpointType"/>
    <xs:element name="DialogInfo" type="tns:DialogInfoType"/>
    <xs:element name="MediaLine" type="tns:MediaLineType"
     maxOccurs="unbounded"/>
    <xs:element ref="v2:OpaqueClientPlatformData" minOccurs="0" />
    <xs:element ref="v2:OpaqueServerPlatformData" minOccurs="0" />
    <xs:element ref="v2:OpaqueConferenceData" minOccurs="0" />
    <xs:sequence minOccurs="0">
      <xs:element ref="v2:Separator" />
      <xs:any namespace="##other" processContents="lax"
        minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:sequence>
    <xs:attribute name="SessionId" type="xs:string" use="required"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>
 
 <xs:complexType name="OpaqueClientPlatformDataType">
   <xs:sequence>
     <xs:element name="OpaqueData" type="xs:string" minOccurs="0" />
   </xs:sequence>
   <xs:anyAttribute namespace="##any" processContents="lax" />
 </xs:complexType>
 <xs:complexType name="OpaqueServerPlatformDataType">
   <xs:sequence>
     <xs:element name="OpaqueData" type="xs:string" minOccurs="0" />
   </xs:sequence>
   <xs:anyAttribute namespace="##any" processContents="lax" />
 </xs:complexType>
 <xs:complexType name="OpaqueConferenceDataType">
   <xs:sequence>
     <xs:element name="OpaqueData" type="xs:string" minOccurs="0" />
   </xs:sequence>
   <xs:anyAttribute namespace="##any" processContents="lax" />
</xs:complexType>
 
 <xs:element name="Separator">
   <xs:complexType></xs:complexType>
 </xs:element>