共用方式為


2.2.1.10 CaptureDev and RenderDev Elements

CaptureDev and RenderDev elements contain microphone, USB phone, or camera device type information. The type for these elements is DeviceType.<73>

The DeviceType type is defined as follows:

<xs:complexType name="DeviceType">
  <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="0"/>
    <xs:element name="Driver" type="xs:string" minOccurs="0"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0"
     maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>