messageTable (MetadataType) 元素
包含对事件检测清单元数据部分中使用的字符串的引用。 字符串存储在一组 配对在 一起的消息元素和 ID 中。
<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>
messageTable 元素由 MetadataType 复杂类型定义。
子元素
元素 | 类型 | 说明 |
---|---|---|
消息 | 指定对清单本地化部分中字符串的引用。 |
属性
名称 | 类型 | 说明 |
---|---|---|
message | 字符串 | 对字符串表中本地化字符串的引用。 |
mid | 字符串 | 未使用。 |
符号 | string | 用于引用消息的符号。 |
value | 字符串 | 要用作此消息的消息标识符的数字。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |
请参阅
-
架构中元素的定义上下文
-
架构实例中可能的直接父元素