<?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Patrick Pedrioli (Institute For Systems Biology) --><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">	<xs:complexType name="namevalueType">		<xs:simpleContent>			<xs:extension base="xs:anySimpleType">				<xs:attribute name="name" type="xs:string" use="optional"/>				<xs:attribute name="value" type="xs:anySimpleType" use="optional"/>				<xs:attribute name="type" type="xs:anySimpleType" use="optional"/>			</xs:extension>		</xs:simpleContent>	</xs:complexType>	<xs:complexType name="ontologyEntryType">		<xs:attribute name="category" type="xs:string" use="required"/>		<xs:attribute name="value" type="xs:string" use="required"/>	</xs:complexType></xs:schema>