<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:macos-sc="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#macos" xmlns:oval-sc="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#macos" elementFormDefault="qualified" version="5.0">
	<xsd:import namespace="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5" schemaLocation="oval-system-characteristics-schema.xsd" />
	<!-- =============================================================================== -->
	<!-- =============================  ACCOUNT INFO ITEM  ============================= -->
	<!-- =============================================================================== -->
	<xsd:element name="accountinfo_item" substitutionGroup="oval-sc:item">
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="username" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="password" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="uid" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="gid" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="realname" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="home_dir" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="login_shell" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ========================  INET LISTENING SERVERS ITEM  ======================== -->
	<!-- =============================================================================== -->
	<xsd:element name="inetlisteningserver_item" substitutionGroup="oval-sc:item">
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="program_name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="local_address" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="local_full_address" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="local_port" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="foreign_address" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="foreign_full_address" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="foreign_port" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="pid" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="protocol" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="user_id" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ==============================  NVRAM INFO ITEM   ============================= -->
	<!-- =============================================================================== -->
	<xsd:element name="nvram_item" substitutionGroup="oval-sc:item">
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="nvram_var" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="nvram_value" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ===============================  PWPOLICY ITEM  =============================== -->
	<!-- =============================================================================== -->
	<xsd:element name="pwpolicy_item" substitutionGroup="oval-sc:item">
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="username" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="userpass" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="directory_node" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="maxChars" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="maxFailedLoginAttempts" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="minChars" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="passwordCannotBeName" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="requiresAlpha" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="requiresNumeric" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1" />
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- =============================================================================== -->
	<!-- =============================================================================== -->
</xsd:schema>
