<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 U (http://www.xmlspy.com) by Sandeep G Nijsure (University of North Texas) -->
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Kaizar Amin (Student) -->
<xs:schema targetNamespace="http://activeTables.cmcs.org/namespace/lexicon" xmlns="http://activeTables.cmcs.org/namespace/lexicon" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="nonGasGurvichLexicon">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="uniqueID" type="xs:string"/>
							<xs:element name="reference" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="referenceSpace" type="xs:string" default="ActiveTable"/>
										<xs:element name="subReferenceSpace" type="xs:string" default="MainLibrary"/>
										<xs:element name="identifier">
											<xs:complexType>
												<xs:choice>
													<xs:element name="referenceNo" type="xs:string"/>
													<xs:element name="description" type="xs:string"/>
												</xs:choice>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="formula" type="xs:string"/>
							<xs:element name="state" type="xs:string" default="g"/>
							<xs:element name="data" type="xs:string" minOccurs="0"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
