need to allow viral taxonomy codes (e.g. HHV3)
authorcmzmasek <chris.zma@outlook.com>
Thu, 2 Mar 2017 02:08:33 +0000 (18:08 -0800)
committercmzmasek <chris.zma@outlook.com>
Thu, 2 Mar 2017 02:08:33 +0000 (18:08 -0800)
forester/resources/phyloxml_schema/1.20/phyloxml.xsd

index eba4fef..08b7871 100644 (file)
@@ -16,7 +16,7 @@
 <!--                                                             -->
 <!-- www.phyloxml.org                                            -->
 <!-- Version: 1.20                                               -->
-<!-- Last modified: 2016.07.06 by Christian Zmasek               -->
+<!-- Last modified: 2017.03.01 by Christian Zmasek               -->
 <!--                                                             -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:phy="http://www.phyloxml.org"
    targetNamespace="http://www.phyloxml.org" elementFormDefault="qualified"
    </xs:complexType>
    <xs:simpleType name="TaxonomyCode">
       <xs:restriction base="xs:token">
-         <xs:pattern value="([A-Z9][A-Z]{2}[A-Z0-9]{2})|RAT|PIG|PEA"/>
+         <xs:pattern value="[A-Z0-9]{3,5}"/>
       </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="Rank">