RenderingInfoType Complex Type

Defines the rendered messages for the event.

<xs:complexType name="RenderingInfoType">
    <xs:sequence>
        <xs:element name="Message"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Level"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Opcode"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Task"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Channel"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Provider"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Keywords"
            minOccurs="0"
        >
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="Keyword"
                        type="string"
                        minOccurs="0"
                     />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:any
            minOccurs="0"
            maxOccurs="unbounded"
            processContents="lax"
            namespace="##other"
         />
    </xs:sequence>
    <xs:attribute name="Culture"
        type="language"
        use="required"
     />
    <xs:anyAttribute
        processContents="lax"
        namespace="##other"
     />
</xs:complexType>

Child elements

Element Type Description
Channel string The rendered message string of the channel specified in the event.
Keyword string The rendered message string of a keyword specified in the event.
Keywords A list of rendered keywords.
Level string The rendered message string of the level specified in the event.
Message string The rendered message string of the event.
Opcode string The rendered message string of the opcode specified in the event.
Provider string The rendered message string for the provider.
Task string The rendered message string of the task specified in the event.

Attributes

Name Type Description
Culture language The language name (for example, en-US) that identifies the locale used to render the message strings.

Remarks

Only events that have been collected using the Windows Event Collector service will contain this section.

Requirements

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