messageTable (MetadataType) Element

Contains references to strings that are used in the event instrumentation manifest metadata section. The strings are stored in a group of message elements and IDs paired together.

<xs:element name="messageTable">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="message"
                minOccurs="0"
                maxOccurs="unbounded"
            >
                <xs:complexType>
                    <xs:attribute name="value"
                        type="string"
                        use="required"
                     />
                    <xs:attribute name="mid"
                        type="string"
                        use="optional"
                     />
                    <xs:attribute name="message"
                        type="string"
                        use="required"
                     />
                    <xs:attribute name="symbol"
                        type="string"
                        use="optional"
                     />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>

The messageTable element is defined by the MetadataType complex type.

Child elements

Element Type Description
message Specifies a reference to a string in the localization section of the manifest.

Attributes

Name Type Description
message string A reference to the localized string in the string table.
mid string Not used.
symbol string The symbol used to reference the message.
value string The number to use as the message identifier for this message.

Requirements

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

See also

Definition context of element in schema

MetadataType

Possible immediate parent element in schema instance

metadata (instrumentationManifest)