共用方式為


2.2.1.1 VQReportEvent Element

A VQReportEvent element is a quality report envelope. The type of this element is VQReportEventType.

The VQReportEvent element is defined as follows<4>:

 <xs:element name="VQReportEvent" type="tns:VQReportEventType"/>
 <xs:complexType name="VQReportEventType">
     <xs:choice>
       <xs:element name="VQSessionReport" type="tns:SessionReportType" maxOccurs="unbounded"/>
       <xs:element name="VQSessionIntervalReport" type="tns:SessionReportType" maxOccurs="unbounded"/>
       <xs:any namespace="##other" processContents="lax" maxOccurs="unbounded"/>
     </xs:choice>
     <xs:attribute name="Version" type="xs:string" use="optional"/>
     <xs:attribute ref="v2:SchemaVersion" use="optional"/>
     <xs:anyAttribute namespace="##other" processContents="lax"/>
   </xs:complexType>