<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:l="EventListener" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:a="Attribute" targetNamespace="EventListener" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="Attribute" schemaLocation="../Attribute/Attribute.xsd"/>
	<xs:complexType name="EventListenerType" abstract="true">
		<xs:annotation>
			<xs:documentation>An AttributeContainer that "listens" to events by receiving them from the EventMgr through the EventListener's EventPerformed method</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="a:AttributeContainerType"/>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>

