<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:moby="http://www.biomoby.org/moby" elementFormDefault="qualified" attributeFormDefault="qualified" targetNamespace="http://www.biomoby.org/moby">
    <xs:annotation>
        <xs:appinfo xml:lang="en">Generating a XML Schema for the Moby object GFF2. Tue Aug 16 15:23:31 PDT 2005. Eddie and Lixin</xs:appinfo>
    </xs:annotation>
    <xs:element name="GFF2" type="moby:GFF2Type">
        <xs:unique name="first">
            <xs:selector xpath="moby:String|moby:Float|moby:Integer|moby:DateTime" />
            <xs:field xpath="@moby:articleName" />
        </xs:unique>
    </xs:element>
    <!--Generic Feature Format File type 2 (revised Sanger specification)-->
    <xs:complexType name="GFF2Type">
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="namespace" use="required" form="qualified" type="xs:string" />
                <xs:attribute name="id" use="required" form="qualified" type="xs:string" />
                <xs:attribute name="articleName" use="required" form="qualified" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:schema>

