From: cmzmasek Date: Fri, 15 Jul 2016 17:57:16 +0000 (-0700) Subject: removed old v0.90 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=31f957676fea12f82a03d2f89bda8e941bb77e9d;p=jalview.git removed old v0.90 --- diff --git a/forester/phyloxml/docs/version_0.90/phyloxml.xsd.html b/forester/phyloxml/docs/version_0.90/phyloxml.xsd.html deleted file mode 100644 index 07914cf..0000000 --- a/forester/phyloxml/docs/version_0.90/phyloxml.xsd.html +++ /dev/null @@ -1,4981 +0,0 @@ - - - - - phyloXML 0.90 - phyloxml.xsd - - - - - - -

- phyloXML 0.90 -

-
- - - - -
-

Table of Contents

- - - -
- top -
-
-

- Schema Document Properties -

- - - - - - - - - -
- Target Namespace - - http://www.phyloxml.org -
Element and Attribute Namespaces -
    -
  • Global element and attribute declarations belong to this schema's target namespace.
  • -
  • By default, local element declarations belong to this schema's target namespace.
  • -
  • By default, local attribute declarations have no namespace.
  • -
-
-

Declared Namespaces

- - - - - - - - - - - - - - - - - -
PrefixNamespace
- xml - http://www.w3.org/XML/1998/namespace
- phy - - http://www.phyloxml.org -
- xs - http://www.w3.org/2001/XMLSchema
-
-
- - Schema Component Representation -
-
-
<xs:schema - targetNamespace="http://www.phyloxml.org" elementFormDefault="qualified" attributeFormDefault="unqualified">
...
</xs:schema>
-
- -
-
- top -
-
-

- Global Declarations -

-

Element: phyloxml -

- - - - - - - - - - - - - - - - - -
Namephyloxml
Type - - phy:Phyloxml - -
- Nillable - no
- Abstract - no
-
-
- - Logical Diagram -
-
- - - -
- -
-
-
- - XML Instance Representation -
-
-
<phy:phyloxml>
- Start Sequence - [1..*] - -
-
<phy:phylogeny> - phy:Phylogeny - </phy:phylogeny> [0..*] -
-
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*] -
- End Sequence -
</phy:phyloxml>
-
- -
-
-
- - Diagram -
-
- - - h535307528 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:element - name="phyloxml" type=" - - phy:Phyloxml - - "/>
-
- -
-
- top -
-
-

- Global Definitions -

-

Complex Type: Annotation -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameAnnotation
Used by (from the same schema document)Complex Type - Sequence - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- type=" - xs:token - [0..1]">
- <!-- Mixed content --> -
-
<phy:id> - phy:Id - </phy:id> [0..1] -
-
<phy:confidence> - phy:Confidence - </phy:confidence> [0..1] -
-
<phy:uri> - phy:Uri - </phy:uri> [0..1] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h-853091232 - - h-993584945 - - h-676012345 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Annotation" mixed="true">
<xs:sequence>
<xs:element - name="id" type=" - - phy:Id - - " minOccurs="0"/>
-
<xs:element - name="confidence" type=" - - phy:Confidence - - " minOccurs="0"/>
-
<xs:element - name="uri" type=" - - phy:Uri - - " minOccurs="0"/>
</xs:sequence>
-
<xs:attribute - name="type" type=" - - xs:token - "/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: BinaryCharacterList -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameBinaryCharacterList
Used by (from the same schema document)Complex Type - BinaryCharacters - , Complex Type - BinaryCharacters - , Complex Type - BinaryCharacters - , Complex Type - BinaryCharacters - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...>
-
<phy:bc> - xs:token </phy:bc> [1..*] -
</...>
-
- -
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="BinaryCharacterList">
<xs:sequence>
<xs:element - name="bc" type=" - - xs:token - " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: BinaryCharacters -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameBinaryCharacters
Used by (from the same schema document)Complex Type - Clade - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- type=" - xs:token - [0..1]" -
- gained_count=" - xs:nonNegativeInteger - [0..1]" -
- lost_count=" - xs:nonNegativeInteger - [0..1]" -
- present_count=" - xs:nonNegativeInteger - [0..1]" -
- absent_count=" - xs:nonNegativeInteger - [0..1]">
-
<phy:gained> - phy:BinaryCharacterList - </phy:gained> [0..1] -
-
<phy:lost> - phy:BinaryCharacterList - </phy:lost> [0..1] -
-
<phy:present> - phy:BinaryCharacterList - </phy:present> [0..1] -
-
<phy:absent> - phy:BinaryCharacterList - </phy:absent> [0..1] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h1535743041 - - h1535743041 - - h1535743041 - - h1535743041 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="BinaryCharacters">
<xs:sequence>
<xs:element - name="gained" type=" - - phy:BinaryCharacterList - - " minOccurs="0"/>
-
<xs:element - name="lost" type=" - - phy:BinaryCharacterList - - " minOccurs="0"/>
-
<xs:element - name="present" type=" - - phy:BinaryCharacterList - - " minOccurs="0"/>
-
<xs:element - name="absent" type=" - - phy:BinaryCharacterList - - " minOccurs="0"/>
</xs:sequence>
-
<xs:attribute - name="type" type=" - - xs:token - "/>
-
<xs:attribute - name="gained_count" type=" - - xs:nonNegativeInteger - "/>
-
<xs:attribute - name="lost_count" type=" - - xs:nonNegativeInteger - "/>
-
<xs:attribute - name="present_count" type=" - - xs:nonNegativeInteger - "/>
-
<xs:attribute - name="absent_count" type=" - - xs:nonNegativeInteger - "/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: BranchColor -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameBranchColor
Used by (from the same schema document)Complex Type - Clade - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...>
-
<phy:red> - xs:unsignedByte </phy:red> [1] -
-
<phy:green> - xs:unsignedByte </phy:green> [1] -
-
<phy:blue> - xs:unsignedByte </phy:blue> [1] -
</...>
-
- -
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="BranchColor">
<xs:sequence>
<xs:element - name="red" type=" - - xs:unsignedByte - "/>
-
<xs:element - name="green" type=" - - xs:unsignedByte - "/>
-
<xs:element - name="blue" type=" - - xs:unsignedByte - "/>
</xs:sequence>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Clade -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameClade
Used by (from the same schema document)Complex Type - Phylogeny - , Complex Type - Clade - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- distance=" - xs:double - [0..1]" -
- id_source=" - phy:id_source - - [0..1]">
-
<phy:name> - xs:token </phy:name> [0..1] -
-
<phy:distance> - xs:double </phy:distance> [0..1] -
-
<phy:confidence> - phy:Confidence - </phy:confidence> [0..*] -
-
<phy:width> - xs:double </phy:width> [0..1] -
-
<phy:color> - phy:BranchColor - </phy:color> [0..1] -
-
<phy:node_id> - phy:Id - </phy:node_id> [0..1] -
-
<phy:taxonomy> - phy:Taxonomy - </phy:taxonomy> [0..*] -
-
<phy:sequence> - phy:Sequence - </phy:sequence> [0..*] -
-
<phy:event> - phy:Event - </phy:event> [0..1] -
-
<phy:binary_characters> - phy:BinaryCharacters - </phy:binary_characters> [0..1] -
-
<phy:distribution> - xs:token </phy:distribution> [0..1] -
-
<phy:date> - xs:token </phy:date> [0..1] -
-
<phy:clade> - phy:Clade - </phy:clade> [0..*] -
-
<phy:custom> - phy:Custom - </phy:custom> [0..1] -
-
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h-993584945 - - h-1691165380 - - h-853091232 - - h888650454 - - h-1794244794 - - h-1122459339 - - h-1514309680 - - h-494260170 - - h-1482113798 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Clade">
<xs:sequence>
<xs:element - name="name" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="distance" type=" - - xs:double - " minOccurs="0"/>
-
<xs:element - name="confidence" type=" - - phy:Confidence - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:element - name="width" type=" - - xs:double - " minOccurs="0"/>
-
<xs:element - name="color" type=" - - phy:BranchColor - - " minOccurs="0"/>
-
<xs:element - name="node_id" type=" - - phy:Id - - " minOccurs="0"/>
-
<xs:element - name="taxonomy" type=" - - phy:Taxonomy - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:element - name="sequence" type=" - - phy:Sequence - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:element - name="event" type=" - - phy:Event - - " minOccurs="0"/>
-
<xs:element - name="binary_characters" type=" - - phy:BinaryCharacters - - " minOccurs="0"/>
-
<xs:element - name="distribution" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="date" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="clade" type=" - - phy:Clade - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:element - name="custom" type=" - - phy:Custom - - " minOccurs="0"/>
-
<xs:any - minOccurs="0" maxOccurs="unbounded" processContents="lax" namespace="##other"/>
</xs:sequence>
-
<xs:attribute - name="distance" type=" - - xs:double - "/>
-
<xs:attribute - name="id_source" type=" - - phy:id_source - - "/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: CladeRelation -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameCladeRelation
Used by (from the same schema document)Complex Type - Phylogeny - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- id_ref_0=" - phy:id_ref - - [1]" -
- id_ref_1=" - phy:id_ref - - [1]" -
- distance=" - xs:double - [0..1]" -
- type=" - xs:token - [1]">
-
<phy:confidence> - phy:Confidence - </phy:confidence> [0..1] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h-993584945 - - h577349652 - - h577349652 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="CladeRelation">
<xs:sequence>
<xs:element - name="confidence" type=" - - phy:Confidence - - " minOccurs="0"/>
</xs:sequence>
-
<xs:attribute - name="id_ref_0" type=" - - phy:id_ref - - " use="required"/>
-
<xs:attribute - name="id_ref_1" type=" - - phy:id_ref - - " use="required"/>
-
<xs:attribute - name="distance" type=" - - xs:double - "/>
-
<xs:attribute - name="type" type=" - - xs:token - " use="required"/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Confidence -

- - - - - - - - - -
Super-types: - - xs:double < Confidence (by extension)
Sub-types:None
- - - - - - - - - - - - - -
NameConfidence
Used by (from the same schema document)Complex Type - Phylogeny - , Complex Type - Clade - , Complex Type - Event - , Complex Type - Annotation - , Complex Type - SequenceRelation - , Complex Type - CladeRelation - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- type=" - xs:token - [1]">
- - - xs:double - -
</...>
-
- -
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Confidence">
<xs:simpleContent>
<xs:extension - base=" - - xs:double - ">
<xs:attribute - name="type" type=" - - xs:token - " use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Custom -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameCustom
Used by (from the same schema document)Complex Type - Phylogeny - , Complex Type - Clade - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- unit=" - xs:token - [0..1]" -
- custom_type=" - phy:CustomType - - [1]" -
- custom_property=" - phy:CustomProperty - - [1]" -
- id_ref=" - phy:id_ref - - [0..1]">
-
<phy:name> - xs:token </phy:name> [1] -
-
<phy:value> - xs:token </phy:value> [1] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h890448016 - - h-1670259669 - - h577349652 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Custom">
<xs:sequence>
<xs:element - name="name" type=" - - xs:token - "/>
-
<xs:element - name="value" type=" - - xs:token - "/>
</xs:sequence>
-
<xs:attribute - name="unit" type=" - - xs:token - "/>
-
<xs:attribute - name="custom_type" type=" - - phy:CustomType - - " use="required"/>
-
<xs:attribute - name="custom_property" type=" - - phy:CustomProperty - - " use="required"/>
-
<xs:attribute - name="id_ref" type=" - - phy:id_ref - - "/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: DomainArchitecture -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameDomainArchitecture
Used by (from the same schema document)Complex Type - Sequence - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- length=" - xs:nonNegativeInteger - [0..1]">
-
<phy:domain> - phy:ProteinDomain - </phy:domain> [1..*] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h-1389097534 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="DomainArchitecture">
<xs:sequence>
<xs:element - name="domain" type=" - - phy:ProteinDomain - - " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
-
<xs:attribute - name="length" type=" - - xs:nonNegativeInteger - "/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Event -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameEvent
Used by (from the same schema document)Complex Type - Clade - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...>
-
<phy:type> - phy:EventType - </phy:type> [0..1] -
-
<phy:duplications> - xs:nonNegativeInteger </phy:duplications> [0..1] -
-
<phy:speciations> - xs:nonNegativeInteger </phy:speciations> [0..1] -
-
<phy:losses> - xs:nonNegativeInteger </phy:losses> [0..1] -
-
<phy:confidence> - phy:Confidence - </phy:confidence> [0..1] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h1358103055 - - h-993584945 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Event">
<xs:sequence>
<xs:element - name="type" type=" - - phy:EventType - - " minOccurs="0"/>
-
<xs:element - name="duplications" type=" - - xs:nonNegativeInteger - " minOccurs="0"/>
-
<xs:element - name="speciations" type=" - - xs:nonNegativeInteger - " minOccurs="0"/>
-
<xs:element - name="losses" type=" - - xs:nonNegativeInteger - " minOccurs="0"/>
-
<xs:element - name="confidence" type=" - - phy:Confidence - - " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Id -

- - - - - - - - - -
Super-types: - - xs:token < Id (by extension)
Sub-types:None
- - - - - - - - - - - - - -
NameId
Used by (from the same schema document)Complex Type - Phylogeny - , Complex Type - Clade - , Complex Type - Taxonomy - , Complex Type - Sequence - , Complex Type - Annotation - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- type=" - xs:token - [0..1]">
- - - xs:token - -
</...>
-
- -
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Id">
<xs:simpleContent>
<xs:extension - base=" - - xs:token - ">
<xs:attribute - name="type" type=" - - xs:token - "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Phylogeny -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NamePhylogeny
Used by (from the same schema document)Complex Type - Phyloxml - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- rooted=" - xs:boolean - [1]" -
- rerootable=" - xs:boolean - [0..1]" -
- distance_unit=" - xs:token - [0..1]" -
- type=" - xs:token - [0..1]">
-
<phy:name> - xs:token </phy:name> [0..1] -
-
<phy:id> - phy:Id - </phy:id> [0..1] -
-
<phy:description> - xs:token </phy:description> [0..1] -
-
<phy:date> - xs:dateTime </phy:date> [0..1] -
-
<phy:confidence> - phy:Confidence - </phy:confidence> [0..*] -
-
<phy:clade> - phy:Clade - </phy:clade> [0..1] -
-
<phy:clade_relation> - phy:CladeRelation - </phy:clade_relation> [0..*] -
-
<phy:sequence_relation> - phy:SequenceRelation - </phy:sequence_relation> [0..*] -
-
<phy:custom> - phy:Custom - </phy:custom> [0..*] -
-
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h-853091232 - - h-993584945 - - h-1124608460 - - h192331856 - - h-802965662 - - h-494260170 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Phylogeny">
<xs:sequence>
<xs:element - name="name" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="id" type=" - - phy:Id - - " minOccurs="0"/>
-
<xs:element - name="description" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="date" type=" - - xs:dateTime - " minOccurs="0"/>
-
<xs:element - name="confidence" type=" - - phy:Confidence - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:element - name="clade" type=" - - phy:Clade - - " minOccurs="0"/>
-
<xs:element - name="clade_relation" type=" - - phy:CladeRelation - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:element - name="sequence_relation" type=" - - phy:SequenceRelation - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:element - name="custom" type=" - - phy:Custom - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:any - minOccurs="0" maxOccurs="unbounded" processContents="lax" namespace="##other"/>
</xs:sequence>
-
<xs:attribute - name="rooted" type=" - - xs:boolean - " use="required"/>
-
<xs:attribute - name="rerootable" type=" - - xs:boolean - "/>
-
<xs:attribute - name="distance_unit" type=" - - xs:token - "/>
-
<xs:attribute - name="type" type=" - - xs:token - "/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Phyloxml -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NamePhyloxml
Used by (from the same schema document)Element - phyloxml - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...>
- Start Sequence - [1..*] - -
-
<phy:phylogeny> - phy:Phylogeny - </phy:phylogeny> [0..*] -
-
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*] -
- End Sequence -
</...>
-
- -
-
-
- - Diagram -
-
- - - h535307528 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Phyloxml">
<xs:sequence - maxOccurs="unbounded">
<xs:element - name="phylogeny" type=" - - phy:Phylogeny - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:any - minOccurs="0" maxOccurs="unbounded" processContents="lax" namespace="##other"/>
</xs:sequence>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: ProteinDomain -

- - - - - - - - - -
Super-types: - - xs:token < ProteinDomain (by extension)
Sub-types:None
- - - - - - - - - - - - - -
NameProteinDomain
Used by (from the same schema document)Complex Type - DomainArchitecture - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- from=" - xs:nonNegativeInteger - [1]" -
- to=" - xs:nonNegativeInteger - [1]" -
- confidence=" - xs:double - [0..1]" -
- id=" - xs:token - [0..1]">
- - - xs:token - -
</...>
-
- -
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="ProteinDomain">
<xs:simpleContent>
<xs:extension - base=" - - xs:token - ">
<xs:attribute - name="from" type=" - - xs:nonNegativeInteger - " use="required"/>
-
<xs:attribute - name="to" type=" - - xs:nonNegativeInteger - " use="required"/>
-
<xs:attribute - name="confidence" type=" - - xs:double - "/>
-
<xs:attribute - name="id" type=" - - xs:token - "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Sequence -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameSequence
Used by (from the same schema document)Complex Type - Clade - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- id_source=" - phy:id_source - - [0..1]" -
- type=" - xs:token - [0..1]">
-
<phy:id> - phy:Id - </phy:id> [0..1] -
-
<phy:accession> - xs:token </phy:accession> [0..1] -
-
<phy:gene_name> - xs:token </phy:gene_name> [0..1] -
-
<phy:location> - xs:token </phy:location> [0..1] -
-
<phy:mol_seq> - phy:MolSeq - </phy:mol_seq> [0..1] -
-
<phy:uri> - phy:Uri - </phy:uri> [0..1] -
-
<phy:annotation> - phy:Annotation - </phy:annotation> [0..*] -
-
<phy:domain_architecture> - phy:DomainArchitecture - </phy:domain_architecture> [0..1] -
-
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h-853091232 - - h-213750342 - - h-676012345 - - h917087604 - - h259010940 - - h-1482113798 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Sequence">
<xs:sequence>
<xs:element - name="id" type=" - - phy:Id - - " minOccurs="0"/>
-
<xs:element - name="accession" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="gene_name" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="location" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="mol_seq" type=" - - phy:MolSeq - - " minOccurs="0"/>
-
<xs:element - name="uri" type=" - - phy:Uri - - " minOccurs="0"/>
-
<xs:element - name="annotation" type=" - - phy:Annotation - - " minOccurs="0" maxOccurs="unbounded"/>
-
<xs:element - name="domain_architecture" type=" - - phy:DomainArchitecture - - " minOccurs="0"/>
-
<xs:any - minOccurs="0" maxOccurs="unbounded" processContents="lax" namespace="##other"/>
</xs:sequence>
-
<xs:attribute - name="id_source" type=" - - phy:id_source - - "/>
-
<xs:attribute - name="type" type=" - - xs:token - "/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: SequenceRelation -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameSequenceRelation
Used by (from the same schema document)Complex Type - Phylogeny - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- id_ref_0=" - phy:id_ref - - [1]" -
- id_ref_1=" - phy:id_ref - - [1]" -
- distance=" - xs:double - [0..1]" -
- type=" - phy:SequenceRelationType - - [1]">
-
<phy:confidence> - phy:Confidence - </phy:confidence> [0..1] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h-993584945 - - h577349652 - - h577349652 - - h519911868 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="SequenceRelation">
<xs:sequence>
<xs:element - name="confidence" type=" - - phy:Confidence - - " minOccurs="0"/>
</xs:sequence>
-
<xs:attribute - name="id_ref_0" type=" - - phy:id_ref - - " use="required"/>
-
<xs:attribute - name="id_ref_1" type=" - - phy:id_ref - - " use="required"/>
-
<xs:attribute - name="distance" type=" - - xs:double - "/>
-
<xs:attribute - name="type" type=" - - phy:SequenceRelationType - - " use="required"/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Taxonomy -

- - - - - - - - - -
Super-types:None
Sub-types:None
- - - - - - - - - - - - - -
NameTaxonomy
Used by (from the same schema document)Complex Type - Clade - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- type=" - xs:token - [0..1]">
-
<phy:id> - phy:Id - </phy:id> [0..1] -
-
<phy:code> - phy:TaxonomyCode - </phy:code> [0..1] -
-
<phy:scientific_name> - xs:token </phy:scientific_name> [0..1] -
-
<phy:common_name> - xs:token </phy:common_name> [0..1] -
-
<phy:rank> - phy:Rank - </phy:rank> [0..1] -
-
<phy:uri> - phy:Uri - </phy:uri> [0..1] -
-
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*] -
</...>
-
- -
-
-
- - Diagram -
-
- - - h-853091232 - - h712147427 - - h518348337 - - h-676012345 - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Taxonomy">
<xs:sequence>
<xs:element - name="id" type=" - - phy:Id - - " minOccurs="0"/>
-
<xs:element - name="code" type=" - - phy:TaxonomyCode - - " minOccurs="0"/>
-
<xs:element - name="scientific_name" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="common_name" type=" - - xs:token - " minOccurs="0"/>
-
<xs:element - name="rank" type=" - - phy:Rank - - " minOccurs="0"/>
-
<xs:element - name="uri" type=" - - phy:Uri - - " minOccurs="0"/>
-
<xs:any - minOccurs="0" maxOccurs="unbounded" processContents="lax" namespace="##other"/>
</xs:sequence>
-
<xs:attribute - name="type" type=" - - xs:token - "/>
</xs:complexType>
-
- -
-
- top -
-
-

Complex Type: Uri -

- - - - - - - - - -
Super-types: - - xs:anyURI < Uri (by extension)
Sub-types:None
- - - - - - - - - - - - - -
NameUri
Used by (from the same schema document)Complex Type - Taxonomy - , Complex Type - Sequence - , Complex Type - Annotation - -
- Abstract - no
-
-
- - XML Instance Representation -
-
-
<...
- desc=" - xs:token - [0..1]" -
- type=" - xs:token - [0..1]">
- - - xs:anyURI - -
</...>
-
- -
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:complexType - name="Uri">
<xs:simpleContent>
<xs:extension - base=" - - xs:anyURI - ">
<xs:attribute - name="desc" type=" - - xs:token - "/>
-
<xs:attribute - name="type" type=" - - xs:token - "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
-
- -
-
- top -
-
-

Simple Type: CustomProperty -

- - - - - - - - - -
Super-types: - - xs:token < CustomProperty (by restriction)
Sub-types:None
- - - - - - - - - - - - - -
NameCustomProperty
Used by (from the same schema document)Complex Type - Custom - -
Content -
    -
  • Base XSD Type: token
  • -
-
    -
  • - value comes from list: {'phylogeny'|'clade'|'node'|'sequence'|'taxonomy'|'other'}
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="CustomProperty">
<xs:restriction - base=" - - xs:token - ">
<xs:enumeration - value="phylogeny"/>
-
<xs:enumeration - value="clade"/>
-
<xs:enumeration - value="node"/>
-
<xs:enumeration - value="sequence"/>
-
<xs:enumeration - value="taxonomy"/>
-
<xs:enumeration - value="other"/>
</xs:restriction>
</xs:simpleType>
-
- -
-
- top -
-
-

Simple Type: CustomType -

- - - - - - - - - -
Super-types: - - xs:token < CustomType (by restriction)
Sub-types:None
- - - - - - - - - - - - - -
NameCustomType
Used by (from the same schema document)Complex Type - Custom - -
Content -
    -
  • Base XSD Type: token
  • -
-
    -
  • - value comes from list: {'string'|'character'|'decimal'|'integer'|'byte'|'boolean'|'uri'|'other'}
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="CustomType">
<xs:restriction - base=" - - xs:token - ">
<xs:enumeration - value="string"/>
-
<xs:enumeration - value="character"/>
-
<xs:enumeration - value="decimal"/>
-
<xs:enumeration - value="integer"/>
-
<xs:enumeration - value="byte"/>
-
<xs:enumeration - value="boolean"/>
-
<xs:enumeration - value="uri"/>
-
<xs:enumeration - value="other"/>
</xs:restriction>
</xs:simpleType>
-
- -
-
- top -
-
-

Simple Type: Distribution -

- - - - - - - - - -
Super-types: - - xs:token < Distribution (by restriction)
Sub-types:None
- - - - - - - - - -
NameDistribution
Content -
    -
  • Base XSD Type: token
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="Distribution">
<xs:restriction - base=" - - xs:token - "/>
</xs:simpleType>
-
- -
-
- top -
-
-

Simple Type: EventType -

- - - - - - - - - -
Super-types: - - xs:token < EventType (by restriction)
Sub-types:None
- - - - - - - - - - - - - -
NameEventType
Used by (from the same schema document)Complex Type - Event - -
Content -
    -
  • Base XSD Type: token
  • -
-
    -
  • - value comes from list: {'transfer'|'fusion'|'root'|'speciation_or_duplication'|'other'|'mixed'|'unassigned'}
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="EventType">
<xs:restriction - base=" - - xs:token - ">
<xs:enumeration - value="transfer"/>
-
<xs:enumeration - value="fusion"/>
-
<xs:enumeration - value="root"/>
-
<xs:enumeration - value="speciation_or_duplication"/>
-
<xs:enumeration - value="other"/>
-
<xs:enumeration - value="mixed"/>
-
<xs:enumeration - value="unassigned"/>
</xs:restriction>
</xs:simpleType>
-
- -
-
- top -
-
-

Simple Type: MolSeq -

- - - - - - - - - -
Super-types: - - xs:token < MolSeq (by restriction)
Sub-types:None
- - - - - - - - - - - - - -
NameMolSeq
Used by (from the same schema document)Complex Type - Sequence - -
Content -
    -
  • Base XSD Type: token
  • -
-
    -
  • - pattern = [a-zA-Z\.\-\?\*_]+
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="MolSeq">
<xs:restriction - base=" - - xs:token - ">
<xs:pattern - value="[a-zA-Z\.\-\?\*_]+"/>
</xs:restriction>
</xs:simpleType>
-
- -
-
- top -
-
-

Simple Type: Rank -

- - - - - - - - - -
Super-types: - - xs:token < Rank (by restriction)
Sub-types:None
- - - - - - - - - - - - - -
NameRank
Used by (from the same schema document)Complex Type - Taxonomy - -
Content -
    -
  • Base XSD Type: token
  • -
-
    -
  • - value comes from list: {'domain'|'kingdom'|'branch'|'phylum'|'subphylum'|'division'|'superclass'|'class'|'subclass'|'superorder'|'order'|'suborder'|'superfamily'|'family'|'subfamily'|'genus'|'subgenus'|'species'|'subspecies'|'variety'|'form'|'cultivar'|'unknown'|'other'}
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="Rank">
<xs:restriction - base=" - - xs:token - ">
<xs:enumeration - value="domain"/>
-
<xs:enumeration - value="kingdom"/>
-
<xs:enumeration - value="branch"/>
-
<xs:enumeration - value="phylum"/>
-
<xs:enumeration - value="subphylum"/>
-
<xs:enumeration - value="division"/>
-
<xs:enumeration - value="superclass"/>
-
<xs:enumeration - value="class"/>
-
<xs:enumeration - value="subclass"/>
-
<xs:enumeration - value="superorder"/>
-
<xs:enumeration - value="order"/>
-
<xs:enumeration - value="suborder"/>
-
<xs:enumeration - value="superfamily"/>
-
<xs:enumeration - value="family"/>
-
<xs:enumeration - value="subfamily"/>
-
<xs:enumeration - value="genus"/>
-
<xs:enumeration - value="subgenus"/>
-
<xs:enumeration - value="species"/>
-
<xs:enumeration - value="subspecies"/>
-
<xs:enumeration - value="variety"/>
-
<xs:enumeration - value="form"/>
-
<xs:enumeration - value="cultivar"/>
-
<xs:enumeration - value="unknown"/>
-
<xs:enumeration - value="other"/>
</xs:restriction>
</xs:simpleType>
-
- -
-
- top -
-
-

Simple Type: SequenceRelationType -

- - - - - - - - - -
Super-types: - - xs:token < SequenceRelationType (by restriction)
Sub-types:None
- - - - - - - - - - - - - -
NameSequenceRelationType
Used by (from the same schema document)Complex Type - SequenceRelation - -
Content -
    -
  • Base XSD Type: token
  • -
-
    -
  • - value comes from list: {'orthology'|'one_to_one_orthology'|'super_orthology'|'paralogy'|'ultra_paralogy'|'xenology'|'unknown'|'other'}
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="SequenceRelationType">
<xs:restriction - base=" - - xs:token - ">
<xs:enumeration - value="orthology"/>
-
<xs:enumeration - value="one_to_one_orthology"/>
-
<xs:enumeration - value="super_orthology"/>
-
<xs:enumeration - value="paralogy"/>
-
<xs:enumeration - value="ultra_paralogy"/>
-
<xs:enumeration - value="xenology"/>
-
<xs:enumeration - value="unknown"/>
-
<xs:enumeration - value="other"/>
</xs:restriction>
</xs:simpleType>
-
- -
-
- top -
-
-

Simple Type: TaxonomyCode -

- - - - - - - - - -
Super-types: - - xs:token < TaxonomyCode (by restriction)
Sub-types:None
- - - - - - - - - - - - - -
NameTaxonomyCode
Used by (from the same schema document)Complex Type - Taxonomy - -
Content -
    -
  • Base XSD Type: token
  • -
-
    -
  • - pattern = [a-zA-Z0-9_]{2,20}
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="TaxonomyCode">
<xs:restriction - base=" - - xs:token - ">
<xs:pattern - value="[a-zA-Z0-9_]{2,20}"/>
</xs:restriction>
</xs:simpleType>
-
- -
-
- top -
-
-

Simple Type: id_ref -

- - - - - - - - - -
Super-types: - - xs:IDREF < id_ref (by restriction)
Sub-types:None
- - - - - - - - - - - - - -
Nameid_ref
Used by (from the same schema document)Complex Type - Custom - , Complex Type - SequenceRelation - , Complex Type - SequenceRelation - , Complex Type - CladeRelation - , Complex Type - CladeRelation - -
Content -
    -
  • Base XSD Type: IDREF
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="id_ref">
<xs:restriction - base=" - - xs:IDREF - "/>
</xs:simpleType>
-
- -
-
- top -
-
-

Simple Type: id_source -

- - - - - - - - - -
Super-types: - - xs:ID < id_source (by restriction)
Sub-types:None
- - - - - - - - - - - - - -
Nameid_source
Used by (from the same schema document)Complex Type - Clade - , Complex Type - Sequence - -
Content -
    -
  • Base XSD Type: ID
  • -
-
-
-
- - Diagram -
-
- - - -
- -
-
-
- - Schema Component Representation -
-
-
<xs:simpleType - name="id_source">
<xs:restriction - base=" - - xs:ID - "/>
</xs:simpleType>
-
- -
-
- top -
-
-
-

- Legend -

-
-

Complex Type:

-
Schema Component Type
-
-
-

- AusAddress -

-
Schema Component Name
-
- - - - - - - - - -
Super-types: - Address < AusAddress (by extension)
Sub-types: -
    -
  • - QLDAddress (by restriction)
  • -
-
-
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
- - - - - - - - - -
NameAusAddress
- Abstract - no
-
The table above displays the properties of this schema component.
-
-
- XML Instance Representation -
-
- <... - - country="Australia" - >
- <unitNo> string </unitNo> [0..1] - -
- <houseNo> string </houseNo> [1] - -
- <street> string </street> [1] - -
- Start Choice - [1] - -
- <city> string </city> [1] - -
- <town> string </town> [1] - -
- End Choice -
- - <state> AusStates </state> [1] - -
- <postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] - ? - -
-
- </...> -
-
-
-
-

The XML Instance Representation table above shows the schema component's content as an XML instance.

-
    -
  • The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
  • -
  • Model group information are shown in gray, e.g. Start Choice ... End Choice.
  • -
  • For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold.
  • -
  • If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
  • -
  • Otherwise, the type of the element/attribute is displayed. -
      -
    • If the element/attribute's type is in the schema, a link is provided to it.
    • -
    • For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
    • -
    -
  • -
  • If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>.
  • -
-
-
-
- Schema Component Representation -
-
- <complexType - name="AusAddress"> -
- <complexContent> -
- <extension - base=" - Address - "> -
- <sequence> -
- <element - name="state" type=" - AusStates - "/> -
- <element - name="postcode"> -
- <simpleType> -
- <restriction - base=" - string - "> -
- <pattern - value="[1-9][0-9]{3}"/> -
- </restriction> -
- </simpleType> -
- </element> -
- </sequence> -
- <attribute - name="country" type=" - string - " fixed="Australia"/> -
- </extension> -
- </complexContent> -
- </complexType> -
-
-
-
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
-
- top -
-
-
-
-

- Glossary -

-

- - Abstract - (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

-

- - All Model Group - Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

-

- - Choice Model Group - - Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

-

- - Collapse Whitespace Policy - Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

-

- - Disallowed Substitutions - (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

-

- - Key Constraint - Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

-

- - Key Reference Constraint - Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

-

- - Model Group - Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

-

- - Nillable - (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

-

- - Notation - A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

-

- - Preserve Whitespace Policy - Preserve whitespaces exactly as they appear in instances.

-

- - Prohibited Derivations - (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

-

- - Prohibited Substitutions - (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

-

- - Replace Whitespace Policy - Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

-

- - Sequence Model Group - Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

-

- - Substitution Group - Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

-

- - Substitution Group Exclusions - (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

-

- - Target Namespace - The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

-

- - Uniqueness Constraint - Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

-
- top -
-
-
- - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/phyloxml_xsd.png b/forester/phyloxml/docs/version_0.90/phyloxml_xsd.png deleted file mode 100644 index a1c2a7c..0000000 Binary files a/forester/phyloxml/docs/version_0.90/phyloxml_xsd.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-100858323.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-100858323.map deleted file mode 100644 index ab7684e..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-100858323.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-100858323.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-100858323.png deleted file mode 100644 index 7f335de..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-100858323.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1363552746.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1363552746.map deleted file mode 100644 index 58eaefa..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1363552746.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1363552746.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1363552746.png deleted file mode 100644 index 34c97d7..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1363552746.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1387730639.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1387730639.map deleted file mode 100644 index 640ee35..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1387730639.map +++ /dev/null @@ -1,20 +0,0 @@ - - h890448016 - - h-1670259669 - - h577349652 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1387730639.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1387730639.png deleted file mode 100644 index 44465bf..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1387730639.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1484760249.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1484760249.map deleted file mode 100644 index f714f0f..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1484760249.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1484760249.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1484760249.png deleted file mode 100644 index 11c6826..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1484760249.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1752265449.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1752265449.map deleted file mode 100644 index 964dfc3..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1752265449.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1752265449.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1752265449.png deleted file mode 100644 index 226af2f..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1752265449.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1930055872.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1930055872.map deleted file mode 100644 index 8765305..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1930055872.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1930055872.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1930055872.png deleted file mode 100644 index d48270d..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-1930055872.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-203375637.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-203375637.map deleted file mode 100644 index ae5d45c..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-203375637.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-203375637.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-203375637.png deleted file mode 100644 index b344eee..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-203375637.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-265752642.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-265752642.map deleted file mode 100644 index 4af3b31..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-265752642.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-265752642.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-265752642.png deleted file mode 100644 index 4ff4685..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-265752642.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-354757553.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-354757553.map deleted file mode 100644 index 0e6eb3e..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-354757553.map +++ /dev/null @@ -1,8 +0,0 @@ - - h535307528 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-354757553.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-354757553.png deleted file mode 100644 index 84de565..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-354757553.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-465227925.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-465227925.map deleted file mode 100644 index 4ca5813..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-465227925.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-465227925.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-465227925.png deleted file mode 100644 index e0b69d7..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-465227925.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-81115689.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-81115689.map deleted file mode 100644 index c1f5f9b..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-81115689.map +++ /dev/null @@ -1,26 +0,0 @@ - - h1535743041 - - h1535743041 - - h1535743041 - - h1535743041 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-81115689.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-81115689.png deleted file mode 100644 index 8b82c99..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-81115689.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-93417557.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-93417557.map deleted file mode 100644 index 4f0c2ca..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-93417557.map +++ /dev/null @@ -1,8 +0,0 @@ - - h-1389097534 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-93417557.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-93417557.png deleted file mode 100644 index d39fd04..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h-93417557.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1156064289.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1156064289.map deleted file mode 100644 index 3033504..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1156064289.map +++ /dev/null @@ -1,38 +0,0 @@ - - h-853091232 - - h-213750342 - - h-676012345 - - h917087604 - - h259010940 - - h-1482113798 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1156064289.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1156064289.png deleted file mode 100644 index 3aa5095..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1156064289.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h123518701.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h123518701.map deleted file mode 100644 index bff66dc..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h123518701.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h123518701.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h123518701.png deleted file mode 100644 index cc529eb..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h123518701.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1501379365.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1501379365.map deleted file mode 100644 index 3dfb33f..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1501379365.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1501379365.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1501379365.png deleted file mode 100644 index 368b169..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1501379365.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1603897912.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1603897912.map deleted file mode 100644 index 1684e71..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1603897912.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1603897912.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1603897912.png deleted file mode 100644 index fd7a227..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1603897912.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1900732667.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1900732667.map deleted file mode 100644 index b6bd022..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1900732667.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1900732667.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1900732667.png deleted file mode 100644 index 9a11006..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1900732667.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h191215708.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h191215708.map deleted file mode 100644 index 0ba6339..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h191215708.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h191215708.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h191215708.png deleted file mode 100644 index 44c0fb1..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h191215708.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1919634775.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1919634775.map deleted file mode 100644 index 9bbcc49..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1919634775.map +++ /dev/null @@ -1,20 +0,0 @@ - - h-993584945 - - h577349652 - - h577349652 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1919634775.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1919634775.png deleted file mode 100644 index fc1d6b1..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h1919634775.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h230020485.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h230020485.map deleted file mode 100644 index 7f047ac..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h230020485.map +++ /dev/null @@ -1,26 +0,0 @@ - - h-993584945 - - h577349652 - - h577349652 - - h519911868 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h230020485.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h230020485.png deleted file mode 100644 index fe8ccb9..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h230020485.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h408247698.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h408247698.map deleted file mode 100644 index c60ac58..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h408247698.map +++ /dev/null @@ -1,14 +0,0 @@ - - h1358103055 - - h-993584945 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h408247698.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h408247698.png deleted file mode 100644 index 1ae3863..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h408247698.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h482833585.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h482833585.map deleted file mode 100644 index 6ef7fc6..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h482833585.map +++ /dev/null @@ -1,8 +0,0 @@ - - h535307528 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h482833585.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h482833585.png deleted file mode 100644 index 80bd904..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h482833585.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h508496390.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h508496390.map deleted file mode 100644 index 7431192..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h508496390.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h508496390.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h508496390.png deleted file mode 100644 index 79f5f7a..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h508496390.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h516707748.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h516707748.map deleted file mode 100644 index 79b8908..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h516707748.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h516707748.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h516707748.png deleted file mode 100644 index b50e2ee..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h516707748.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h624412339.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h624412339.map deleted file mode 100644 index f015a60..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h624412339.map +++ /dev/null @@ -1,20 +0,0 @@ - - h-853091232 - - h-993584945 - - h-676012345 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h624412339.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h624412339.png deleted file mode 100644 index ef5263d..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h624412339.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h731810719.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h731810719.map deleted file mode 100644 index c7410de..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h731810719.map +++ /dev/null @@ -1,38 +0,0 @@ - - h-853091232 - - h-993584945 - - h-1124608460 - - h192331856 - - h-802965662 - - h-494260170 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h731810719.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h731810719.png deleted file mode 100644 index aebff74..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h731810719.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h77064440.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h77064440.map deleted file mode 100644 index 5c482cb..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h77064440.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h77064440.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h77064440.png deleted file mode 100644 index 1707993..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h77064440.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h813803539.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h813803539.map deleted file mode 100644 index 1868bfd..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h813803539.map +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h813803539.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h813803539.png deleted file mode 100644 index 89e7aa1..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h813803539.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h854822387.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h854822387.map deleted file mode 100644 index 5adc909..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h854822387.map +++ /dev/null @@ -1,56 +0,0 @@ - - h-993584945 - - h-1691165380 - - h-853091232 - - h888650454 - - h-1794244794 - - h-1122459339 - - h-1514309680 - - h-494260170 - - h-1482113798 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h854822387.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h854822387.png deleted file mode 100644 index 0429305..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h854822387.png and /dev/null differ diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h992625297.map b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h992625297.map deleted file mode 100644 index b10180e..0000000 --- a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h992625297.map +++ /dev/null @@ -1,26 +0,0 @@ - - h-853091232 - - h712147427 - - h518348337 - - h-676012345 - - \ No newline at end of file diff --git a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h992625297.png b/forester/phyloxml/docs/version_0.90/schemaDiagrams/h992625297.png deleted file mode 100644 index 7023631..0000000 Binary files a/forester/phyloxml/docs/version_0.90/schemaDiagrams/h992625297.png and /dev/null differ diff --git a/forester/resources/phyloxml_schema/0.90/phyloxml.xsd b/forester/resources/phyloxml_schema/0.90/phyloxml.xsd deleted file mode 100644 index d1f8974..0000000 --- a/forester/resources/phyloxml_schema/0.90/phyloxml.xsd +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -