Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.03 KB

eventmanifestschema-counttype-simpletype.md

File metadata and controls

48 lines (30 loc) · 1.03 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
CountType Simple Type
Defines a count type that is used to specify the number of elements in an array.
84f819d7-5c42-475b-9144-aaa5e2d215c8
CountType simple type EventLog
apiref
CountType
Schema
reference
05/31/2018

CountType Simple Type

Defines a count type that is used to specify the number of elements in an array. The value can be specified as an xs:unsignedShort value or as a string that references the name of data item node that contains the unsiged short value.

<xs:simpleType name="CountType">
    <xs:union
        memberValues="unsignedShort string"
     />
</xs:simpleType>

Requirements

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