counterAttributes Complex Type

Defines a list that contains up to five counter attributes.

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

Child elements

Element Type Description
counterAttribute man:counterAttribute A counter attribute that specifies how the counter data is displayed in a consumer application.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]