diff --git a/schemas/windows-definitions-schema.xsd b/schemas/windows-definitions-schema.xsd index 3289dd7..2bdea5c 100644 --- a/schemas/windows-definitions-schema.xsd +++ b/schemas/windows-definitions-schema.xsd @@ -8,7 +8,7 @@ Windows Definition 5.11.1:1.1 - 3/30/2015 09:00:00 AM + 4/13/2015 09:00:00 AM 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. @@ -9461,6 +9461,21 @@ The reg_sz type is used by registry keys that specify a single null-terminated string. + + + The reg_resource_list type is used by registry keys that specify a resource list. + + + + + The reg_full_resource_descriptor type is used by registry keys that specify a full resource descriptor. + + + + + The reg_resource_requirements_list type is used by registry keys that specify a resource requirements list. + + The empty string value is permitted here to allow for empty elements associated with variable references. diff --git a/schemas/windows-system-characteristics-schema.xsd b/schemas/windows-system-characteristics-schema.xsd index 0a08cfc..33a586f 100644 --- a/schemas/windows-system-characteristics-schema.xsd +++ b/schemas/windows-system-characteristics-schema.xsd @@ -7,7 +7,7 @@ Windows System Characteristics 5.11.1:1.1 - 3/30/2015 09:00:00 AM + 4/13/2015 09:00:00 AM 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. @@ -4219,6 +4219,21 @@ The reg_sz type is used by registry keys that specify a single null-terminated string. + + + The reg_resource_list type is used by registry keys that specify a resource list. + + + + + The reg_full_resource_descriptor type is used by registry keys that specify a full resource descriptor. + + + + + The reg_resource_requirements_list type is used by registry keys that specify a resource requirements list. + + The empty string value is permitted here to allow for detailed error reporting.