<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:oval-sc="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5" xmlns:win-sc="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#windows" xmlns:sch="http://purl.oclc.org/dsdl/schematron" targetNamespace="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#windows" elementFormDefault="qualified" version="5.0">
	<xsd:import namespace="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5" schemaLocation="oval-system-characteristics-schema.xsd"/>
	<xsd:annotation>
		<xsd:documentation>The following is a description of the elements, types, and attributes that compose the Windows specific system characteristic items found in Open Vulnerability and Assessment Language (OVAL).  Each item is an extension of the standard item element defined in the Core System Characteristic Schema.  Through extension, each item inherits a set of elements and attributes that are shared amongst all OVAL Items.  Each item is described in detail and should provide the information necessary to understand what each element and attribute represents.  This document is intended for developers and assumes some familiarity with XML.  A high level description of the interaction between the different tests and their relationship to the Core System Characteristic Schema is not outlined here.</xsd:documentation>
		<xsd:documentation>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.</xsd:documentation>
		<xsd:appinfo>
			<schema>Windows System Characteristics</schema>
			<version>5.0 release candidate 3</version>
			<date>26 May 2006</date>
			<sch:title>schematron validation of the Windows portion of an OVAL System Characteristics file</sch:title>
			<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"/>
		</xsd:appinfo>
	</xsd:annotation>
	<!-- =============================================================================== -->
	<!-- =============================  ACCESS TOKEN ITEM  ============================= -->
	<!-- =============================================================================== -->
	<xsd:element name="accesstoken_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>The access token item holds information about the individual privileges and rights associated with a specific access token.  Each privilege and right in the data section accepts a boolean value signifying whether the privilege is granted or not.  It extends the standard ItemType as defined in the oval-system-characteristics schema and one should refer to the ItemType description for more information.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="security_principle" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Security principals include users or groups with either local or domain accounts, and computer accounts created when a computer running Windows NT, Windows 2000, Windows XP, or a member of the Windows Server 2003 family joins a domain. User rights and permissions to access objects such as Active Directory objects, files, and registry settings are assigned to security principals.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsecurity_principle">
										<sch:rule context="win-sc:accesstoken_item/win-sc:security_principle">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the security_principle entity of an accesstoken_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seassignprimarytokenprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a parent process to replace the access token that is associated with a child process.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseassignprimarytokenprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seassignprimarytokenprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seassignprimarytokenprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seauditprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a process to generate audit records in the security log. The security log can be used to trace unauthorized system access.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseauditprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seauditprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seauditprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sebackupprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user to circumvent file and directory permissions to back up the system. The privilege is selected only when an application attempts access by using the NTFS backup application programming interface (API). Otherwise, normal file and directory permissions apply.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsebackupprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sebackupprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sebackupprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sechangenotifyprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user to pass through folders to which the user otherwise has no access while navigating an object path in the NTFS file system or in the registry. This privilege does not allow the user to list the contents of a folder; it allows the user only to traverse its directories.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsechangenotifyprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sechangenotifyprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sechangenotifyprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="secreateglobalprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user to create named file mapping objects in the global namespace during Terminal Services sessions.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsecreateglobalprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:secreateglobalprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the secreateglobalprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="secreatepagefileprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user to create and change the size of a pagefile.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsecreatepagefileprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:secreatepagefileprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the secreatepagefileprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="secreatepermanentprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a process to create a directory object in the object manager. It is useful to kernel-mode components that extend the object namespace. Components that are running in kernel mode have this privilege inherently.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsecreatepermanentprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:secreatepermanentprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the secreatepermanentprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="secreatetokenprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a process to create an access token by calling NtCreateToken() or other token-creating APIs.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsecreatetokenprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:secreatetokenprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the secreatetokenprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sedebugprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:appinfo>
									<sch:pattern id="atitemsedebugprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sedebugprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sedebugprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seenabledelegationprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user to change the Trusted for Delegation setting on a user or computer object in Active Directory. The user or computer that is granted this privilege must also have write access to the account control flags on the object.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseenabledelegationprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seenabledelegationprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seenabledelegationprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seimpersonateprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user to impersonate a client after authentication.  It is not supported on Windows XP, Windows 2000 SP3 and earlier, or Windows NT.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseimpersonateprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seimpersonateprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seimpersonateprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seincreasebasepriorityprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a user to increase the base priority class of a process.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseincreasebasepriorityprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seincreasebasepriorityprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seincreasebasepriorityprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seincreasequotaprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a process that has access to a second process to increase the processor quota assigned to the second process.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseincreasequotaprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seincreasequotaprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seincreasequotaprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seloaddriverprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a user to install and remove drivers for Plug and Play devices.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseloaddriverprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seloaddriverprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seloaddriverprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="selockmemoryprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a process to keep data in physical memory, which prevents the system from paging the data to virtual memory on disk.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemselockmemoryprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:selockmemoryprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the selockmemoryprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="semachineaccountprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user to add a computer to a specific domain.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsemachineaccountprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:semachineaccountprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the semachineaccountprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="semanagevolumeprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a non-administrative or remote user to manage volumes or disks.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsemanagevolumeprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:semanagevolumeprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the semanagevolumeprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seprofilesingleprocessprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a user to sample the performance of an application process.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseprofilesingleprocessprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seprofilesingleprocessprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seprofilesingleprocessprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seremoteshutdownprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a user to shut down a computer from a remote location on the network. </xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseremoteshutdownprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seremoteshutdownprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seremoteshutdownprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="serestoreprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a user to circumvent file and directory permissions when restoring backed-up files and directories and to set any valid security principal as the owner of an object.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemserestoreprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:serestoreprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the serestoreprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sesecurityprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a user to specify object access auditing options for individual resources such as files, Active Directory objects, and registry keys. A user who has this privilege can also view and clear the security log from Event Viewer.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsesecurityprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sesecurityprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sesecurityprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seshutdownprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a user to shut down the local computer.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseshutdownprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seshutdownprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seshutdownprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sesyncagentprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a process to read all objects and properties in the directory, regardless of the protection on the objects and properties. It is required in order to use Lightweight Directory Access Protocol (LDAP) directory synchronization (Dirsync) services.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsesyncagentprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sesyncagentprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sesyncagentprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sesystemenvironmentprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows modification of system environment variables either by a process through an API or by a user through System Properties.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsesystemenvironmentprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sesystemenvironmentprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sesystemenvironmentprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sesystemprofileprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a user to sample the performance of system processes.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsesystemprofileprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sesystemprofileprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sesystemprofileprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sesystemtimeprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user to adjust the time on the computer's internal clock. It is not required to change the time zone or other display characteristics of the system time.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsesystemtimeprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sesystemtimeprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sesystemtimeprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="setakeownershipprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a user to take ownership of any securable object in the system, including Active Directory objects, NTFS files and folders, printers, registry keys, services, processes, and threads.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsetakeownershipprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:setakeownershipprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the setakeownershipprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="setcbprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows a process to assume the identity of any user and thus gain access to the resources that the user is authorized to access.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsetcbprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:setcbprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the setcbprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seundockprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user of a portable computer to undock the computer by clicking Eject PC on the Start menu.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseundockprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seundockprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seundockprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seunsolicitedinputprivilege" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If this privilege is enabled, it allows the user to read unsolicited data from a terminal device.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseunsolicitedinputprivilege">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seunsolicitedinputprivilege">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seunsolicitedinputprivilege entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sebatchlogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it can log on using the batch logon type.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsebatchlogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sebatchlogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sebatchlogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seinteractivelogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it can log on using the interactive logon type.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseinteractivelogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seinteractivelogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seinteractivelogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="senetworklogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it can log on using the network logon type.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsenetworklogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:senetworklogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the senetworklogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seremoteinteractivelogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it can log on to the computer by using a Remote Desktop connection.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseremoteinteractivelogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seremoteinteractivelogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seremoteinteractivelogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="seservicelogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it can log on using the service logon type.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemseservicelogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:seservicelogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the seservicelogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sedenybatchLogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it is explicitly denied the ability to log on using the batch logon type.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsedenybatchLogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sedenybatchLogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sedenybatchLogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sedenyinteractivelogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it is explicitly denied the ability to log on using the interactive logon type.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsedenyinteractivelogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sedenyinteractivelogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sedenyinteractivelogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sedenynetworklogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it is explicitly denied the ability to log on using the network logon type.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsedenynetworklogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sedenynetworklogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sedenynetworklogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sedenyremoteInteractivelogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it is explicitly denied the ability to log on through Terminal Services.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsedenyremoteInteractivelogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sedenyremoteInteractivelogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sedenyremoteInteractivelogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="sedenyservicelogonright" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>If an account is assigned this right, it is explicitly denied the ability to log on using the service logon type.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="atitemsedenyservicelogonright">
										<sch:rule context="win-sc:accesstoken_item/win-sc:sedenyservicelogonright">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the sedenyservicelogonright entity of an accesstoken_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ========================  ACTIVE DIRECTORY ITEM  ============================== -->
	<!-- =============================================================================== -->
	<xsd:element name="activedirectory_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>The active directory item holds information about specific entries in the Windows Active Directory.  It extends the standard ItemType as defined in the oval-system-characteristics schema and one should refer to the ItemType description for more information.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="naming_context" type="win-sc:EntityItemNamingContextType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Each object in active directory exists under a certain naming context (also known as a partition).  A naming context is defined as a single object in the Directory Information Tree (DIT) along with every object in the tree subordinate to it.  There are three default naming contexts in Active Directory: domain, configuration, and schema.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aditemnaming_context">
										<sch:rule context="win-sc:activedirectory_item/win-sc:naming_context">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the naming_context entity of an activedirectory_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="relative_dn" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" nillable="true">
							<xsd:annotation>
								<xsd:documentation>The relative_dn field is used to uniquely identify an object inside the specified naming context.  It contains all the parts of the objects distinguished name except those outlined by the naming context.  If the nillable attribute is set to true, then the item being represented is the higher level naming context.  Using xsi:nil here will result in a status of 'does not exist' for object_class, adstype, and value since these entities are not associated with a naming context by itself.  Note that when nil is used for the relative dn element, the attribute element should also be nilled.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aditemrelative_dn">
										<sch:rule context="win-sc:activedirectory_item/win-sc:relative_dn">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the relative_dn entity of an activedirectory_item should be 'string'</sch:assert>
											<sch:assert test="not(@xsi:nil='true') or ../win-sc:attribute/@xsi:nil='true'"><value-of select="../@id"/> - attribute entity must be nil when relative_dn is nil</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="attribute" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" nillable="true">
							<xsd:annotation>
								<xsd:documentation>Specifies a named value contained by the object.  If the nillable attribute is set to true, then the item being represented is the higher level relative dn.  Using xsi:nil here will result in a status of 'does not exist' for object_class, adstype, and value since these entities are not associated with a relative dn by itself.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aditemattribute">
										<sch:rule context="win-sc:activedirectory_item/win-sc:attribute">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the attribute entity of an activedirectory_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="object_class" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The name of the class of which the object is an instance.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aditemobject_class">
										<sch:rule context="win-sc:activedirectory_item/win-sc:object_class">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the object_class entity of an activedirectory_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="adstype" type="win-sc:EntityItemAdstypeType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Specifies the type of information that the specified attribute represents.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aditemadstype">
										<sch:rule context="win-sc:activedirectory_item/win-sc:adstype">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the adstype entity of an activedirectory_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="value" type="oval-sc:EntityItemAnyType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The actual value of the specified active directory attribute.</xsd:documentation>
								<xsd:appinfo>
									<!-- no schematron restrictions -->
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- =======================  AUDIT EVENT POLICY ITEM  ============================= -->
	<!-- =============================================================================== -->
	<xsd:element name="auditeventpolicy_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>The auditeventpolicy item enumerates the different types of events the system should audit.  The defined values are found in window's POLICY_AUDIT_EVENT_TYPE enumeration and accessed through the LsaQueryInformationPolicy when the InformationClass parameters are set to PolicyAuditEventsInformation.  It extends the standard ItemType as defined in the oval-system-characteristics schema and one should refer to the ItemType description for more information.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="account_logon" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Audit attempts to log on to or log off of the system. Also, audit attempts to make a network connection.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aepitemaccount_logon">
										<sch:rule context="win-sc:auditeventpolicy_item/win-sc:account_logon">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the account_logon entity of an auditeventpolicy_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="account_management" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Audit attempts to create, delete, or change user or group accounts. Also, audit password changes.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aepitemaccount_management">
										<sch:rule context="win-sc:auditeventpolicy_item/win-sc:account_management">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the account_management entity of an auditeventpolicy_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="detailed_tracking" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Audit specific events, such as program activation, some forms of handle duplication, indirect access to an object, and process exit. </xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aepitemdetailed_tracking">
										<sch:rule context="win-sc:auditeventpolicy_item/win-sc:detailed_tracking">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the detailed_tracking entity of an auditeventpolicy_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="directory_service_access" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Audit attempts to access the directory service.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aepitemdirectory_service_access">
										<sch:rule context="win-sc:auditeventpolicy_item/win-sc:directory_service_access">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the directory_service_access entity of an auditeventpolicy_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="logon" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Audit attempts to log on to or log off of the system. Also, audit attempts to make a network connection.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aepitemlogon">
										<sch:rule context="win-sc:auditeventpolicy_item/win-sc:logon">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the logon entity of an auditeventpolicy_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="object_access" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Audit attempts to access securable objects, such as files.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aepitemobject_access">
										<sch:rule context="win-sc:auditeventpolicy_item/win-sc:object_access">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the object_access entity of an auditeventpolicy_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="policy_change" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Audit attempts to change Policy object rules. </xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aepitempolicy_change">
										<sch:rule context="win-sc:auditeventpolicy_item/win-sc:policy_change">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the policy_change entity of an auditeventpolicy_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="privilege_use" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Audit attempts to use privileges.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aepitemprivilege_use">
										<sch:rule context="win-sc:auditeventpolicy_item/win-sc:privilege_use">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the privilege_use entity of an auditeventpolicy_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="system" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Audit attempts to shut down or restart the computer. Also, audit events that affect system security or the security log.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="aepitemsystem">
										<sch:rule context="win-sc:auditeventpolicy_item/win-sc:system">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the system entity of an auditeventpolicy_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ==============================  FILE ITEM  ==================================== -->
	<!-- =============================================================================== -->
	<xsd:element name="file_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>This element stores file metadata.  The time information can be retrieved by the _stst function.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="path" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Specifies the absolute path to a file on the machine.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitempath">
										<sch:rule context="win-sc:file_item/win-sc:path">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the path entity of a file_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="filename" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" nillable="true">
							<xsd:annotation>
								<xsd:documentation>The name of the file.  If the nillable attribute is set to true, then the item being represented is the higher directory represented by the path entity.  The other items associated with this item would then reflect the values associated with the directory.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitemfilename">
										<sch:rule context="win-sc:file_item/win-sc:filename">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the filename entity of a file_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="owner" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>A string that contains the name of the owner.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitemowner">
										<sch:rule context="win-sc:file_item/win-sc:owner">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the owner entity of a file_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="size" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Size of the file in bytes.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitemsize">
										<sch:rule context="win-sc:file_item/win-sc:size">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the size entity of a file_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="a_time" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Time of last access of file. Valid on NTFS but not on FAT formatted disk drives.  The string should represent the FILETIME structure which is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitema_time">
										<sch:rule context="win-sc:file_item/win-sc:a_time">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the a_time entity of a file_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="c_time" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Time of creation of file. Valid on NTFS but not on FAT formatted disk drives.  The string should represent the FILETIME structure which is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitemc_time">
										<sch:rule context="win-sc:file_item/win-sc:c_time">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the c_time entity of a file_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="m_time" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Time of last modification of file.  The string should represent the FILETIME structure which is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitemm_time">
										<sch:rule context="win-sc:file_item/win-sc:m_time">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the m_time entity of a file_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="ms_checksum" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>the md5 checksum of the file.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitemms_checksum">
										<sch:rule context="win-sc:file_item/win-sc:ms_checksum">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the ms_checksum entity of a file_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="version" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The version of the file.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitemversion">
										<sch:rule context="win-sc:file_item/win-sc:version">
											<sch:assert test="not(@datatype) or @datatype='version'">item <value-of select="../@id"/> - datatype attribute for the version entity of a file_item should be 'version'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="type" type="win-sc:EntityItemFileTypeType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The type child element marks wether the file item describes a directory, named pipe, standard file, etc.  These types are the return values for GetFileType, with the exception of FILE_ATTRIBUTE_DIRECTORY which is obtained by looking at GetFileAttributesEx.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitemtype">
										<sch:rule context="win-sc:file_item/win-sc:type">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the type entity of a file_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="development_class" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The development_class element allows the distinction to be made between the GDR development environment and the QFE development environment.  This field holds the text found in front of the mmmmmm-nnnn version, for example srv03_gdr.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileitemdevelopment_class">
										<sch:rule context="win-sc:file_item/win-sc:development_class">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the development_class entity of a file_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- =======================  FILE AUDITED PERMISSIONS ITEM  ======================= -->
	<!-- =============================================================================== -->
	<xsd:element name="fileauditedpermissions_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>This item stores the audited access rights of a file that a system access control list (SACL) structure grants to a specified trustee.  The trustee's audited access rights are determined checking all access control entries (ACEs) in the SACL.  For help with this test see the GetAuditedPermissionsFromAcl() api.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="path" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the absolute path to a file on the machine from which the DACL was retrieved.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititempath">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:path">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the path entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="filename" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" nillable="true">
							<xsd:annotation>
								<xsd:documentation>The name of the file.  If the nillable attribute is set to true, then the item being represented is the higher directory represented by the path entity.  The other items associated with this item would then reflect the values associated with the directory.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfilename">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:filename">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the filename entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the trustee name associated with this particular SACL.  A trustee can be a user, group, or program (such as a Windows service)</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemtrustee_name">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:trustee_name">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_name entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_domain" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The domain of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemtrustee_domain">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:trustee_domain">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_domain entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_sid" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The security identifier (SID) of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemtrustee_sid">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:trustee_sid">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_sid entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_delete" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemstandard_delete">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:standard_delete">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the standard_delete entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_read_control" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemstandard_read_control">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:standard_read_control">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the standard_read_control entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_write_dac" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemstandard_write_dac">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:standard_write_dac">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the standard_write_dac entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_write_owner" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemstandard_write_owner">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:standard_write_owner">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the standard_write_owner entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_synchronize" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemstandard_synchronize">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:standard_synchronize">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for thestandard_synchronize entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="access_system_security" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemaccess_system_security">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:access_system_security">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the access_system_security entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_read" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemgeneric_read">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:generic_read">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the generic_read entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_write" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemgeneric_write">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:generic_write">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the generic_write entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_execute" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemgeneric_execute">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:generic_execute">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the generic_execute entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_all" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemgeneric_all">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:generic_all">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the generic_all entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_read_data" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfile_read_data">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:file_read_data">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_read_data entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_write_data" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfile_write_data">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:file_write_data">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_write_data entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_append_data" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfile_append_data">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:file_append_data">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_append_data entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_read_ea" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfile_read_ea">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:file_read_ea">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_read_ea entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_write_ea" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfile_write_ea">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:file_write_ea">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_write_ea entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_execute" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfile_execute">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:file_execute">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_execute entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_delete_child" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfile_delete_child">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:file_delete_child">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_delete_child entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_read_attributes" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfile_read_attributes">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:file_read_attributes">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_read_attributes entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_write_attributes" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="fileaudititemfile_write_attributes">
										<sch:rule context="win-sc:fileauditedpermissions_item/win-sc:file_write_attributes">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_write_attributes entity of a fileauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ========================  FILE EFFECTIVE RIGHTS ITEM  ========================= -->
	<!-- =============================================================================== -->
	<xsd:element name="fileeffectiverights_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>This item stores the effective rights of a file that a discretionary access control list (DACL) structure grants to a specified trustee.  The trustee's effective rights are determined checking all access-allowed and access-denied access control entries (ACEs) in the DACL.  For help with this test see the GetEffectiveRightsFromAcl() api.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="path" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the absolute path to a file on the machine from which the DACL was retrieved.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitempath">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:path">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the path entity of a fileeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="filename" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" nillable="true">
							<xsd:annotation>
								<xsd:documentation>The name of the file.  If the nillable attribute is set to true, then the item being represented is the higher directory represented by the path entity.  The other items associated with this item would then reflect the values associated with the directory.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfilename">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:filename">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the filename entity of a fileeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the trustee name associated with this particular DACL.  A trustee can be a user, group, or program (such as a Windows service)</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemtrustee_name">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:trustee_name">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_name entity of a fileeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_domain" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The domain of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemtrustee_domain">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:trustee_domain">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_domain entity of a fileeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_sid" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The security identifier (SID) of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemtrustee_sid">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:trustee_sid">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_sid entity of a fileeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_delete" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemstandard_delete">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:standard_delete">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_delete entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_read_control" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemstandard_read_control">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:standard_read_control">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_read_control entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_write_dac" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemstandard_write_dac">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:standard_write_dac">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_write_dac entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_write_owner" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemstandard_write_owner">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:standard_write_owner">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_write_owner entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_synchronize" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>>
									<sch:pattern id="feitemstandard_synchronize">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:standard_synchronize">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_synchronize entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="access_system_security" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemaccess_system_security">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:access_system_security">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the access_system_security entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_read" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemgeneric_read">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:generic_read">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the generic_read entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_write" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemgeneric_write">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:generic_write">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the generic_write entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_execute" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemgeneric_execute">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:generic_execute">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the generic_execute entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_all" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemgeneric_all">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:generic_all">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the generic_all entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_read_data" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfile_read_data">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:file_read_data">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_read_data entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_write_data" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfile_write_data">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:file_write_data">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_write_data entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_append_data" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfile_append_data">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:file_append_data">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_append_data entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_read_ea" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfile_read_ea">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:file_read_ea">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_read_ea entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_write_ea" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfile_write_ea">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:file_write_ea">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_write_ea entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_execute" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfile_execute">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:file_execute">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_execute entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_delete_child" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfile_delete_child">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:file_delete_child">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_delete_child entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_read_attributes" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfile_read_attributes">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:file_read_attributes">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_read_attributes entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_write_attributes" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="feitemfile_write_attributes">
										<sch:rule context="win-sc:fileeffectiverights_item/win-sc:file_write_attributes">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_write_attributes entity of a fileeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ==============================  GROUP ITEM   ================================== -->
	<!-- =============================================================================== -->
	<xsd:element name="group_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>The windows group item allows the different users that belong to specific groups be collected.  Note that the user element can appear an unlimited number of times.  If no user is found in the specified group, then a single user element should exist with a status of 'does not exist'.  If there is an error determining the users of a group, then a single user element should exist with a status of 'error'.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="group" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>A string the represents the name of a particular group.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="groupitemgroup">
										<sch:rule context="win-sc:group_item/win-sc:group">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the group entity of a group_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="user" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>A string that represents the name of a particular user.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="groupitemuser">
										<sch:rule context="win-sc:group_item/win-sc:user">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the user entity of a group_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ============================  INTERFACE ITEM  ================================= -->
	<!-- =============================================================================== -->
    <xsd:element name="interface_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
		  <xsd:documentation>Enumerate various attributes about the interfaces on a system.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the name of an interface.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="interfaceitemname">
										<sch:rule context="win-sc:interface_item/win-sc:name">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the name entity of an interface_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="index" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies index that identifies the interface.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="interfaceitemindex">
										<sch:rule context="win-sc:interface_item/win-sc:index">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the index entity of an interface_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="type" type="win-sc:EntityItemInterfaceTypeType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the type of interface which is limited to certain set of values.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="interfaceitemtype">
										<sch:rule context="win-sc:interface_item/win-sc:type">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the type entity of an interface_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="hardware_addr" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the the physical address of the adapter for this interface.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="interfaceitemhardware_addr">
										<sch:rule context="win-sc:interface_item/win-sc:hardware_addr">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the hardware_addr entity of an interface_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="inet_addr" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the IP address.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="interfaceiteminet_addr">
										<sch:rule context="win-sc:interface_item/win-sc:inet_addr">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the inet_addr entity of an interface_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="broadcast_addr" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the broadcast address. A broadcast address is typically the IP address with the host portion set to either all zeros or all ones.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="interfaceitembroadcast_addr">
										<sch:rule context="win-sc:interface_item/win-sc:broadcast_addr">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the broadcast_addr entity of an interface_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="netmask" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the subnet mask for the IP address.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="interfaceitemnetmask">
										<sch:rule context="win-sc:interface_item/win-sc:netmask">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the netmask entity of an interface_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="addr_type" type="win-sc:EntityItemAddrTypeType" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>This element specifies the address type or state of a specific interface.  Each interface can be associated with more than one value meaning the addr_type element can occur multiple times.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="interfaceitemaddr_type">
										<sch:rule context="win-sc:interface_item/win-sc:addr_type">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the addr_type entity of an interface_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
    </xsd:element>
	<!-- =============================================================================== -->
	<!-- =========================  LOCKOUT POLICY ITEM  =============================== -->
	<!-- =============================================================================== -->
	<xsd:element name="lockoutpolicy_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>The lockoutpolicy item enumerates various attributes associated with lockout information for users and global groups in the security database.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="force_logoff" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="lpitemforce_logoff">
										<sch:rule context="win-sc:lockoutpolicy_item/win-sc:force_logoff">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the force_logoff entity of a lockoutpolicy_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="lockout_duration" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="lpitemlockout_duration">
										<sch:rule context="win-sc:lockoutpolicy_item/win-sc:lockout_duration">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the lockout_duration entity of a lockoutpolicy_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="lockout_observation_window" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="lpitemlockout_observation_window">
										<sch:rule context="win-sc:lockoutpolicy_item/win-sc:lockout_observation_window">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the lockout_observation_window entity of a lockoutpolicy_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="lockout_threshold" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="lpitemlockout_threshold">
										<sch:rule context="win-sc:lockoutpolicy_item/win-sc:lockout_threshold">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the lockout_threshold entity of a lockoutpolicy_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ============================  METABASE ITEM  ================================== -->
	<!-- =============================================================================== -->
	<xsd:element name="metabase_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>This item gathers information from the specified metabase keys.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="key" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element describes a metabase key to be gathered.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="metabaseitemkey">
										<sch:rule context="win-sc:metabase_item/win-sc:key">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key entity of a metabase_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="id" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" nillable="true">
							<xsd:annotation>
								<xsd:documentation>The id element specifies a particular object under the metabase key.  If the nillable attribute is set to true, then the item being represented is the higher level metabase key.  Using xsi:nil here will result in a status of 'does not exist' for the other entities associated with this item since these entities are not associated with a key by itself.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="metabaseitemid">
										<sch:rule context="win-sc:metabase_item/win-sc:id">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the id entity of a metabase_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element describes the name of the specified metabase object.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="metabaseitemname">
										<sch:rule context="win-sc:metabase_item/win-sc:name">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the name entity of a metabase_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="user_type" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="metabaseitemuser_type">
										<sch:rule context="win-sc:metabase_item/win-sc:user_type">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the user_type entity of a metabase_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="data_type" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="metabaseitemdata_type">
										<sch:rule context="win-sc:metabase_item/win-sc:data_type">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the data_type entity of a metabase_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="data" type="oval-sc:EntityItemAnyType" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>The actual data of the named item under the specified metabase key.  If the specified metabase key is of type multi string, then multiple value elements should exist to describe the array of strings.</xsd:documentation>
								<xsd:appinfo>
									<!-- no schematron restrictions -->
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ========================  PASSWORD POLICY ITEM  =============================== -->
	<!-- =============================================================================== -->
	<xsd:element name="passwordpolicy_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>Specific policy items associated with passwords.  Information is stored in the SAM or Active Directory but is encrypted or hidden so the registry_item and activedirectory_item are of no use.  If this can be figured out, then the password_policy item is not needed.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="max_passwd_age" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>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).</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="ppitemmax_passwd_age">
										<sch:rule context="win-sc:passwordpolicy_item/win-sc:max_passwd_age">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the max_passwd_age entity of a passwordpolicy_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="min_passwd_age" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Specifies the minimum number of seconds that can elapse between the time a password changes and when it can be changed again. A value of zero indicates that no delay is required between password updates.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="ppitemmin_passwd_age">
										<sch:rule context="win-sc:passwordpolicy_item/win-sc:min_passwd_age">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the min_passwd_age entity of a passwordpolicy_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="min_passwd_len" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Specifies the minimum allowable password length. Valid values for this element are zero through PWLEN.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="ppitemmin_passwd_len">
										<sch:rule context="win-sc:passwordpolicy_item/win-sc:min_passwd_len">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the min_passwd_len entity of a passwordpolicy_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="password_hist_len" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Specifies the length of password history maintained. A new password cannot match any of the previous usrmod0_password_hist_len passwords. Valid values for this element are zero through DEF_MAX_PWHIST.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="ppitempassword_hist_len">
										<sch:rule context="win-sc:passwordpolicy_item/win-sc:password_hist_len">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the password_hist_len entity of a passwordpolicy_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="password_complexity" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="ppitempassword_complexity">
										<sch:rule context="win-sc:passwordpolicy_item/win-sc:password_complexity">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the password_complexity entity of a passwordpolicy_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="reversible_encryption" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="ppitemreversible_encryption">
										<sch:rule context="win-sc:passwordpolicy_item/win-sc:reversible_encryption">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the reversible_encryption entity of a passwordpolicy_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ==============================  PORT ITEM  ==================================== -->
	<!-- =============================================================================== -->
	<xsd:element name="port_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>Information about open listening ports.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="local_address" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the local IP address the listening port is bound to.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="portitemlocal_address">
										<sch:rule context="win-sc:port_item/win-sc:local_address">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the local_address entity of a port_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="local_port" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the number assigned to the local listening port.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="portitemlocal_port">
										<sch:rule context="win-sc:port_item/win-sc:local_port">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the local_port entity of a port_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="protocol" type="win-sc:EntityItemProtocolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the type of listening port.  It is restricted to either TCP or UDP.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="portitemprotocol">
										<sch:rule context="win-sc:port_item/win-sc:protocol">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the protocol entity of a port_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="pid" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The id given to the process that is associated with the specified listening port.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="portitempid">
										<sch:rule context="win-sc:port_item/win-sc:pid">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the pid entity of a port_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ============================  PROCESS ITEM  =================================== -->
	<!-- =============================================================================== -->
	<xsd:element name="process_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>Information about running processes.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="command_line" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="processitemcommand_line">
										<sch:rule context="win-sc:process_item/win-sc:command_line">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the command_line entity of a process_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="pid" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The id given to the process that is created for a specified command line.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="processitempid">
										<sch:rule context="win-sc:process_item/win-sc:pid">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the pid entity of a process_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="ppid" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The id given to the parent of the process that is created for the specified command line</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="processitemppid">
										<sch:rule context="win-sc:process_item/win-sc:ppid">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the ppid entity of a process_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="priority" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="processitempriority">
										<sch:rule context="win-sc:process_item/win-sc:priority">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the priority entity of a process_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="image_path" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="processitemimage_path">
										<sch:rule context="win-sc:process_item/win-sc:image_path">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the image_path entity of a process_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="current_dir" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="processitemcurrent_dir">
										<sch:rule context="win-sc:process_item/win-sc:current_dir">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the current_dir entity of a process_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ============================  REGISTRY ITEM  ================================== -->
	<!-- =============================================================================== -->
	<xsd:element name="registry_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>The windows registry item specifies a particular registry key (or keys) to collect.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="hive" type="win-sc:EntityItemRegistryHiveType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The hive that the registry key belongs to.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="regitemhive">
										<sch:rule context="win-sc:registry_item/win-sc:hive">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the hive entity of a registry_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" nillable="true">
							<xsd:annotation>
								<xsd:documentation>This element describes a registry key to be gathered.  Note that the hive portion of the string should not be inclueded, as this data can be found under the hive element.  If the nillable attribute is set to true, then the item being represented is the higher level hive.  Using xsi:nil here will result in a status of 'does not exist' for the type, and value entities since these entities are not associated with a hive by itself.  Note that when nil is used for the key element, the name element should also be nilled.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="regitemkey">
										<sch:rule context="win-sc:registry_item/win-sc:key">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key entity of a registry_item should be 'string'</sch:assert>
											<sch:assert test="not(@xsi:nil='true') or ../win-sc:name/@xsi:nil='true'"><value-of select="../@id"/> - name entity must be nil when key is nil</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" nillable="true">
							<xsd:annotation>
								<xsd:documentation>This element describes the name of a registry key.  If the nillable attribute is set to true, then the item being represented is the higher level key.  Using xsi:nil here will result in a status of 'does not exist' for the type, and value entities since these entities are not associated with a key by itself.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="regitemname">
										<sch:rule context="win-sc:registry_item/win-sc:name">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the name entity of a registry_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="type" type="win-sc:EntityItemRegistryTypeType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Specifies the type of data stored by the registry key.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="regitemtype">
										<sch:rule context="win-sc:registry_item/win-sc:type">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the type entity of a registry_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="value" type="oval-sc:EntityItemAnyType" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>The actual value of the specified registry key.  If the specified registry key is of type multi string, then multiple value elements should exist to describe the array of strings.</xsd:documentation>
								<xsd:appinfo>
									<!-- no schematron restrictions -->
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ===================  REGISTRY KEY AUDITED PERMISSIONS ITEM  =================== -->
	<!-- =============================================================================== -->
	<xsd:element name="regkeyauditedpermissions_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>This item stores the audited access rights of a registry key that a system access control list (SACL) structure grants to a specified trustee.  The trustee's audited access rights are determined checking all access control entries (ACEs) in the SACL.  For help with this test see the GetAuditedPermissionsFromAcl() api.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="hive" type="win-sc:EntityItemRegistryHiveType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the hive of a registry key on the machine from which the SACL was retrieved.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemhive">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:hive">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the hive entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies a registry key on the machine from which the SACL was retrieved.  Note that the hive portion of the string should not be inclueded, as this data should be found under the hive element.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the trustee name associated with this particular SACL.  A trustee can be a user, group, or program (such as a Windows service)</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemtrustee_name">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:trustee_name">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_name entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_domain" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The domain of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemtrustee_domain">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:trustee_domain">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_domain entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_sid" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The security identifier (SID) of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemtrustee_sid">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:trustee_sid">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_sid entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_delete" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemstandard_delete">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:standard_delete">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the standard_delete entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_read_control" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemstandard_read_control">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:standard_read_control">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the standard_read_control entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_write_dac" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemstandard_write_dac">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:standard_write_dac">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the standard_write_dac entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_write_owner" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemstandard_write_owner">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:standard_write_owner">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the standard_write_owner entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_synchronize" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemstandard_synchronize">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:standard_synchronize">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the standard_synchronize entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="access_system_security" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemaccess_system_security">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:access_system_security">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the access_system_security entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_read" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemgeneric_read">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:generic_read">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the generic_read entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_write" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemgeneric_write">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:generic_write">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the generic_write entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_execute" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemgeneric_execute">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:generic_execute">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the generic_execute entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_all" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemgeneric_all">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:generic_all">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the generic_all entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_query_value" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey_query_value">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key_query_value">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key_query_value entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_set_value" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey_set_value">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key_set_value">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key_set_value entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_create_sub_key" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey_create_sub_key">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key_create_sub_key">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key_create_sub_key entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_enumerate_sub_keys" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey_enumerate_sub_keys">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key_enumerate_sub_keys">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key_enumerate_sub_keys entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_notify" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey_notify">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key_notify">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key_notify entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_create_link" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey_create_link">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key_create_link">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key_create_link entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_wow64_64key" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey_wow64_64key">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key_wow64_64key">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key_wow64_64key entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_wow64_32key" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey_wow64_32key">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key_wow64_32key">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key_wow64_32key entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_wow64_res" type="win-sc:EntityItemAuditType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="rapitemkey_wow64_res">
										<sch:rule context="win-sc:regkeyauditedpermissions_item/win-sc:key_wow64_res">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key_wow64_res entity of a regkeyauditedpermissions_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ====================  REGISTRY KEY EFFECTIVE RIGHTS ITEM  ===================== -->
	<!-- =============================================================================== -->
	<xsd:element name="regkeyeffectiverights_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>This item stores the effective rights of a registry key that a discretionary access control list (DACL) structure grants to a specified trustee.  The trustee's effective rights are determined checking all access-allowed and access-denied access control entries (ACEs) in the DACL.  For help with this test see the GetEffectiveRightsFromAcl() api.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="hive" type="win-sc:EntityItemRegistryHiveType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The hive that the registry key belongs to.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemhive">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:hive">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the hive entity of a regkeyeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element describes a registry key to be gathered.  Note that the hive portion of the string should not be inclueded, as this data can be found under the hive element.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the key entity of a regkeyeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the trustee name associated with this particular DACL.  A trustee can be a user, group, or program (such as a Windows service)</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemtrustee_name">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:trustee_name">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_name entity of a regkeyeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_domain" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The domain of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemtrustee_domain">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:trustee_domain">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_domain entity of a regkeyeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_sid" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The security identifier (SID) of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemtrustee_sid">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:trustee_sid">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_sid entity of a regkeyeffectiverights_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_delete" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemstandard_delete">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:standard_delete">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_delete entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_read_control" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemstandard_read_control">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:standard_read_control">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_read_control entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_write_dac" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemstandard_write_dac">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:standard_write_dac">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_write_dac entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_write_owner" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemstandard_write_owner">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:standard_write_owner">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_write_owner entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="standard_synchronize" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemstandard_synchronize">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:standard_synchronize">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the standard_synchronize entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="access_system_security" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemaccess_system_security">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:access_system_security">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the access_system_security entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_read" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemgeneric_read">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:generic_read">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the generic_read entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_write" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemgeneric_write">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:generic_write">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the generic_write entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_execute" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemgeneric_execute">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:generic_execute">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the generic_execute entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="generic_all" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemgeneric_all">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:generic_all">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the generic_all entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_query_value" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey_query_value">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key_query_value">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the key_query_value entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_set_value" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey_set_value">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key_set_value">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the key_set_value entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_create_sub_key" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey_create_sub_key">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key_create_sub_key">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the key_create_sub_key entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_enumerate_sub_keys" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey_enumerate_sub_keys">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key_enumerate_sub_keys">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the key_enumerate_sub_keys entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_notify" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey_notify">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key_notify">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the key_notify entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_create_link" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey_create_link">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key_create_link">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the key_create_link entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_wow64_64key" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey_wow64_64key">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key_wow64_64key">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the key_wow64_64key entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_wow64_32key" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey_wow64_32key">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key_wow64_32key">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the key_wow64_32key entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="key_wow64_res" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation></xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="reritemkey_wow64_res">
										<sch:rule context="win-sc:regkeyeffectiverights_item/win-sc:key_wow64_res">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the key_wow64_res entity of a regkeyeffectiverights_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- =================================  SID TEST   ================================= -->
	<!-- =============================================================================== -->
	<xsd:element name="sid_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation></xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="trustee_name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>This element specifies the trustee name associated with a particular SID.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="siditemtrustee_name">
										<sch:rule context="win-sc:sid_item/win-sc:trustee_name">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_name entity of a sid_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_sid" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The security identifier (SID) of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="siditemtrustee_sid">
										<sch:rule context="win-sc:sid_item/win-sc:trustee_sid">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the trustee_sid entity of a sid_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="trustee_domain" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>The domain of the specified trustee name.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="siditemtrustee_domain">
										<sch:rule context="win-sc:sid_item/win-sc:trustee_domain">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the trustee_domain entity of a sid_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ==============================  USER ITEM  ==================================== -->
	<!-- =============================================================================== -->
	<xsd:element name="user_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>The windows user item allows the different groups that a user belongs to be collected.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="user" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>A string the represents the name of a particular user.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="useritemuser">
										<sch:rule context="win-sc:user_item/win-sc:user">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the user entity of a user_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="enabled" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>A boolean that represents whether the particular user is enabled or not.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="useritemenabled">
										<sch:rule context="win-sc:user_item/win-sc:enabled">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the enabled entity of a user_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="group" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>A string that represents the name of a particular group.  If the specified user belongs to more than one group, then multiple group elements should exist.  If the specified user is not a member of a single group, then a single group element should exist with a status of 'does not exist'.  If there is an error determining the groups that the user belongs to, then a single group element should be included with a status of 'error'.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="useritemgroup">
										<sch:rule context="win-sc:user_item/win-sc:group">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for a group entity of a user_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- =============================  VOLUME ITEM  =================================== -->
	<!-- =============================================================================== -->
	<xsd:element name="volume_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>The volume item enumerates various attributes about a particular volume mounted to a machine.  This includes the various system flags returned by GetVolumeInformation().</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="rootpath" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>A string that contains the root directory of the volume to be described.  A trailing backslash is required.  For example, you would specify \\MyServer\MyShare as "\\MyServer\MyShare\", or the C drive as "C:\".</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemrootpath">
										<sch:rule context="win-sc:volume_item/win-sc:rootpath">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the rootpath entity of a volume_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_system" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The type of filesystem.  For example FAT or NTFS.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_system">
										<sch:rule context="win-sc:volume_item/win-sc:file_system">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the file_system entity of a volume_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The name of the volume.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemname">
										<sch:rule context="win-sc:volume_item/win-sc:name">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the name entity of a volume_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="volume_max_component_length" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The volume_max_component_length element specifies the maximum length, in TCHARs, of a file name component that a specified file system supports. A file name component is the portion of a file name between backslashes.  The value that is stored in the variable that *lpMaximumComponentLength points to is used to indicate that a specified file system supports long names. For example, for a FAT file system that supports long names, the function stores the value 255, rather than the previous 8.3 indicator. Long names can also be supported on systems that use the NTFS file system.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemvolume_max_component_length">
										<sch:rule context="win-sc:volume_item/win-sc:volume_max_component_length">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the volume_max_component_length entity of a volume_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="serial_number" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The volume serial number.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemserial_number">
										<sch:rule context="win-sc:volume_item/win-sc:serial_number">
											<sch:assert test="not(@datatype) or @datatype='int'">item <value-of select="../@id"/> - datatype attribute for the serial_number entity of a volume_item should be 'int'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_case_sensitive_search" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system supports case-sensitive file names.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_case_sensitive_search">
										<sch:rule context="win-sc:volume_item/win-sc:file_case_sensitive_search">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_case_sensitive_search entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_case_preserved_names" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system preserves the case of file names when it places a name on disk.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_case_preserved_names">
										<sch:rule context="win-sc:volume_item/win-sc:file_case_preserved_names">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_case_preserved_names entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_unicode_on_disk" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system supports Unicode in file names as they appear on disk.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_unicode_on_disk">
										<sch:rule context="win-sc:volume_item/win-sc:file_unicode_on_disk">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_unicode_on_disk entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_persistent_acls" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system preserves and enforces ACLs. For example, NTFS preserves and enforces ACLs, and FAT does not.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_persistent_acls">
										<sch:rule context="win-sc:volume_item/win-sc:file_persistent_acls">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_persistent_acls entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_file_compression" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system supports file-based compression.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_file_compression">
										<sch:rule context="win-sc:volume_item/win-sc:file_file_compression">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_file_compression entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_volume_quotas" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system supports disk quotas.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_volume_quotas">
										<sch:rule context="win-sc:volume_item/win-sc:file_volume_quotas">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_volume_quotas entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_supports_sparse_files" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system supports sparse files.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_supports_sparse_files">
										<sch:rule context="win-sc:volume_item/win-sc:file_supports_sparse_files">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_supports_sparse_files entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_supports_reparse_points" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system supports reparse points.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_supports_reparse_points">
										<sch:rule context="win-sc:volume_item/win-sc:file_supports_reparse_points">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_supports_reparse_points entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_supports_remote_storage" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The specified volume is a compressed volume; for example, a DoubleSpace volume.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_supports_remote_storage">
										<sch:rule context="win-sc:volume_item/win-sc:file_supports_remote_storage">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_supports_remote_storage entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_volume_is_compressed" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The specified volume is a compressed volume; for example, a DoubleSpace volume.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_volume_is_compressed">
										<sch:rule context="win-sc:volume_item/win-sc:file_volume_is_compressed">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_volume_is_compressed entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_supports_object_ids" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system supports object identifiers.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_supports_object_ids">
										<sch:rule context="win-sc:volume_item/win-sc:file_supports_object_ids">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_supports_object_ids entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_supports_encryption" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system supports the Encrypted File System (EFS).</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_supports_encryption">
										<sch:rule context="win-sc:volume_item/win-sc:file_supports_encryption">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_supports_encryption entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_named_streams" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The file system supports named streams.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_named_streams">
										<sch:rule context="win-sc:volume_item/win-sc:file_named_streams">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_named_streams entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="file_read_only_volume" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The specified volume is read-only.  This flag was added in Windows XP.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="volitemfile_read_only_volume">
										<sch:rule context="win-sc:volume_item/win-sc:file_read_only_volume">
											<sch:assert test="not(@datatype) or @datatype='boolean'">item <value-of select="../@id"/> - datatype attribute for the file_read_only_volume entity of a volume_item should be 'boolean'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- =============================  WMI CONTENT ITEM   ============================= -->
	<!-- =============================================================================== -->
	<xsd:element name="wmi_item" substitutionGroup="oval-sc:item">
		<xsd:annotation>
			<xsd:documentation>The wmi_item outlines information to be checked through Microsoft's WMI interface.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="namespace" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>The WMI namespaces of the specific object.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="wmiitemnamespace">
										<sch:rule context="win-sc:wmi_item/win-sc:namespace">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the namespace entity of a wmi_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="wql" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>A WQL query used to identify the object(s) specified.  Any valid WQL query is allowed with one exception, at most one field is allowed in the SELECT portion of the query.  For example SELECT name FROM ... is valid, as is SELECT 'true' FROM ..., but SELECT name, number FROM ... is not valid.  This is because the result element in the data section is only designed to work against a single field.</xsd:documentation>
								<xsd:appinfo>
									<sch:pattern id="wmiitemwql">
										<sch:rule context="win-sc:wmi_item/win-sc:wql">
											<sch:assert test="not(@datatype) or @datatype='string'">item <value-of select="../@id"/> - datatype attribute for the wql entity of a wmi_item should be 'string'</sch:assert>
										</sch:rule>
									</sch:pattern>
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="result" type="oval-sc:EntityItemAnyType" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>The result element specifies how to test objects in the result set of the specified WQL statement.  Only one comparable field is allowed.  So if the WQL statement look like 'SELECT name FROM ...', then a result element with a value of 'Fred' would test that value against the names returned by the WQL statement.  If the WQL statement returns more than one instance of the specified field, then multiple result elements should exist to describe each instance.</xsd:documentation>
								<xsd:appinfo>
									<!-- no schematron restrictions -->
								</xsd:appinfo>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- =============================================================================== -->
	<!-- =============================================================================== -->
	<xsd:complexType name="EntityItemAddrTypeType">
		<xsd:annotation>
			<xsd:documentation>The EntityItemAddrTypeType restricts a string value to a specific set of values that describe the different address types of interfaces.  The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="oval-sc:EntityItemStringType">
				<xsd:enumeration value="MIB_IPADDR_DELETED"/>
				<xsd:enumeration value="MIB_IPADDR_DISCONNECTED"/>
				<xsd:enumeration value="MIB_IPADDR_DYNAMIC"/>
				<xsd:enumeration value="MIB_IPADDR_PRIMARY"/>
				<xsd:enumeration value="MIB_IPADDR_TRANSIENT"/>
				<xsd:enumeration value=""/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EntityItemAdstypeType">
		<xsd:annotation>
			<xsd:documentation>The EntityItemAdstypeType restricts a string value to a specific set of values that describe the possible types associated with an Active Directory attribute.  The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="oval-sc:EntityItemStringType">
				<xsd:enumeration value="ADSTYPE_INVALID"/> 
				<xsd:enumeration value="ADSTYPE_DN_STRING"/>
				<xsd:enumeration value="ADSTYPE_CASE_EXACT_STRING"/>
				<xsd:enumeration value="ADSTYPE_CASE_IGNORE_STRING"/>
				<xsd:enumeration value="ADSTYPE_PRINTABLE_STRING"/>
				<xsd:enumeration value="ADSTYPE_NUMERIC_STRING"/>
				<xsd:enumeration value="ADSTYPE_BOOLEAN"/> 
				<xsd:enumeration value="ADSTYPE_INTEGER"/>
				<xsd:enumeration value="ADSTYPE_OCTET_STRING"/>
				<xsd:enumeration value="ADSTYPE_UTC_TIME"/>
				<xsd:enumeration value="ADSTYPE_LARGE_INTEGER"/>
				<xsd:enumeration value="ADSTYPE_PROV_SPECIFIC"/>
				<xsd:enumeration value="ADSTYPE_OBJECT_CLASS"/> 
				<xsd:enumeration value="ADSTYPE_CASEIGNORE_LIST"/> 
				<xsd:enumeration value="ADSTYPE_OCTET_LIST"/>
				<xsd:enumeration value="ADSTYPE_PATH"/> 
				<xsd:enumeration value="ADSTYPE_POSTALADDRESS"/> 
				<xsd:enumeration value="ADSTYPE_TIMESTAMP"/> 
				<xsd:enumeration value="ADSTYPE_BACKLINK"/>
				<xsd:enumeration value="ADSTYPE_TYPEDNAME"/> 
				<xsd:enumeration value="ADSTYPE_HOLD"/> 
				<xsd:enumeration value="ADSTYPE_NETADDRESS"/> 
				<xsd:enumeration value="ADSTYPE_REPLICAPOINTER"/> 
				<xsd:enumeration value="ADSTYPE_FAXNUMBER"/>
				<xsd:enumeration value="ADSTYPE_EMAIL"/> 
				<xsd:enumeration value="ADSTYPE_NT_SECURITY_DESCRIPTOR"/>
				<xsd:enumeration value="ADSTYPE_UNKNOWN"/>
				<xsd:enumeration value="ADSTYPE_DN_WITH_BINARY"/> 
				<xsd:enumeration value="ADSTYPE_DN_WITH_STRING"/>
				<xsd:enumeration value=""/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EntityItemAuditType">
		<xsd:annotation>
			<xsd:documentation>The EntityItemAuditType restricts a string value to a specific set of values: AUDIT_NONE, AUDIT_SUCCESS, AUDIT_FAILURE, and AUDIT_SUCCESS_FAILURE.  These values describe which audit records should be generated.  The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="oval-sc:EntityItemStringType">
				<xsd:enumeration value="AUDIT_FAILURE"/>
				<xsd:enumeration value="AUDIT_NONE"/>
				<xsd:enumeration value="AUDIT_SUCCESS"/>
				<xsd:enumeration value="AUDIT_SUCCESS_FAILURE"/>
				<xsd:enumeration value=""/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EntityItemFileTypeType">
		<xsd:annotation>
			<xsd:documentation>The EntityItemFileTypeType restricts a string value to a specific set of values that describe the different types of files.  The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="oval-sc:EntityItemStringType">
				<xsd:enumeration value="FILE_ATTRIBUTE_DIRECTORY"/>
				<xsd:enumeration value="FILE_TYPE_CHAR"/>
				<xsd:enumeration value="FILE_TYPE_DISK"/>
				<xsd:enumeration value="FILE_TYPE_PIPE"/>
				<xsd:enumeration value="FILE_TYPE_REMOTE"/>
				<xsd:enumeration value="FILE_TYPE_UNKNOWN"/>
				<xsd:enumeration value=""/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EntityItemInterfaceTypeType">
		<xsd:annotation>
			<xsd:documentation>The EntityItemInterfaceTypeType restricts a string value to a specific set of values that describe the different types of interfaces.  The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="oval-sc:EntityItemStringType">
				<xsd:enumeration value="MIB_IF_TYPE_ETHERNET"/>
				<xsd:enumeration value="MIB_IF_TYPE_FDDI"/>
				<xsd:enumeration value="MIB_IF_TYPE_LOOPBACK"/>
				<xsd:enumeration value="MIB_IF_TYPE_OTHER"/>
				<xsd:enumeration value="MIB_IF_TYPE_PPP"/>
				<xsd:enumeration value="MIB_IF_TYPE_SLIP"/>
				<xsd:enumeration value="MIB_IF_TYPE_TOKENRING"/>
				<xsd:enumeration value=""/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EntityItemNamingContextType">
		<xsd:annotation>
			<xsd:documentation>The EntityItemNamingContextType restricts a string value to a specific set of values: domain, configuration, and schema.  These values describe the different naming context found withing Active Directory.  The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="oval-sc:EntityItemStringType">
				<xsd:enumeration value="domain"/>
				<xsd:enumeration value="configuration"/> 
				<xsd:enumeration value="schema"/>
				<xsd:enumeration value=""/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EntityItemProtocolType">
		<xsd:annotation>
			<xsd:documentation>The EntityItemProtocolType restricts a string value to a specific set of values that describe the different available protocols.  The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="oval-sc:EntityItemStringType">
				<xsd:enumeration value="TCP"/>
				<xsd:enumeration value="UDP"/> 
				<xsd:enumeration value=""/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EntityItemRegistryHiveType">
		<xsd:annotation>
			<xsd:documentation>The EntityItemRegistryHiveType restricts a string value to a specific set of values that describe the different registry hives.  The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="oval-sc:EntityItemStringType">
				<xsd:enumeration value="HKEY_CLASSES_ROOT"/>
				<xsd:enumeration value="HKEY_CURRENT_CONFIG"/>
				<xsd:enumeration value="HKEY_CURRENT_USER"/>
				<xsd:enumeration value="HKEY_LOCAL_MACHINE"/>
				<xsd:enumeration value="HKEY_USERS"/>
				<xsd:enumeration value=""/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="EntityItemRegistryTypeType">
		<xsd:annotation>
			<xsd:documentation>The EntityItemRegistryTypeType restricts a string value to a specific set of values that describe the different registry types.  The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:restriction base="oval-sc:EntityItemStringType">
				<xsd:enumeration value="reg_binary"/>
				<xsd:enumeration value="reg_dword"/>
				<xsd:enumeration value="reg_expand_sz"/>
				<xsd:enumeration value="reg_multi_sz"/>
				<xsd:enumeration value="reg_qword"/>
				<xsd:enumeration value="reg_sz"/>
				<xsd:enumeration value=""/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
</xsd:schema>

