<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://purl.oclc.org/NET/cmcs/schema/"
 	xmlns="http://purl.oclc.org/NET/cmcs/schema/"
  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:xlink="http://www.w3.org/1999/xlink"  
  elementFormDefault="qualified" attributeFormDefault="unqualified">
  
	<xs:annotation>
		<xs:documentation>CMCS standard elements</xs:documentation>
	</xs:annotation>
	<xs:element name="href">
		<xs:complexType>
			<xs:attribute ref="xlink:type"/>
			<xs:attribute ref="xlink:role"/>
			<xs:attribute ref="xlink:title"/>
			<xs:attribute ref="xlink:href"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="issanctionedby" type="dc:SimpleLiteral"/>
	<xs:element name="speciescas" type="dc:SimpleLiteral"/>
	<xs:element name="speciesname" type="dc:SimpleLiteral"/>
	<xs:element name="speciesformula" type="dc:SimpleLiteral"/>
	<xs:element name="hasinputs" type="dc:SimpleLiteral"/>
	<xs:element name="hasoutputs" type="dc:SimpleLiteral"/>
	<xs:element name="chemicalproperty" type="dc:SimpleLiteral"/>

</xs:schema>
