counterAttributes 复杂类型

定义最多包含五个计数器属性的列表。

<xs:complexType name="counterAttributes">
    <xs:choice
        minOccurs="1"
        maxOccurs="5"
    >
        <xs:element name="counterAttribute"
            type="man:counterAttribute"
         />
    </xs:choice>
</xs:complexType>

子元素

元素 类型 说明
counterAttribute man:counterAttribute 计数器属性,指定计数器数据在使用者应用程序中的显示方式。

要求

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