定义包含计数器值的结构的列表。
<xs:complexType name="structs">
    <xs:choice
        minOccurs="1"
        maxOccurs="unbounded"
    >
        <xs:element name="struct"
            type="man:struct"
         />
    </xs:choice>
</xs:complexType>
子元素
| 元素 | 类型 | 说明 | 
|---|---|---|
| struct | man:struct | 包含计数器值的结构的名称。 | 
要求
| 要求 | 值 | 
|---|---|
| 最低受支持的客户端 | 
Windows Vista [仅限桌面应用] | 
| 最低受支持的服务器 | 
Windows Server 2008 [仅限桌面应用] |