xmlType (XmlTypeListType) 元素
定义 XML 类型。
<xs:element name="xmlType">
<xs:complexType>
<xs:complexContent>
<xs:extension
base="XmlType"
>
<xs:attribute name="name"
type="QName"
use="required"
/>
<xs:attribute name="value"
type="string"
use="required"
/>
<xs:attribute name="symbol"
type="string"
use="required"
/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
xmlType 元素由 XmlTypeListType 复杂类型定义。
属性
名称 | 类型 | 说明 |
---|---|---|
name | QName | 输出类型的名称。 |
符号 | string | 用于引用应用程序中的输出类型的符号。
消息编译器 (MC.exe) 使用 符号为编译器生成的头文件中的输出类型创建常量。 |
value | string | 一个整数值,该值唯一标识所定义的输出类型列表中的输出类型。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |