Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Adding new Windows registry types
Browse files Browse the repository at this point in the history
Fixes #243
  • Loading branch information
David Rothenberg committed Apr 9, 2015
1 parent de53c4c commit ba1d868
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
17 changes: 16 additions & 1 deletion schemas/windows-definitions-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<xsd:appinfo>
<schema>Windows Definition</schema>
<version>5.11.1:1.1</version>
<date>3/30/2015 09:00:00 AM</date>
<date>4/13/2015 09:00:00 AM</date>
<terms_of_use>Copyright (c) 2002-2015, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the OVAL License located at http://oval.mitre.org/oval/about/termsofuse.html. See the OVAL License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the OVAL Schema, this license header must be included.</terms_of_use>
<sch:ns prefix="oval-def" uri="http://oval.mitre.org/XMLSchema/oval-definitions-5"/>
<sch:ns prefix="win-def" uri="http://oval.mitre.org/XMLSchema/oval-definitions-5#windows"/>
Expand Down Expand Up @@ -9461,6 +9461,21 @@
<xsd:documentation>The reg_sz type is used by registry keys that specify a single null-terminated string.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="reg_resource_list">
<xsd:annotation>
<xsd:documentation>The reg_resource_list type is used by registry keys that specify a resource list.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="reg_full_resource_descriptor">
<xsd:annotation>
<xsd:documentation>The reg_full_resource_descriptor type is used by registry keys that specify a full resource descriptor.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="reg_resource_requirements_list">
<xsd:annotation>
<xsd:documentation>The reg_resource_requirements_list type is used by registry keys that specify a resource requirements list.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation>The empty string value is permitted here to allow for empty elements associated with variable references.</xsd:documentation>
Expand Down
17 changes: 16 additions & 1 deletion schemas/windows-system-characteristics-schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<xsd:appinfo>
<schema>Windows System Characteristics</schema>
<version>5.11.1:1.1</version>
<date>3/30/2015 09:00:00 AM</date>
<date>4/13/2015 09:00:00 AM</date>
<terms_of_use>Copyright (c) 2002-2015, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the OVAL License located at http://oval.mitre.org/oval/about/termsofuse.html. See the OVAL License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the OVAL Schema, this license header must be included.</terms_of_use>
<sch:ns prefix="oval-sc" uri="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5"/>
<sch:ns prefix="win-sc" uri="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#windows"/>
Expand Down Expand Up @@ -4219,6 +4219,21 @@
<xsd:documentation>The reg_sz type is used by registry keys that specify a single null-terminated string.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="reg_resource_list">
<xsd:annotation>
<xsd:documentation>The reg_resource_list type is used by registry keys that specify a resource list.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="reg_full_resource_descriptor">
<xsd:annotation>
<xsd:documentation>The reg_full_resource_descriptor type is used by registry keys that specify a full resource descriptor.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="reg_resource_requirements_list">
<xsd:annotation>
<xsd:documentation>The reg_resource_requirements_list type is used by registry keys that specify a resource requirements list.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation>The empty string value is permitted here to allow for detailed error reporting.</xsd:documentation>
Expand Down

0 comments on commit ba1d868

Please sign in to comment.