<?xml version = "1.0" encoding = "UTF-8"?>
<xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
	 version = "2004-11-08"
	 elementFormDefault = "qualified">
	<xsd:element name = "EquipmentOutOfComponent">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref = "Component"/>
				<xsd:element ref = "Extensions" minOccurs = "0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Component">
		<xsd:complexType>
			<xsd:attribute name = "componentId" use = "required" type = "xsd:string"/>
			<xsd:attribute name = "designator" type = "xsd:string"/>
			<xsd:attribute name = "imageId" type = "xsd:string"/>
			<xsd:attribute name = "recognitionReference" type = "xsd:string"/>
			<xsd:attribute name = "partId" type = "xsd:string"/>
			<xsd:attribute name = "package" type = "xsd:string"/>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name = "Extensions"/>
</xsd:schema>
