Table of Contents
Master schema documentation file:
cate.xsd.html
Target Namespace
http://etaxonomy.eu/cdm/model/name/1.0
Version
1.0
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://etaxonomy.eu/cdm/model/common/1.0 (at common.xsd )
http://etaxonomy.eu/cdm/model/reference/1.0 (at reference.xsd )
http://etaxonomy.eu/cdm/model/description/1.0 (at description.xsd )
http://etaxonomy.eu/cdm/model/occurrence/1.0 (at occurrence.xsd )
http://etaxonomy.eu/cdm/model/agent/1.0 (at agent.xsd )
Application Data
<jxb :schemaBindings>
<jxb :package name="eu.etaxonomy.cdm.model.name"/>
</jxb :schemaBindings>
Declared Namespaces
Prefix
Namespace
reference
http://etaxonomy.eu/cdm/model/reference/1.0
xml
http://www.w3.org/XML/1998/namespace
agent
http://etaxonomy.eu/cdm/model/agent/1.0
common
http://etaxonomy.eu/cdm/model/common/1.0
description
http://etaxonomy.eu/cdm/model/description/1.0
xs
http://www.w3.org/2001/XMLSchema
jxb
http://java.sun.com/xml/ns/jaxb
xjc
http://java.sun.com/xml/ns/jaxb/xjc
occurrence
http://etaxonomy.eu/cdm/model/occurrence/1.0
xsi
http://www.w3.org/2001/XMLSchema-instance
name
http://etaxonomy.eu/cdm/model/name/1.0
Schema Component Representation
<
xs:schema
elementFormDefault ="
qualified "
attributeFormDefault ="
unqualified "
version ="
1.0 "
targetNamespace ="
http://etaxonomy.eu/cdm/model/name/1.0 "
extensionBindingPrefixes ="
xjc "
version ="
2.1 "
schemaLocation ="
http://www.w3.org/XML/1998/namespace http://www.w3.org/2005/08/xml.xsd http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd ">
<xs:import
namespace ="http://etaxonomy.eu/cdm/model/common/1.0 " schemaLocation ="common.xsd "/>
<xs:import
namespace ="http://etaxonomy.eu/cdm/model/reference/1.0 " schemaLocation ="reference.xsd "/>
<xs:import
namespace ="http://etaxonomy.eu/cdm/model/description/1.0 " schemaLocation ="description.xsd "/>
<xs:import
namespace ="http://etaxonomy.eu/cdm/model/occurrence/1.0 " schemaLocation ="occurrence.xsd "/>
<xs:import
namespace ="http://etaxonomy.eu/cdm/model/agent/1.0 " schemaLocation ="agent.xsd "/>
...
</
xs:schema >
XML Instance Representation
<
name :BacterialName
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
<
name :NameCache>
xs :string </
name :NameCache>
[0..1]
<
name :GenusOrUninomial>
xs :string </
name :GenusOrUninomial>
[0..1]
<
name :InfraGenericEpithet>
xs :string </
name :InfraGenericEpithet>
[0..1]
<
name :SpecificEpithet>
xs :string </
name :SpecificEpithet>
[0..1]
<
name :InfraSpecificEpithet>
xs :string </
name :InfraSpecificEpithet>
[0..1]
<
name :CombinationAuthorTeam>
xs :IDREF </
name :CombinationAuthorTeam>
[0..1]
<
name :ExCombinationAuthorTeam>
xs :IDREF </
name :ExCombinationAuthorTeam>
[0..1]
<
name :BasionymAuthorTeam>
xs :IDREF </
name :BasionymAuthorTeam>
[0..1]
<
name :ExBasionymAuthorTeam>
xs :IDREF </
name :ExBasionymAuthorTeam>
[0..1]
<
name :AuthorshipCache>
xs :string </
name :AuthorshipCache>
[0..1]
<
name :ProtectedAuthorshipCache>
xs :boolean </
name :ProtectedAuthorshipCache>
[1]
<
name :ProtectedNameCache>
xs :boolean </
name :ProtectedNameCache>
[1]
<
name :SubGenusAuthorship>
xs :string </
name :SubGenusAuthorship>
[0..1]
<
name :NameApprobation>
xs :string </
name :NameApprobation>
[0..1]
</
name :BacterialName>
Schema Component Representation
<
xs:element
name ="
BacterialName ">
<
xs:complexType >
<
xs:complexContent >
<
xs:extension
base ="
name :NonViralName
">
<
xs:sequence >
<
xs:element
name ="
SubGenusAuthorship "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
NameApprobation "
type ="
xs :string
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
name :BotanicalName
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
<
name :NameCache>
xs :string </
name :NameCache>
[0..1]
<
name :GenusOrUninomial>
xs :string </
name :GenusOrUninomial>
[0..1]
<
name :InfraGenericEpithet>
xs :string </
name :InfraGenericEpithet>
[0..1]
<
name :SpecificEpithet>
xs :string </
name :SpecificEpithet>
[0..1]
<
name :InfraSpecificEpithet>
xs :string </
name :InfraSpecificEpithet>
[0..1]
<
name :CombinationAuthorTeam>
xs :IDREF </
name :CombinationAuthorTeam>
[0..1]
<
name :ExCombinationAuthorTeam>
xs :IDREF </
name :ExCombinationAuthorTeam>
[0..1]
<
name :BasionymAuthorTeam>
xs :IDREF </
name :BasionymAuthorTeam>
[0..1]
<
name :ExBasionymAuthorTeam>
xs :IDREF </
name :ExBasionymAuthorTeam>
[0..1]
<
name :AuthorshipCache>
xs :string </
name :AuthorshipCache>
[0..1]
<
name :ProtectedAuthorshipCache>
xs :boolean </
name :ProtectedAuthorshipCache>
[1]
<
name :ProtectedNameCache>
xs :boolean </
name :ProtectedNameCache>
[1]
<
name :IsHybridFormula>
xs :boolean </
name :IsHybridFormula>
[1]
<
name :IsMonomHybrid>
xs :boolean </
name :IsMonomHybrid>
[1]
<
name :IsBinomHybrid>
xs :boolean </
name :IsBinomHybrid>
[1]
<
name :IsTrinomHybrid>
xs :boolean </
name :IsTrinomHybrid>
[1]
<
name :IsAnamorphic>
xs :boolean </
name :IsAnamorphic>
[1]
<
name :HybridRelationships>
[0..1]
</
name :HybridRelationships>
</
name :BotanicalName>
Name
CultivarPlantName
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
name :CultivarPlantName
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
<
name :NameCache>
xs :string </
name :NameCache>
[0..1]
<
name :GenusOrUninomial>
xs :string </
name :GenusOrUninomial>
[0..1]
<
name :InfraGenericEpithet>
xs :string </
name :InfraGenericEpithet>
[0..1]
<
name :SpecificEpithet>
xs :string </
name :SpecificEpithet>
[0..1]
<
name :InfraSpecificEpithet>
xs :string </
name :InfraSpecificEpithet>
[0..1]
<
name :CombinationAuthorTeam>
xs :IDREF </
name :CombinationAuthorTeam>
[0..1]
<
name :ExCombinationAuthorTeam>
xs :IDREF </
name :ExCombinationAuthorTeam>
[0..1]
<
name :BasionymAuthorTeam>
xs :IDREF </
name :BasionymAuthorTeam>
[0..1]
<
name :ExBasionymAuthorTeam>
xs :IDREF </
name :ExBasionymAuthorTeam>
[0..1]
<
name :AuthorshipCache>
xs :string </
name :AuthorshipCache>
[0..1]
<
name :ProtectedAuthorshipCache>
xs :boolean </
name :ProtectedAuthorshipCache>
[1]
<
name :ProtectedNameCache>
xs :boolean </
name :ProtectedNameCache>
[1]
<
name :IsHybridFormula>
xs :boolean </
name :IsHybridFormula>
[1]
<
name :IsMonomHybrid>
xs :boolean </
name :IsMonomHybrid>
[1]
<
name :IsBinomHybrid>
xs :boolean </
name :IsBinomHybrid>
[1]
<
name :IsTrinomHybrid>
xs :boolean </
name :IsTrinomHybrid>
[1]
<
name :IsAnamorphic>
xs :boolean </
name :IsAnamorphic>
[1]
<
name :HybridRelationships>
[0..1]
</
name :HybridRelationships>
<
name :CultivarName>
xs :string </
name :CultivarName>
[1]
</
name :CultivarPlantName>
Schema Component Representation
<
xs:element
name ="
CultivarPlantName ">
<
xs:complexType >
<
xs:complexContent >
<
xs:extension
base ="
name :BotanicalName
">
<
xs:sequence >
<
xs:element
name ="
CultivarName "
type ="
xs :string
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
name :HomotypicalGroup
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
name :TypifiedNames>
[0..1]
<
name :TypifiedName>
xs :IDREF </
name :TypifiedName>
[0..*]
</
name :TypifiedNames>
</
name :HomotypicalGroup>
XML Instance Representation
<
name :HybridRelationshipType
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
common :InverseRepresentations>
[0..1]
<
common :InverseRepresentation>
xs :IDREF </
common :InverseRepresentation>
[0..*]
</
common :InverseRepresentations>
</
name :HybridRelationshipType>
XML Instance Representation
<
name :NameRelationshipType
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
common :InverseRepresentations>
[0..1]
<
common :InverseRepresentation>
xs :IDREF </
common :InverseRepresentation>
[0..*]
</
common :InverseRepresentations>
</
name :NameRelationshipType>
XML Instance Representation
<
name :NameTypeDesignation
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :CitationMicroReference>
xs :string </
common :CitationMicroReference>
[0..1]
<
common :OriginalNameString>
xs :string </
common :OriginalNameString>
[0..1]
<
name :TypifiedNames>
[0..1]
<
name :TypifiedName>
xs :IDREF </
name :TypifiedName>
[0..*]
</
name :TypifiedNames>
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :IsNotDesignated>
xs :boolean </
name :IsNotDesignated>
[1]
<
name :IsRejectedType>
xs :boolean </
name :IsRejectedType>
[1]
<
name :IsConservedType>
xs :boolean </
name :IsConservedType>
[1]
<
name :IsLectoType>
xs :boolean </
name :IsLectoType>
[1]
</
name :NameTypeDesignation>
XML Instance Representation
<
name :NomenclaturalStatusType
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
</
name :NomenclaturalStatusType>
XML Instance Representation
<
name :NonViralName
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
<
name :NameCache>
xs :string </
name :NameCache>
[0..1]
<
name :GenusOrUninomial>
xs :string </
name :GenusOrUninomial>
[0..1]
<
name :InfraGenericEpithet>
xs :string </
name :InfraGenericEpithet>
[0..1]
<
name :SpecificEpithet>
xs :string </
name :SpecificEpithet>
[0..1]
<
name :InfraSpecificEpithet>
xs :string </
name :InfraSpecificEpithet>
[0..1]
<
name :CombinationAuthorTeam>
xs :IDREF </
name :CombinationAuthorTeam>
[0..1]
<
name :ExCombinationAuthorTeam>
xs :IDREF </
name :ExCombinationAuthorTeam>
[0..1]
<
name :BasionymAuthorTeam>
xs :IDREF </
name :BasionymAuthorTeam>
[0..1]
<
name :ExBasionymAuthorTeam>
xs :IDREF </
name :ExBasionymAuthorTeam>
[0..1]
<
name :AuthorshipCache>
xs :string </
name :AuthorshipCache>
[0..1]
<
name :ProtectedAuthorshipCache>
xs :boolean </
name :ProtectedAuthorshipCache>
[1]
<
name :ProtectedNameCache>
xs :boolean </
name :ProtectedNameCache>
[1]
</
name :NonViralName>
Element: Rank
Schema Component Representation
<
xs:element
name ="
Rank "
type ="
name :Rank
"/>
XML Instance Representation
<
name :SpecimenTypeDesignation
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :CitationMicroReference>
xs :string </
common :CitationMicroReference>
[0..1]
<
common :OriginalNameString>
xs :string </
common :OriginalNameString>
[0..1]
<
name :TypifiedNames>
[0..1]
<
name :TypifiedName>
xs :IDREF </
name :TypifiedName>
[0..*]
</
name :TypifiedNames>
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :IsNotDesignated>
xs :boolean </
name :IsNotDesignated>
[1]
<
name :TypeSpecimen>
xs :IDREF </
name :TypeSpecimen>
[0..1]
<
name :TypeStatus>
xs :IDREF </
name :TypeStatus>
[0..1]
</
name :SpecimenTypeDesignation>
XML Instance Representation
<
name :SpecimenTypeDesignationStatus
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
</
name :SpecimenTypeDesignationStatus>
XML Instance Representation
<
name :TaxonNameBase
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
</
name :TaxonNameBase>
XML Instance Representation
<
name :TypeDesignationBase
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :CitationMicroReference>
xs :string </
common :CitationMicroReference>
[0..1]
<
common :OriginalNameString>
xs :string </
common :OriginalNameString>
[0..1]
<
name :TypifiedNames>
[0..1]
<
name :TypifiedName>
xs :IDREF </
name :TypifiedName>
[0..*]
</
name :TypifiedNames>
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :IsNotDesignated>
xs :boolean </
name :IsNotDesignated>
[1]
</
name :TypeDesignationBase>
XML Instance Representation
<
name :ViralName
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
</
name :ViralName>
Schema Component Representation
<
xs:element
name ="
ViralName ">
<
xs:complexType >
<
xs:complexContent >
<
xs:extension
base ="
name :TaxonNameBase
">
<
xs:sequence >
<
xs:element
name ="
Acronym "
type ="
xs :string
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
name :ZoologicalName
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
<
name :NameCache>
xs :string </
name :NameCache>
[0..1]
<
name :GenusOrUninomial>
xs :string </
name :GenusOrUninomial>
[0..1]
<
name :InfraGenericEpithet>
xs :string </
name :InfraGenericEpithet>
[0..1]
<
name :SpecificEpithet>
xs :string </
name :SpecificEpithet>
[0..1]
<
name :InfraSpecificEpithet>
xs :string </
name :InfraSpecificEpithet>
[0..1]
<
name :CombinationAuthorTeam>
xs :IDREF </
name :CombinationAuthorTeam>
[0..1]
<
name :ExCombinationAuthorTeam>
xs :IDREF </
name :ExCombinationAuthorTeam>
[0..1]
<
name :BasionymAuthorTeam>
xs :IDREF </
name :BasionymAuthorTeam>
[0..1]
<
name :ExBasionymAuthorTeam>
xs :IDREF </
name :ExBasionymAuthorTeam>
[0..1]
<
name :AuthorshipCache>
xs :string </
name :AuthorshipCache>
[0..1]
<
name :ProtectedAuthorshipCache>
xs :boolean </
name :ProtectedAuthorshipCache>
[1]
<
name :ProtectedNameCache>
xs :boolean </
name :ProtectedNameCache>
[1]
<
name :PublicationYear>
xs :int </
name :PublicationYear>
[0..1]
<
name :OriginalPublicationYear>
xs :int </
name :OriginalPublicationYear>
[0..1]
</
name :ZoologicalName>
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
<
name :NameCache>
xs :string </
name :NameCache>
[0..1]
<
name :GenusOrUninomial>
xs :string </
name :GenusOrUninomial>
[0..1]
<
name :InfraGenericEpithet>
xs :string </
name :InfraGenericEpithet>
[0..1]
<
name :SpecificEpithet>
xs :string </
name :SpecificEpithet>
[0..1]
<
name :InfraSpecificEpithet>
xs :string </
name :InfraSpecificEpithet>
[0..1]
<
name :CombinationAuthorTeam>
xs :IDREF </
name :CombinationAuthorTeam>
[0..1]
<
name :ExCombinationAuthorTeam>
xs :IDREF </
name :ExCombinationAuthorTeam>
[0..1]
<
name :BasionymAuthorTeam>
xs :IDREF </
name :BasionymAuthorTeam>
[0..1]
<
name :ExBasionymAuthorTeam>
xs :IDREF </
name :ExBasionymAuthorTeam>
[0..1]
<
name :AuthorshipCache>
xs :string </
name :AuthorshipCache>
[0..1]
<
name :ProtectedAuthorshipCache>
xs :boolean </
name :ProtectedAuthorshipCache>
[1]
<
name :ProtectedNameCache>
xs :boolean </
name :ProtectedNameCache>
[1]
<
name :IsHybridFormula>
xs :boolean </
name :IsHybridFormula>
[1]
<
name :IsMonomHybrid>
xs :boolean </
name :IsMonomHybrid>
[1]
<
name :IsBinomHybrid>
xs :boolean </
name :IsBinomHybrid>
[1]
<
name :IsTrinomHybrid>
xs :boolean </
name :IsTrinomHybrid>
[1]
<
name :IsAnamorphic>
xs :boolean </
name :IsAnamorphic>
[1]
<
name :HybridRelationships>
[0..1]
</
name :HybridRelationships>
</...>
Schema Component Representation
<
xs:complexType
name ="
BotanicalName ">
<
xs:complexContent >
<
xs:extension
base ="
name :NonViralName
">
<
xs:sequence >
<
xs:element
name ="
IsHybridFormula "
type ="
xs :boolean
"/>
<
xs:element
name ="
IsMonomHybrid "
type ="
xs :boolean
"/>
<
xs:element
name ="
IsBinomHybrid "
type ="
xs :boolean
"/>
<
xs:element
name ="
IsTrinomHybrid "
type ="
xs :boolean
"/>
<
xs:element
name ="
IsAnamorphic "
type ="
xs :boolean
"/>
<
xs:element
name ="
HybridRelationships "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
name :TypifiedNames>
[0..1]
<
name :TypifiedName>
xs :IDREF </
name :TypifiedName>
[0..*]
</
name :TypifiedNames>
</...>
Schema Component Representation
<
xs:complexType
name ="
HomotypicalGroup ">
<
xs:complexContent >
<
xs:extension
base ="
common :AnnotatableEntity
">
<
xs:sequence >
<
xs:element
name ="
TypifiedNames "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
TypifiedName "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
isDoubtful="
xs :boolean
[0..1] " >
<
common :CitationMicroReference>
xs :string </
common :CitationMicroReference>
[0..1]
<
common :OriginalNameString>
xs :string </
common :OriginalNameString>
[0..1]
<
name :RelatedFrom>
xs :IDREF </
name :RelatedFrom>
[0..1]
<
name :RelatedTo>
xs :IDREF </
name :RelatedTo>
[0..1]
<
name :RuleConsidered>
xs :string </
name :RuleConsidered>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
HybridRelationship ">
<
xs:complexContent >
<
xs:extension
base ="
common :RelationshipBase
">
<
xs:sequence >
<
xs:element
name ="
RelatedFrom "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
RelatedTo "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
Type "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
RuleConsidered "
type ="
xs :string
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
common :InverseRepresentations>
[0..1]
<
common :InverseRepresentation>
xs :IDREF </
common :InverseRepresentation>
[0..*]
</
common :InverseRepresentations>
</...>
Schema Component Representation
<
xs:complexType
name ="
HybridRelationshipType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
isDoubtful="
xs :boolean
[0..1] " >
<
common :CitationMicroReference>
xs :string </
common :CitationMicroReference>
[0..1]
<
common :OriginalNameString>
xs :string </
common :OriginalNameString>
[0..1]
<
name :RelatedFrom>
xs :IDREF </
name :RelatedFrom>
[0..1]
<
name :RelatedTo>
xs :IDREF </
name :RelatedTo>
[0..1]
<
name :RuleConsidered>
xs :string </
name :RuleConsidered>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
NameRelationship ">
<
xs:complexContent >
<
xs:extension
base ="
common :RelationshipBase
">
<
xs:sequence >
<
xs:element
name ="
RelatedFrom "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
RelatedTo "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
Type "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
RuleConsidered "
type ="
xs :string
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
common :InverseRepresentations>
[0..1]
<
common :InverseRepresentation>
xs :IDREF </
common :InverseRepresentation>
[0..*]
</
common :InverseRepresentations>
</...>
Schema Component Representation
<
xs:complexType
name ="
NameRelationshipType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :CitationMicroReference>
xs :string </
common :CitationMicroReference>
[0..1]
<
common :OriginalNameString>
xs :string </
common :OriginalNameString>
[0..1]
<
name :TypifiedNames>
[0..1]
<
name :TypifiedName>
xs :IDREF </
name :TypifiedName>
[0..*]
</
name :TypifiedNames>
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :IsNotDesignated>
xs :boolean </
name :IsNotDesignated>
[1]
<
name :IsRejectedType>
xs :boolean </
name :IsRejectedType>
[1]
<
name :IsConservedType>
xs :boolean </
name :IsConservedType>
[1]
<
name :IsLectoType>
xs :boolean </
name :IsLectoType>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
NameTypeDesignation ">
<
xs:complexContent >
<
xs:extension
base ="
name :TypeDesignationBase
">
<
xs:sequence >
<
xs:element
name ="
IsRejectedType "
type ="
xs :boolean
"/>
<
xs:element
name ="
IsConservedType "
type ="
xs :boolean
"/>
<
xs:element
name ="
IsLectoType "
type ="
xs :boolean
"/>
<
xs:element
name ="
TypeName "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :CitationMicroReference>
xs :string </
common :CitationMicroReference>
[0..1]
<
common :OriginalNameString>
xs :string </
common :OriginalNameString>
[0..1]
<
name :ruleConsidered>
xs :string </
name :ruleConsidered>
[0..1]
<
name :NomenclaturalStatusType>
xs :IDREF </
name :NomenclaturalStatusType>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
NomenclaturalStatus ">
<
xs:complexContent >
<
xs:extension
base ="
common :ReferencedEntityBase
">
<
xs:sequence >
<
xs:element
name ="
ruleConsidered "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
NomenclaturalStatusType "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
NomenclaturalStatusType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
<
name :NameCache>
xs :string </
name :NameCache>
[0..1]
<
name :GenusOrUninomial>
xs :string </
name :GenusOrUninomial>
[0..1]
<
name :InfraGenericEpithet>
xs :string </
name :InfraGenericEpithet>
[0..1]
<
name :SpecificEpithet>
xs :string </
name :SpecificEpithet>
[0..1]
<
name :InfraSpecificEpithet>
xs :string </
name :InfraSpecificEpithet>
[0..1]
<
name :CombinationAuthorTeam>
xs :IDREF </
name :CombinationAuthorTeam>
[0..1]
<
name :ExCombinationAuthorTeam>
xs :IDREF </
name :ExCombinationAuthorTeam>
[0..1]
<
name :BasionymAuthorTeam>
xs :IDREF </
name :BasionymAuthorTeam>
[0..1]
<
name :ExBasionymAuthorTeam>
xs :IDREF </
name :ExBasionymAuthorTeam>
[0..1]
<
name :AuthorshipCache>
xs :string </
name :AuthorshipCache>
[0..1]
<
name :ProtectedAuthorshipCache>
xs :boolean </
name :ProtectedAuthorshipCache>
[1]
<
name :ProtectedNameCache>
xs :boolean </
name :ProtectedNameCache>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
NonViralName ">
<
xs:complexContent >
<
xs:extension
base ="
name :TaxonNameBase
">
<
xs:sequence >
<
xs:element
name ="
NameCache "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
GenusOrUninomial "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
InfraGenericEpithet "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
SpecificEpithet "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
InfraSpecificEpithet "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
CombinationAuthorTeam "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
ExCombinationAuthorTeam "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
BasionymAuthorTeam "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
ExBasionymAuthorTeam "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
AuthorshipCache "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
ProtectedAuthorshipCache "
type ="
xs :boolean
"/>
<
xs:element
name ="
ProtectedNameCache "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Complex Type: Rank
Name
Rank
Used by (from the same schema document)
Element
Rank
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
Rank ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :CitationMicroReference>
xs :string </
common :CitationMicroReference>
[0..1]
<
common :OriginalNameString>
xs :string </
common :OriginalNameString>
[0..1]
<
name :TypifiedNames>
[0..1]
<
name :TypifiedName>
xs :IDREF </
name :TypifiedName>
[0..*]
</
name :TypifiedNames>
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :IsNotDesignated>
xs :boolean </
name :IsNotDesignated>
[1]
<
name :TypeSpecimen>
xs :IDREF </
name :TypeSpecimen>
[0..1]
<
name :TypeStatus>
xs :IDREF </
name :TypeStatus>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
SpecimenTypeDesignation ">
<
xs:complexContent >
<
xs:extension
base ="
name :TypeDesignationBase
">
<
xs:sequence >
<
xs:element
name ="
TypeSpecimen "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
TypeStatus "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
SpecimenTypeDesignationStatus ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
</...>
Schema Component Representation
<
xs:complexType
name ="
TaxonNameBase "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :IdentifiableEntity
">
<
xs:sequence >
<
xs:element
name ="
AppendedPhrase "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
NomenclaturalMicroReference "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
NomenclaturalReference "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
Rank "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
FullTitleCache "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
ProtectedFullTitleCache "
type ="
xs :boolean
"/>
<
xs:element
name ="
HomotypicalGroup "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
TypeDesignations "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
TypeDesignation "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
RelationsFromThisName "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
RelationFromThisName "
type ="
name :NameRelationship
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
RelationsToThisName "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
RelationToThisName "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
NomenclaturalStatuses "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
TaxonBases "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
TaxonBase "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Descriptions "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
<
xs:attribute
name ="
hasProblem "
type ="
xs :boolean
"
use ="
required "/>
<
xs:attribute
name ="
problemStarts "
type ="
xs :int
"
use ="
required "/>
<
xs:attribute
name ="
problemEnds "
type ="
xs :int
"
use ="
required "/>
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :CitationMicroReference>
xs :string </
common :CitationMicroReference>
[0..1]
<
common :OriginalNameString>
xs :string </
common :OriginalNameString>
[0..1]
<
name :TypifiedNames>
[0..1]
<
name :TypifiedName>
xs :IDREF </
name :TypifiedName>
[0..*]
</
name :TypifiedNames>
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :IsNotDesignated>
xs :boolean </
name :IsNotDesignated>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
TypeDesignationBase "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :ReferencedEntityBase
">
<
xs:sequence >
<
xs:element
name ="
TypifiedNames "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
TypifiedName "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
HomotypicalGroup "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
IsNotDesignated "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
hasProblem="
xs :boolean
[1] "
problemStarts="
xs :int
[1] "
problemEnds="
xs :int
[1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
<
name :AppendedPhrase>
xs :string </
name :AppendedPhrase>
[0..1]
<
name :NomenclaturalMicroReference>
xs :string </
name :NomenclaturalMicroReference>
[0..1]
<
name :NomenclaturalReference>
xs :IDREF </
name :NomenclaturalReference>
[0..1]
<
name :FullTitleCache>
xs :string </
name :FullTitleCache>
[0..1]
<
name :ProtectedFullTitleCache>
xs :boolean </
name :ProtectedFullTitleCache>
[1]
<
name :HomotypicalGroup>
xs :IDREF </
name :HomotypicalGroup>
[0..1]
<
name :TypeDesignations>
[0..1]
<
name :TypeDesignation>
xs :IDREF </
name :TypeDesignation>
[0..*]
</
name :TypeDesignations>
<
name :RelationsFromThisName>
[0..1]
</
name :RelationsFromThisName>
<
name :RelationsToThisName>
[0..1]
<
name :RelationToThisName>
xs :IDREF </
name :RelationToThisName>
[0..*]
</
name :RelationsToThisName>
<
name :NomenclaturalStatuses>
[0..1]
</
name :NomenclaturalStatuses>
<
name :TaxonBases>
[0..1]
<
name :TaxonBase>
xs :IDREF </
name :TaxonBase>
[0..*]
</
name :TaxonBases>
<
name :Descriptions>
[0..1]
</
name :Descriptions>
<
name :NameCache>
xs :string </
name :NameCache>
[0..1]
<
name :GenusOrUninomial>
xs :string </
name :GenusOrUninomial>
[0..1]
<
name :InfraGenericEpithet>
xs :string </
name :InfraGenericEpithet>
[0..1]
<
name :SpecificEpithet>
xs :string </
name :SpecificEpithet>
[0..1]
<
name :InfraSpecificEpithet>
xs :string </
name :InfraSpecificEpithet>
[0..1]
<
name :CombinationAuthorTeam>
xs :IDREF </
name :CombinationAuthorTeam>
[0..1]
<
name :ExCombinationAuthorTeam>
xs :IDREF </
name :ExCombinationAuthorTeam>
[0..1]
<
name :BasionymAuthorTeam>
xs :IDREF </
name :BasionymAuthorTeam>
[0..1]
<
name :ExBasionymAuthorTeam>
xs :IDREF </
name :ExBasionymAuthorTeam>
[0..1]
<
name :AuthorshipCache>
xs :string </
name :AuthorshipCache>
[0..1]
<
name :ProtectedAuthorshipCache>
xs :boolean </
name :ProtectedAuthorshipCache>
[1]
<
name :ProtectedNameCache>
xs :boolean </
name :ProtectedNameCache>
[1]
<
name :PublicationYear>
xs :int </
name :PublicationYear>
[0..1]
<
name :OriginalPublicationYear>
xs :int </
name :OriginalPublicationYear>
[0..1]
</...>
Schema Component Representation
<
xs:complexType
name ="
ZoologicalName ">
<
xs:complexContent >
<
xs:extension
base ="
name :NonViralName
">
<
xs:sequence >
<
xs:element
name ="
Breed "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
PublicationYear "
type ="
xs :int
"
minOccurs ="
0 "/>
<
xs:element
name ="
OriginalPublicationYear "
type ="
xs :int
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
xs :string < NomenclaturalCode (by restriction)
Sub-types:
None
Name
NomenclaturalCode
Used by (from the same schema document)
Element
NomenclaturalCode
Content
value comes from list: {'ICBN'|'ICNB'|'ICNCP'|'ICVCN'|'ICZN'}
Schema Component Representation
<
xs:simpleType
name ="
NomenclaturalCode ">
<
xs:restriction
base ="
xs :string
">
<xs:enumeration
value ="ICBN "/>
<xs:enumeration
value ="ICNB "/>
<xs:enumeration
value ="ICNCP "/>
<xs:enumeration
value ="ICVCN "/>
<xs:enumeration
value ="ICZN "/>
</
xs:restriction >
</
xs:simpleType >
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.
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.)
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 .