<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.pwg.org/schemas/2006/10/sm" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:pwg="http://www.pwg.org/schemas/2006/10/sm" xmlns:copy="http://www.pwg.org/schemas/2006/10/Copy" xmlns:media="http://www.pwg.org/schemas/2006/10/media" xmlns:count="http://www.pwg.org/schemas/2006/10/Counters" xmlns:wims="http://www.pwg.org/schemas/2006/10/wims" targetNamespace="http://www.pwg.org/schemas/2006/10/sm" elementFormDefault="qualified" version="1.07">
	<xs:include schemaLocation="PwgCommon.xsd"/>
	<xs:include schemaLocation="Devices.xsd"/>
	<xs:import namespace="http://www.pwg.org/schemas/2006/10/wims" schemaLocation="Managers.xsd"/>
	<xs:import namespace="http://www.pwg.org/schemas/2006/10/wims" schemaLocation="Agents.xsd"/>
	<xs:include schemaLocation="Resource.xsd"/>
	<xs:include schemaLocation="Subunits.xsd"/>
	<xs:include schemaLocation="Services.xsd"/>
	<xs:include schemaLocation="System.xsd"/>
	<xs:import namespace="http://www.pwg.org/schemas/2006/10/wims" schemaLocation="./Agents.xsd"/>
	<!--10/08/06 PJZ Reworked dependencies and removed Chameleon-->
	<!--08/08/06 PJZ Changed namespace-->
	<!--070606  PJZ Added Media namespace-->
	<!--050906  IEM  modified to integrate WIMS/1.0 objects for SM/2.0-->
	<!--040506  PJZ  modified from ver 1.0 to prepare for SM editing work-->
	<xs:annotation>
		<xs:documentation xml:lang="en">
   PWG Semantic Model v2   

Copyright 2002-2008, IEEE Industry Standards and Technology Organization/ScanService Working Group. 
All rights reserved  

    - version 1.08 - 18 December 2007 -Editors:  Peter Zehler, Ira McDoanald 
</xs:documentation>
	</xs:annotation>
	<xs:annotation>
		<xs:documentation>An example of a Server implementing the PWG Model showing the relationship between System, Agents, Managers, Services, Devices, Resources, and Subunits</xs:documentation>
	</xs:annotation>
	<xs:complexType name="Server">
		<xs:annotation>
			<xs:documentation>The container object Server is not explicitly modeled in the PWG Semantic Model</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="System" minOccurs="0"/>
			<xs:element ref="Services" minOccurs="0"/>
			<xs:element ref="Subunits" minOccurs="0"/>
			<xs:element ref="Resources" minOccurs="0"/>
			<xs:element ref="wims:Managers" minOccurs="0"/>
			<xs:element ref="wims:Agents" minOccurs="0"/>
			<xs:element ref="Devices" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="Server" type="Server">
		<xs:annotation>
			<xs:documentation>The container object Server is not explicitly modeled in the PWG Semantic Model</xs:documentation>
		</xs:annotation>
	</xs:element>
</xs:schema>
