<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2012 (http://www.altova.com) by Walter Appleton (PJM INTERCONNECTION , LLC) -->
<!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Walt Appleton (PJM Interconnection, LLC) -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xsd:complexType name="actual_datesType">
		<xsd:sequence>
			<xsd:element name="interval_definition" type="interval_definitionType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="category">
		<xsd:simpleType>
			<xsd:restriction base="xsd:string">
				<xsd:enumeration value="all"/>
				<xsd:enumeration value="normal"/>
				<xsd:enumeration value="longterm"/>
				<xsd:enumeration value="shortterm"/>
				<xsd:enumeration value="loaddump"/>
			</xsd:restriction>
		</xsd:simpleType>
	</xsd:element>
	<xsd:element name="comment" type="xsd:string"/>
	<xsd:element name="company_ticket_id" type="xsd:string"/>
	<xsd:element name="congestion_status" type="xsd:string"/>
	<xsd:element name="current_value" type="xsd:integer"/>
	<xsd:element name="date" type="xsd:date"/>
	<xsd:element name="day_night_flag">
		<xsd:simpleType>
			<xsd:restriction base="xsd:string">
				<xsd:enumeration value="both"/>
				<xsd:enumeration value="day"/>
				<xsd:enumeration value="night"/>
			</xsd:restriction>
		</xsd:simpleType>
	</xsd:element>
	<xsd:element name="default_value" type="xsd:integer"/>
	<xsd:element name="edart">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="warning" minOccurs="0">
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="reviewtermtic" type="termticreviewType"/>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="equipment_id" type="xsd:positiveInteger"/>
	<xsd:complexType name="estimated_datesType">
		<xsd:sequence>
			<xsd:element name="interval_definition" type="interval_definitionType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="impedance_r" type="xsd:decimal"/>
	<xsd:element name="impedance_x" type="xsd:decimal"/>
	<xsd:complexType name="interval_definitionType">
		<xsd:sequence>
			<xsd:element name="interval_start" type="interval_startType"/>
			<xsd:element name="interval_end" minOccurs="0">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element ref="date"/>
						<xsd:element ref="time"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="interval_startType">
		<xsd:sequence>
			<xsd:element ref="date"/>
			<xsd:element ref="time"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="limitType">
		<xsd:sequence>
			<xsd:element ref="limitation_id"/>
			<xsd:element ref="temperature"/>
			<xsd:element ref="category"/>
			<xsd:element ref="day_night_flag"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="limitation_id" type="xsd:byte"/>
	<xsd:complexType name="limitationsType">
		<xsd:sequence>
			<xsd:element name="limit" type="limitType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="pjm_comment">
		<xsd:complexType/>
	</xsd:element>
	<xsd:element name="pjm_ticket_id" type="xsd:positiveInteger"/>
	<xsd:complexType name="ratings_listType">
		<xsd:sequence>
			<xsd:element ref="temperature"/>
			<xsd:element ref="category"/>
			<xsd:element ref="day_night_flag"/>
			<xsd:element ref="current_value"/>
			<xsd:element ref="default_value"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="reason_id" type="xsd:byte"/>
	<xsd:element name="ticket_status" type="xsd:string"/>
	<xsd:element name="temp" type="xsd:string"/>
	<xsd:element name="temperature" type="xsd:string"/>
	<xsd:complexType name="temperature_ratingsType">
		<xsd:sequence>
			<xsd:element name="adjustment" type="ratings_listType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="termticreviewType">
		<xsd:sequence>
			<xsd:element name="group_name" type="xsd:string" minOccurs="0"/>
			<xsd:element ref="pjm_ticket_id"/>
			<xsd:element ref="company_ticket_id" minOccurs="0"/>
			<xsd:element ref="ticket_status"/>
			<xsd:element name="ticket_type" type="ticket_typeType"/>
			<xsd:element ref="reason_id"/>
			<xsd:element name="estimated_dates" type="estimated_datesType"/>
			<xsd:element name="actual_dates" type="actual_datesType" minOccurs="0"/>
			<xsd:element ref="comment"/>
			<xsd:element ref="pjm_comment" minOccurs="0"/>
			<xsd:element ref="equipment_id"/>
			<xsd:element ref="impedance_r"/>
			<xsd:element ref="impedance_x"/>
			<xsd:element ref="congestion_status"/>
			<xsd:element name="charging_b" type="xsd:decimal"/>
			<xsd:element name="dynamic_flag" type="xsd:boolean"/>
			<xsd:element name="directional_relay" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="postContingency" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="breaker_to_breaker" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="internal_tie" type="xsd:boolean"/>
			<xsd:element name="external_tie" type="xsd:boolean"/>
			<xsd:element name="adjustment_list" type="temperature_ratingsType"/>
			<xsd:element name="limitations" type="limitationsType"/>
			<xsd:element name="fileAttachmentCount" type="xsd:unsignedInt" minOccurs="0"/>
			<xsd:element name="fileList" minOccurs="0">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="file" maxOccurs="unbounded">
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="fileName"/>
									<xsd:element name="fileTimestamp"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="ticket_typeType">
		<xsd:attribute name="implementation" type="xsd:string" use="required"/>
		<xsd:attribute name="type" type="xsd:string" use="required"/>
	</xsd:complexType>
	<xsd:element name="time" type="xsd:time"/>
	<xsd:element name="time_of_day" type="xsd:string"/>
</xsd:schema>

