XmlTypeListType 复杂类型

定义服务用于确定如何呈现输入数据类型的列表输出类型。

<xs:complexType name="XmlTypeListType">
    <xs:sequence>
        <xs:element name="xmlType"
            minOccurs="0"
            maxOccurs="unbounded"
        >
            <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="CSymbolType"
                            use="required"
                         />
                    </xs:extension>
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
</xs:complexType>

子元素

元素 类型 说明
xmlType 定义 XML 类型。

属性

名称 类型 说明
name QName 输出类型的名称。
符号 CSymbolType 用于引用应用程序中的输出类型的符号。 消息编译器 (MC.exe) 使用 符号为编译器生成的头文件中的输出类型创建常量。
value string 一个整数值,该值唯一标识所定义的输出类型列表中的输出类型。

备注

Windows SDK 中包含的 \Include\Winmeta.xml 文件包含预定义输出类型的列表。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]