diff --git a/schemas/windows-definitions-schema.xsd b/schemas/windows-definitions-schema.xsd
index 60cf0c5..12f2dee 100644
--- a/schemas/windows-definitions-schema.xsd
+++ b/schemas/windows-definitions-schema.xsd
@@ -4391,9 +4391,9 @@
The id given to the parent of the process that is created for the specified command line
-
+
- The base priority of the process.
+ The base priority of the process. The priority value range is from 0 to 31.
@@ -4513,9 +4513,9 @@
The id given to the parent of the process that is created for the specified command line
-
+
- The base priority of the process.
+ The base priority of the process. The priority value range is from 0 to 31
diff --git a/schemas/windows-system-characteristics-schema.xsd b/schemas/windows-system-characteristics-schema.xsd
index d8b34b0..7ec4a5f 100644
--- a/schemas/windows-system-characteristics-schema.xsd
+++ b/schemas/windows-system-characteristics-schema.xsd
@@ -1952,9 +1952,9 @@
The id given to the parent of the process that is created for the specified command line
-
+
- The base priority of the process.
+ The base priority of the process. The priority value range is from 0 to 31.