counterAttributes Complex Type
- Artikel
-
-
Definiert eine Liste, die bis zu fünf Zählerattribute enthält.
<xs:complexType name="counterAttributes">
<xs:choice
minOccurs="1"
maxOccurs="5"
>
<xs:element name="counterAttribute"
type="man:counterAttribute"
/>
</xs:choice>
</xs:complexType>
Untergeordnete Elemente
Element |
type |
Beschreibung |
counterAttribute |
man:counterAttribute |
Ein Counter-Attribut, das angibt, wie die Zählerdaten in einer Consumeranwendung angezeigt werden.
|
Anforderungen
Anforderung |
Wert |
Unterstützte Mindestversion (Client)
|
Windows Vista [nur Desktop-Apps]
|
Unterstützte Mindestversion (Server)
|
Windows Server 2008 [nur Desktop-Apps]
|