<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Walter Appleton (PJM) -->
<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Walt Appleton (PJM Interconnection, LLC) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xs:element name="edart">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="generator_psse" type="generator_psseType"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="generator_psseType">
		<xs:sequence>
			<xs:element name="generator" type="generatorType" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="generatorType">
		<xs:sequence>
			<xs:element ref="generator_id"/>
			<xs:element ref="station_a"/>
			<xs:element ref="station_id"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="generator_id" type="xs:positiveInteger"/>
	<xs:element name="station_a">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:length value="12"/>
				<xs:minLength value="12"/>
				<xs:maxLength value="12"/>
			</xs:restriction>
		</xs:simpleType>
	</xs:element>
	<xs:element name="station_id" type="xs:string"/>
</xs:schema>

