Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions schemas/windows-definitions-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4391,9 +4391,9 @@
<xsd:documentation>The id given to the parent of the process that is created for the specified command line</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priority" type="oval-def:EntityStateStringType" minOccurs="0">
<xsd:element name="priority" type="oval-def:EntityStateIntType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The base priority of the process.</xsd:documentation>
<xsd:documentation>The base priority of the process. The priority value range is from 0 to 31.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="image_path" type="oval-def:EntityStateStringType" minOccurs="0">
Expand Down Expand Up @@ -4513,9 +4513,9 @@
<xsd:documentation>The id given to the parent of the process that is created for the specified command line</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priority" type="oval-def:EntityStateStringType" minOccurs="0">
<xsd:element name="priority" type="oval-def:EntityStateIntType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The base priority of the process.</xsd:documentation>
<xsd:documentation>The base priority of the process. The priority value range is from 0 to 31</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="image_path" type="oval-def:EntityStateStringType" minOccurs="0">
Expand Down
4 changes: 2 additions & 2 deletions schemas/windows-system-characteristics-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1952,9 +1952,9 @@
<xsd:documentation>The id given to the parent of the process that is created for the specified command line</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priority" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:element name="priority" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The base priority of the process.</xsd:documentation>
<xsd:documentation>The base priority of the process. The priority value range is from 0 to 31.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="image_path" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
Expand Down