<?xml version="1.0" encoding="UTF-8"?>
<!--
File: component.xsd
Author: The Accellera IP-XACT Extensions Working Group

Copyright (c) 2013 Accellera Systems Initiative Inc. 
1370 Trancas Street #163, Napa, CA 94558, USA

Licensed under the Apache License, Version 2.0 (the 'License'); 
you may not use this file except in compliance with the License.  
You may obtain a copy of the License at                                            
                                                             
	http://www.apache.org/licenses/LICENSE-2.0            
                                                             
Unless required by applicable law or agreed to in writing, software 
distributed under the License is distributed on an 'AS IS' BASIS, 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied. See the License for the specific language 
governing permissions and limitations under the License.

Suggestions for improvements to the Recommend Extensions to 
IEEE 1685-2009 are welcome. They should be sent to the group's 
email Reflector:

	ip-xact@lists.accellera.org

The current IP-XACT Technical Committee web page is:

	www.accellera.org/activities/committees/ip-xact
-->
<xs:schema xmlns:accellera="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE" xmlns:accellera-core="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-SE/CORE-1.0" xmlns:accellera-ams="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/AMS-1.0" xmlns:accellera-pdp="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-SE/PDP-1.0" xmlns:accellera-power="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/POWER-1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE" elementFormDefault="qualified" attributeFormDefault="qualified">
	<xs:include schemaLocation="commonStructures.xsd"/>
	<xs:import namespace="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/CORE-1.0" schemaLocation="CORE/index.xsd"/>
	<xs:import namespace="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/AMS-1.0" schemaLocation="AMS/index.xsd"/>
	<xs:import namespace="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/PDP-1.0" schemaLocation="PDP/index.xsd"/>
	<xs:import namespace="http://www.accellera.org/XMLSchema/SPIRIT/1685-2009-VE/POWER-1.0" schemaLocation="POWER/index.xsd"/>
	<xs:complexType name="componentType">
		<xs:annotation>
			<xs:documentation>Component extension type definition.</xs:documentation>
		</xs:annotation>
	</xs:complexType>
	<xs:element name="component">
		<xs:annotation>
			<xs:documentation>Component extension.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:group ref="accellera-power:component"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
