blob: 8a13a1059893c0a4fdc86a50e9cdd60c972353ac [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.eclipse.org/webtools/biopages" xmlns:tns="http://www.eclipse.org/webtools/biopages">
<element name="bios">
<complexType>
<sequence>
<element ref="tns:bio" minOccurs="0" maxOccurs="unbounded"></element>
</sequence>
</complexType>
<key name="name">
<selector xpath="tns:bio"/>
<field xpath="@name"/>
</key>
</element>
<element name="bio">
<complexType>
<attribute name="link" type="anyURI" use="required"></attribute>
<attribute name="name" type="string" use="required"></attribute>
</complexType>
</element>
</schema>