ChannelListType Complex Type

Defines a list of channels to which providers can log events.

<xs:complexType name="ChannelListType">
    <xs:choice
        minOccurs="0"
        maxOccurs="8"
    >
        <xs:element name="importChannel"
            type="ImportChannelType"
         />
        <xs:element name="channel"
            type="ChannelType"
         />
        <xs:any
            processContents="lax"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace="##other"
         />
    </xs:choice>
    <xs:anyAttribute
        namespace="##other"
     />
</xs:complexType>

Child elements

Element Type Description
channel ChannelType Defines a channel to which events can be logged.
importChannel ImportChannelType Identifies a channel that has been defined by another provider or in a manifest that contains a metadata section.

Remarks

You can specify up to eight channels (any combination of imported channels or channels that you define).

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]