Documentation for taxonx1

Table of Contents

top

Schema Document Properties

Target Namespace http://www.taxonx.org/schema/v1
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.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://www.loc.gov/mods/v3 (at http://www.loc.gov/standards/mods/v3/mods-3-1.xsd)
    • http://digir.net/schema/conceptual/darwin/2003/1.0 (at http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://www.taxonx.org/schema/v1
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
dc http://digir.net/schema/conceptual/darwin/core/2.0
mods http://www.loc.gov/mods/v3
Schema Component Representation
<xs:schema targetNamespace="http://www.taxonx.org/schema/v1" elementFormDefault="qualified">
<xs:import namespace="http://www.loc.gov/mods/v3" schemaLocation="http://www.loc.gov/standards/mods/v3/mods-3-1.xsd"/>
<xs:import namespace="http://digir.net/schema/conceptual/darwin/2003/1.0" schemaLocation="http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: author

Name author
Used by (from the same schema document) Element head , Element nomenclature , Element nomenclature , Element type
Type xs:string
Nillable no
Abstract no
Documentation The author of the original description of a taxon in a nomenclature or synonymy section of a taxonomic treatment.
Logical Diagram
XML Instance Representation
<author> xs:string </author>
Diagram
Schema Component Representation
<xs:element name="author" type=" xs:string "/>
top

Element: bibref

Name bibref
Used by (from the same schema document) Element p , Element ref_group , Element nomenclature
Type Locally-defined complex type
Nillable no
Abstract no
Documentation A bibliographic reference.
Logical Diagram
h450815486 h674250704 h575939093 h-1474439801 h-573369874
XML Instance Representation
<bibref
id=" xs:ID [0..1]"
n=" xs:string [0..1]"
type=" xs:string [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<xmldata> ... </xmldata> [1]
<xid> ... </xid> [1]
<pb> ... </pb> [1]
<figure> ... </figure> [1]
<name> ... </name> [1]
End Choice
</bibref>
Diagram
h450815486 h674250704 h575939093 h-1474439801 h-573369874 h-1875082775
Schema Component Representation
<xs:element name="bibref">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" xmldata "/>
<xs:element ref=" xid "/>
<xs:element ref=" pb "/>
<xs:element ref=" figure "/>
<xs:element ref=" name "/>
</xs:choice>
<xs:attributeGroup ref=" standardAttrs "/>
<xs:attribute name="type" type=" xs:string " use="optional"/>
</xs:complexType>
</xs:element>
top

Element: character

Name character
Used by (from the same schema document) Element p , Element seg , Element character , Element statement
Type Locally-defined complex type
Nillable no
Abstract no
Documentation A morphological character.
Logical Diagram
h674250704 h450815486 h2142390694 h-589424242 h575939093 h-1474439801
XML Instance Representation
<character
id=" xs:ID [0..1]"
n=" xs:string [0..1]"
name=" xs:string [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<xid> ... </xid> [1]
<xmldata> ... </xmldata> [1]
<character> ... </character> [1]
<state> ... </state> [1]
<pb> ... </pb> [1]
<figure> ... </figure> [1]
End Choice
</character>
Diagram
h674250704 h450815486 h-589424242 h575939093 h-1474439801 h-1875082775
Schema Component Representation
<xs:element name="character">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" xid "/>
<xs:element ref=" xmldata "/>
<xs:element ref=" character "/>
<xs:element ref=" state "/>
<xs:element ref=" pb "/>
<xs:element ref=" figure "/>
</xs:choice>
<xs:attributeGroup ref=" standardAttrs "/>
<xs:attribute name="name">
<xs:simpleType>
<xs:restriction base=" xs:string "/>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
top

Element: citation

Name citation
Used by (from the same schema document) Element nomenclature , Element nomenclature
Type Locally-defined complex type
Nillable no
Abstract no
Documentation A citation.
Logical Diagram
h450815486 h674250704 h575939093 h-1208612902 h-1823002468 h-1128584378 h-573356203 h-1474439801
XML Instance Representation
<citation
id=" xs:ID [0..1]"
n=" xs:string [0..1]"
type=" xs:string [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<xmldata> ... </xmldata> [1]
<xid> ... </xid> [1]
<pb> ... </pb> [1]
<nomenclature> ... </nomenclature> [1]
<collection_event> ... </collection_event> [1]
<locality> ... </locality> [1]
<note> ... </note> [1]
<figure> ... </figure> [1]
End Choice
</citation>
Diagram
h450815486 h674250704 h575939093 h-1208612902 h-1823002468 h-1128584378 h-573356203 h-1474439801 h-1875082775
Schema Component Representation
<xs:element name="citation">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" xmldata "/>
<xs:element ref=" xid "/>
<xs:element ref=" pb "/>
<xs:element ref=" nomenclature "/>
<xs:element ref=" collection_event "/>
<xs:element ref=" locality "/>
<xs:element ref=" note "/>
<xs:element ref=" figure "/>
</xs:choice>
<xs:attributeGroup ref=" standardAttrs "/>
<xs:attribute name="type" type=" xs:string " use="optional"/>
</xs:complexType>
</xs:element>
top

Element: collection_event

Name collection_event
Used by (from the same schema document) Element citation , Element p , Element seg
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Contains information regarding the collection of a specimen.
Logical Diagram
h-1128584378 h-573167971 h589587102 h674250704 h450815486 h575939093 h-1474439801
XML Instance Representation
<collection_event
id=" xs:ID [0..1]"
n=" xs:string [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<locality> ... </locality> [1]
<type> ... </type> [1]
<type_loc> ... </type_loc> [1]
<xid> ... </xid> [1]
<xmldata> ... </xmldata> [1]
<pb> ... </pb> [1]
<figure> ... </figure> [1]
End Choice
</collection_event>
Diagram
h-1128584378 h-573167971 h589587102 h674250704 h450815486 h575939093 h-1474439801 h-1875082775
Schema Component Representation
<xs:element name="collection_event">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" locality "/>
<xs:element ref=" type "/>
<xs:element ref=" type_loc "/>
<xs:element ref=" xid "/>
<xs:element ref=" xmldata "/>
<xs:element ref=" pb "/>
<xs:element ref=" figure "/>
</xs:choice>
<xs:attributeGroup ref=" standardAttrs "/>
</xs:complexType>
</xs:element>
top

Element: div

Name div
Used by (from the same schema document) Element taxonxBody , Element div , Element treatment
Type Locally-defined complex type
Nillable no
Abstract no
Documentation A block level textual division of a text. Attributes: n, number or name of division; type: type of division. If div occurs inside a treatment, suggested values are: abstract, acknowledgments, biology_ecology, description, diagnosis, discussion, distribution, etymology, introduction, materials_examined, materials_methods, multiple, synopsis.
Logical Diagram
h-573545149
XML Instance Representation
<div
id=" xs:ID [0..1]"
n=" xs:string [0..1]"
type=" xs:string (value comes from list: {'abstract'|'acknowledgments'|'biology_ecology'|'description'|'diagnosis'|'discussion'|'distribution'|'etymology'|'key'|'introduction'|'materials_examined'|'materials_methods'|'multiple'|'synopsis'|''}) [0..1]">
<head> ... </head> [0..1]
Start Choice [0..*]
<p> ... </p> [1]
<div> ... </div> [1]
<pb> ... </pb> [1]
<figure> ... </figure> [1]
End Choice
</div>
Diagram
h-573545149 h-258515987 h575939093 h-1474439801 h-1875082775
Schema Component Representation
<xs:element name="div">
<xs:complexType>
<xs:sequence maxOccurs="1">
<xs:element ref=" head " maxOccurs="1" minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" p "/>
<xs:element ref=" div "/>
<xs:element ref=" pb "/>
<xs:element ref=" figure "/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref=" standardAttrs "/>
<xs:attribute name="type" use="optional">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="abstract"/>
<xs:enumeration value="acknowledgments"/>
<xs:enumeration value="biology_ecology"/>
<xs:enumeration value="description"/>
<xs:enumeration value="diagnosis"/>
<xs:enumeration value="discussion"/>
<xs:enumeration value="distribution"/>
<xs:enumeration value="etymology"/>
<xs:enumeration value="key"/>
<xs:enumeration value="introduction"/>
<xs:enumeration value="materials_examined"/>
<xs:enumeration value="materials_methods"/>
<xs:enumeration value="multiple"/>
<xs:enumeration value="synopsis"/>
<xs:enumeration value=""/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
top

Element: figure

Name figure
Used by (from the same schema document) Element taxonxBody , Element citation , Element div , Element head , Element name , Element note , Element p , Element ref_group , Element year , Element seg , Element treatment , Element character , Element collection_event , Element state , Element locality , Element statement , Element figures , Element figure , Element bibref , Element title
Type Locally-defined complex type
Nillable no
Abstract no
Documentation A figure or graphic
Logical Diagram
h-573545149 h-258515987 h575939093
XML Instance Representation
<figure
id=" xs:ID [0..1]"
n=" xs:string [0..1]"
url=" xs:anyURI [0..1]">
Start Choice [0..*]
<figDesc
id=" xs:ID [0..1]"> [1]
<!-- Mixed content -->
Start Choice [0..*]
<note> ... </note> [1]
<figure> ... </figure> [1]
<pb> ... </pb> [1]
End Choice
</figDesc>
<head> ... </head> [1]
<p> ... </p> [1]
<pb> ... </pb> [1]
End Choice
</figure>
Diagram
h-573356203 h575939093 h-573545149 h-258515987 h575939093 h-1875082775
Schema Component Representation
<xs:element name="figure">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="figDesc">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" note "/>
<xs:element ref=" figure "/>
<xs:element ref=" pb "/>
</xs:choice>
<xs:attribute name="id" type=" xs:ID "/>
</xs:complexType>
</xs:element>
<xs:element ref=" head "/>
<xs:element ref=" p "/>
<xs:element ref=" pb "/>
</xs:choice>
<xs:attributeGroup ref=" standardAttrs "/>
<xs:attribute name="url" type=" xs:anyURI " use="optional"/>
</xs:complexType>
</xs:element>
top

Element: figures

Name figures
Used by (from the same schema document) Element nomenclature
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Figures: A statement indicating figures associated with a treatment.
Logical Diagram
h-1474439801 h575939093
XML Instance Representation
<figures
id=" xs:ID [0..1]"
n=" xs:string [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<figure> ... </figure> [1]
<pb> ... </pb> [1]
End Choice
</figures>
Diagram
h-1474439801 h575939093 h-1875082775
Schema Component Representation
<xs:element name="figures">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" figure "/>
<xs:element ref=" pb "/>
</xs:choice>
<xs:attributeGroup ref=" standardAttrs "/>
</xs:complexType>
</xs:element>
top

Element: head

Name head
Used by (from the same schema document) Element taxonxBody , Element div , Element ref_group , Element treatment , Element figure
Type Locally-defined complex type
Nillable no
Abstract no
Documentation A heading, such as the title of a section, etc...
Logical Diagram
h-1606128594 h-573356203 h575939093 h-1474439801 h-588810411
XML Instance Representation
<head
id=" xs:ID [0..1]"
n=" xs:string [0..1]"
type=" xs:string [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<author> ... </author> [1]
<note