diff --git a/schemas/windows-definitions-schema.xsd b/schemas/windows-definitions-schema.xsd index 371fbaa..3289dd7 100644 --- a/schemas/windows-definitions-schema.xsd +++ b/schemas/windows-definitions-schema.xsd @@ -7,7 +7,7 @@ The OVAL Schema is maintained by The MITRE Corporation and developed by the public OVAL Community. For more information, including how to get involved in the project and how to submit change requests, please visit the OVAL website at http://oval.mitre.org. Windows Definition - 5.11.1:1.0 + 5.11.1:1.1 3/30/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. @@ -3496,7 +3496,7 @@ - Specifies, in seconds, the amount of time between the end of the valid logon time and the time when the user is forced to log off the network. A value of TIMEQ_FOREVER (-1) indicates that the user is never forced to log off. A value of zero indicates that the user will be forced to log off immediately when the valid logon time expires. See the USER_MODALS_INFO_0 structure returned by a call to NetUserModalsGet(). + Specifies, in seconds (from a DWORD), the amount of time between the end of the valid logon time and the time when the user is forced to log off the network. A value of TIMEQ_FOREVER (max DWORD value, 4294967295) indicates that the user is never forced to log off. A value of zero indicates that the user will be forced to log off immediately when the valid logon time expires. See the USER_MODALS_INFO_0 structure returned by a call to NetUserModalsGet(). @@ -3955,7 +3955,7 @@ - Specifies, in seconds, the maximum allowable password age. A value of TIMEQ_FOREVER (-1) indicates that the password never expires. The minimum valid value for this element is ONE_DAY (86400). + Specifies, in seconds (from a DWORD), the maximum allowable password age. A value of TIMEQ_FOREVER (max DWORD value, 4294967295) indicates that the password never expires. The minimum valid value for this element is ONE_DAY (86400). See the USER_MODALS_INFO_0 structure returned by a call to NetUserModalsGet(). @@ -9405,6 +9405,13 @@ The reg_dword_little_endian type is used by registry keys that specify an unsigned 32-bit little-endian integer. It is designed to run on little-endian computer architectures. + + + 5.11.1:1.1 + Defined to have same value as reg_dword. + This registry type enumeration value has been deprecated and may be removed in a future version of the language. + + @@ -9440,6 +9447,13 @@ The reg_qword_little_endian type is used by registry keys that specify an unsigned 64-bit integer in little-endian computer architectures. + + + 5.11.1:1.1 + Defined to have same value as reg_qword. + This registry type enumeration value has been deprecated and may be removed in a future version of the language. + + diff --git a/schemas/windows-system-characteristics-schema.xsd b/schemas/windows-system-characteristics-schema.xsd index fbb0cbe..0a08cfc 100644 --- a/schemas/windows-system-characteristics-schema.xsd +++ b/schemas/windows-system-characteristics-schema.xsd @@ -6,7 +6,7 @@ The OVAL Schema is maintained by The MITRE Corporation and developed by the public OVAL Community. For more information, including how to get involved in the project and how to submit change requests, please visit the OVAL website at http://oval.mitre.org. Windows System Characteristics - 5.11.1:1.0 + 5.11.1:1.1 3/30/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. @@ -1460,7 +1460,7 @@ - Specifies, in seconds, the amount of time between the end of the valid logon time and the time when the user is forced to log off the network. A value of TIMEQ_FOREVER indicates that the user is never forced to log off. A value of zero indicates that the user will be forced to log off immediately when the valid logon time expires. See the USER_MODALS_INFO_0 structure returned by a call to NetUserModalsGet(). + Specifies, in seconds (from a DWORD), the amount of time between the end of the valid logon time and the time when the user is forced to log off the network. A value of TIMEQ_FOREVER (max DWORD value, 4294967295) indicates that the user is never forced to log off. A value of zero indicates that the user will be forced to log off immediately when the valid logon time expires. See the USER_MODALS_INFO_0 structure returned by a call to NetUserModalsGet(). @@ -1642,7 +1642,7 @@ - Specifies, in seconds, the maximum allowable password age. A value of TIMEQ_FOREVER (-1) indicates that the password never expires. The minimum valid value for this element is ONE_DAY (86400). + Specifies, in seconds (from a DWORD), the maximum allowable password age. A value of TIMEQ_FOREVER (max DWORD value, 4294967295) indicates that the password never expires. The minimum valid value for this element is ONE_DAY (86400). See the USER_MODALS_INFO_0 structure returned by a call to NetUserModalsGet(). @@ -4163,6 +4163,13 @@ The reg_dword_little_endian type is used by registry keys that specify an unsigned 32-bit little-endian integer. It is designed to run on little-endian computer architectures. + + + 5.11.1:1.1 + Defined to have same value as reg_dword. + This registry type enumeration value has been deprecated and may be removed in a future version of the language. + + @@ -4198,6 +4205,13 @@ The reg_qword_little_endian type is used by registry keys that specify an unsigned 64-bit integer in little-endian computer architectures. + + + 5.11.1:1.1 + Defined to have same value as reg_qword. + This registry type enumeration value has been deprecated and may be removed in a future version of the language. + +