This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Description
In various OVAL Tests for Windows, there are a few entities that are of type DWORD which represents a 32-bit unsigned integer value (http://msdn.microsoft.com/en-us/library/cc230318.aspx). We should discuss with the community whether or not using xsd:nonNegativeInteger to enforce an unsigned value would be beneficial.
Notable entities that contain DWORD values are:
win-def:lockoutpolicy_test/lockout_duration
win-def:passwordpolicy_test/max_passwd_age
If we decide to take this approach, we should check for other occurrences.