Dbref attributes are of type string
authoramwaterhouse <amwaterhouse@issues.jalview.org>
Wed, 12 Oct 2005 10:57:01 +0000 (10:57 +0000)
committeramwaterhouse <amwaterhouse@issues.jalview.org>
Wed, 12 Oct 2005 10:57:01 +0000 (10:57 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@63 be28352e-c001-0410-b1a7-c7978e42abec

schemas/vamsas.xsd

index de83645..bbf2caf 100644 (file)
@@ -56,9 +56,9 @@
                                                                <xs:sequence>
                                                                        <xs:element name="dbRef" minOccurs="0" maxOccurs="unbounded">
                                                                                <xs:complexType>
-                                                                                       <xs:attribute name="source"/>
-                                                                                       <xs:attribute name="version"/>
-                                                                                       <xs:attribute name="accessionId"/>
+                                                                                       <xs:attribute name="source" type="xs:string"/>
+                                                                                       <xs:attribute name="version" type="xs:string"/>
+                                                                                       <xs:attribute name="accessionId" type="xs:string"/>
                                                                                        <xs:attribute name="id" type="xs:ID" use="optional"/>
                                                                                </xs:complexType>
                                                                        </xs:element>