<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:oval-sc="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:sol-sc="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#solaris" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#solaris" elementFormDefault="qualified" version="5.0">
	<xsd:import namespace="http://oval.mitre.org/XMLSchema/oval-system-characteristics-5" schemaLocation="oval-system-characteristics-schema.xsd" />
	<!-- =============================================================================== -->
	<!-- ===============================  ISAINFO ITEM  ================================ -->
	<!-- =============================================================================== -->
	<xsd:element name="isainfo_item" substitutionGroup="oval-sc:item">
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="bits" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="kernel_isa" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="application_isa" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- ===============================  PACKAGE ITEM  ================================ -->
	<!-- =============================================================================== -->
	<xsd:element name="package_item" substitutionGroup="oval-sc:item">
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="pkginst" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="name" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="category" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="version" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="vendor" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="description" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1" />
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- =============================  PATCH ITEM  ==================================== -->
	<!-- =============================================================================== -->
	<xsd:element name="patch_item" substitutionGroup="oval-sc:item">
		<xsd:complexType>
			<xsd:complexContent>
				<xsd:extension base="oval-sc:ItemType">
					<xsd:sequence>
						<xsd:element name="base" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" />
						<xsd:element name="version" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1" />
					</xsd:sequence>
				</xsd:extension>
			</xsd:complexContent>
		</xsd:complexType>
	</xsd:element>
	<!-- =============================================================================== -->
	<!-- =============================================================================== -->
	<!-- =============================================================================== -->
</xsd:schema>
