Documentation for cate-0.6

Table of Contents

Master schema documentation file: cate-0.6.xsd.html

top

Schema Document Properties

Target Namespace http://cate-project.org/schema/description/0.6
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://cate-project.org/schema/common/0.6 (at common.xsd)
Application Data <jxb:schemaBindings>
<jxb:package name="org.cateproject.model.description"/>
</jxb:schemaBindings>

Declared Namespaces

Prefix Namespace
Default namespace http://cate-project.org/schema/description/0.6
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
xsi http://www.w3.org/2001/XMLSchema-instance
common http://cate-project.org/schema/common/0.6
jxb http://java.sun.com/xml/ns/jaxb
xjc http://java.sun.com/xml/ns/jaxb/xjc
Schema Component Representation
<xs:schema targetNamespace="http://cate-project.org/schema/description/0.6" extensionBindingPrefixes="xjc" version="2.1" elementFormDefault="qualified" attributeFormDefault="unqualified" schemaLocation="http://www.w3.org/XML/1998/namespace http://www.w3.org/2005/08/xml.xsd">
<xs:import namespace="http://cate-project.org/schema/common/0.6" schemaLocation="common.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: AbsenceTerm

Name AbsenceTerm
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<AbsenceTerm
ordinal=" xs:int [0..1]">
<!-- ' DefinedTermBase ' super type was not found in this schema. Some elements and attributes may be missing. -->
</AbsenceTerm>
Diagram
h-1114110438
Schema Component Representation
<xs:element name="AbsenceTerm">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" PresenceAbsenceTermBase "/>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: FeatureTree

Name FeatureTree
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FeatureTree
uuid=" xs:ID [0..1]">
<!-- ' IdentifiableEntity ' super type was not found in this schema. Some elements and attributes may be missing. -->
<URI> xs:anyURI </URI> [0..1]
<Representations> RepresentationSet </Representations> [0..1]
<RootNode> xs:IDREF </RootNode> [1]
<FeatureNodes> [1]
<FeatureNode
uuid=" xs:ID [0..1]"> [1..*]
<Title> common:RepresentationSet </Title> [0..1]
<Scope> xs:IDREF </Scope> [1]
<Parent> xs:IDREF </Parent> [0..1]
<ChildNodes> [0..1]
<FeatureNode> xs:IDREF </FeatureNode> [1..*]
</ChildNodes>
</FeatureNode>
</FeatureNodes>
</FeatureTree>
Diagram
Schema Component Representation
<xs:element name="FeatureTree">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" common:TermBase ">
<xs:sequence>
<xs:element name="RootNode" type=" xs:IDREF "/>
<xs:element name="FeatureNodes">
<xs:complexType>
<xs:sequence>
<xs:element name="FeatureNode" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Title" type=" common:RepresentationSet " minOccurs="0"/>
<xs:element name="Scope" type=" xs:IDREF "/>
<xs:element name="Parent" type=" xs:IDREF " minOccurs="0" maxOccurs="1"/>
<xs:element name="ChildNodes" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="FeatureNode" type=" xs:IDREF " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="uuid" type=" xs:ID "/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: FeatureType

Name FeatureType
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FeatureType
supportsQuantitativeData=" xs:boolean [0..1]"
supportsTextData=" xs:boolean [0..1]"
supportsDistribution=" xs:boolean [0..1]"
supportsIndividualAssociation=" xs:boolean [0..1]"
supportsCommonTaxonName=" xs:boolean [0..1]">
<!-- ' TermBase ' super type was not found in this schema. Some elements and attributes may be missing. -->
<KindOf> xs:IDREF </KindOf> [0..1]
<GeneralizationOf> [0..1]
Start Sequence [1..*]
<GeneralizationOf> xs:IDREF </GeneralizationOf> [1]
End Sequence
</GeneralizationOf>
<Media> [0..1]
Start Sequence [1..*]
<Media> xs:IDREF </Media> [1]
End Sequence
</Media>
<Vocabulary> xs:IDREF </Vocabulary> [1]
<RecommendedModifierEnumerations> [0..1]
<RecommendedModifierEnumeration> xs:IDREF </RecommendedModifierEnumeration> [1..*]
</RecommendedModifierEnumerations>
<RecommendedStatisticalMeasures> [0..1]
<RecommendedStatisticalMeasure> xs:IDREF </RecommendedStatisticalMeasure> [1..*]
</RecommendedStatisticalMeasures>
<SupportedCategoricalEnumerations> [0..1]
<SupportedCategoricalEnumeration> xs:IDREF </SupportedCategoricalEnumeration> [1..*]
</SupportedCategoricalEnumerations>
</FeatureType>
Diagram
Schema Component Representation
<xs:element name="FeatureType">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" common:DefinedTermBase ">
<xs:sequence>
<xs:element name="RecommendedModifierEnumerations" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="RecommendedModifierEnumeration" type=" xs:IDREF " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RecommendedStatisticalMeasures" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="RecommendedStatisticalMeasure" type=" xs:IDREF " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SupportedCategoricalEnumerations" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="SupportedCategoricalEnumeration" type=" xs:IDREF " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="supportsQuantitativeData" type=" xs:boolean "/>
<xs:attribute name="supportsTextData" type=" xs:boolean "/>
<xs:attribute name="supportsDistribution" type=" xs:boolean "/>
<xs:attribute name="supportsIndividualAssociation" type=" xs:boolean "/>
<xs:attribute name="supportsCommonTaxonName" type=" xs:boolean "/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: IdentificationKey

Name IdentificationKey
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<IdentificationKey
uuid=" xs:ID [0..1]">
<!-- ' IdentifiableEntity ' super type was not found in this schema. Some elements and attributes may be missing. -->
<Title> MultilanguageSet </Title> [0..1]
<MediaCreated> xs:dateTime </MediaCreated> [0..1]
<Description> MultilanguageSet </Description> [0..1]
<Instances> [0..1]
Start Sequence [1..*]
<ImageFile> ... </ImageFile> [0..*]
<AudioFile> ... </AudioFile> [0..*]
<MovieFile> ... </MovieFile> [0..*]
<description:IdentificationKeyInstance> ... </description:IdentificationKeyInstance> [0..*]
End Sequence
</Instances>
<Artist> xs:IDREF </Artist> [0..1]
<RecordOf> xs:IDREF </RecordOf> [0..1]
<CoveredTaxa> [1]
<CoveredTaxon> xs:IDREF </CoveredTaxon> [1..*]
</CoveredTaxa>
<CoveredAreas> [1]
<CoveredArea> xs:IDREF </CoveredArea> [1..*]
</CoveredAreas>
</IdentificationKey>
Diagram
Schema Component Representation
<xs:element name="IdentificationKey">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" common:Media ">
<xs:sequence>
<xs:element name="CoveredTaxa">
<xs:complexType>
<xs:sequence>
<xs:element name="CoveredTaxon" type=" xs:IDREF " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="CoveredAreas">
<xs:complexType>
<xs:sequence>
<xs:element name="CoveredArea" type=" xs:IDREF " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: IdentificationKeyInstance

Name IdentificationKeyInstance
Type IdentificationKeyInstance
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<IdentificationKeyInstance>
<MimeType> xs:string </MimeType> [0..1]
<Suffix> xs:string </Suffix> [0..1]
<URI> xs:anyURI </URI> [0..1]
<Size> xs:int </Size> [0..1]
</IdentificationKeyInstance>
Diagram
h-1679316940
Schema Component Representation
<xs:element name="IdentificationKeyInstance" type=" IdentificationKeyInstance "/>
top

Element: Modifier

Name Modifier
Type Modifier
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<Modifier
ordinal=" xs:int [0..1]">
<!-- ' DefinedTermBase ' super type was not found in this schema. Some elements and attributes may be missing. -->
</Modifier>
Diagram
h-1920912955
Schema Component Representation
<xs:element name="Modifier" type=" Modifier "/>
top

Element: PresenceTerm

Name PresenceTerm
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<PresenceTerm
ordinal=" xs:int [0..1]">
<!-- ' DefinedTermBase ' super type was not found in this schema. Some elements and attributes may be missing. -->
</PresenceTerm>
Diagram
h-1114110438
Schema Component Representation
<xs:element name="PresenceTerm">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" PresenceAbsenceTermBase "/>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: Scope

Name Scope
Type Scope
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<Scope
ordinal=" xs:int [0..1]">
<!-- ' DefinedTermBase ' super type was not found in this schema. Some elements and attributes may be missing. -->
</Scope>
Diagram
h535661148
Schema Component Representation
<xs:element name="Scope" type=" Scope "/>
top

Element: Sex

Name Sex
Type Sex
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<Sex
ordinal=" xs:int [0..1]">
<!-- ' DefinedTermBase ' super type was not found in this schema. Some elements and attributes may be missing. -->
</Sex>
Diagram
h-1110086417
Schema Component Representation
<xs:element name="Sex" type=" Sex "/>
top

Element: Stage

Name Stage
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<Stage
ordinal=" xs:int [0..1]">
<!-- ' DefinedTermBase ' super type was not found in this schema. Some elements and attributes may be missing. -->
</Stage>
Diagram
h-1110086417
Schema Component Representation
<xs:element name="Stage">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" Scope "/>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: State

Name State
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<State
ordinal=" xs:int [0..1]">
<!-- ' DefinedTermBase ' super type was not found in this schema. Some elements and attributes may be missing. -->
</State>
Diagram
h-1920912955
Schema Component Representation
<xs:element name="State">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" common:OrderedTermBase "/>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: StatisticalMeasure

Name StatisticalMeasure
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<StatisticalMeasure>
<!-- ' TermBase ' super type was not found in this schema. Some elements and attributes may be missing. -->
<KindOf> xs:IDREF </KindOf> [0..1]
<GeneralizationOf> [0..1]
Start Sequence [1..*]
<GeneralizationOf> xs:IDREF </GeneralizationOf> [1]
End Sequence
</GeneralizationOf>
<Media> [0..1]
Start Sequence [1..*]
<Media> xs:IDREF </Media> [1]
End Sequence
</Media>
<Vocabulary> xs:IDREF </Vocabulary> [1]
</StatisticalMeasure>
Diagram
h-519423135
Schema Component Representation
<xs:element name="StatisticalMeasure">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" common:DefinedTermBase "/>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: StatisticalMeasurementValue

Name StatisticalMeasurementValue
Used by (from the same schema document) Complex Type QuantitativeData
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<StatisticalMeasurementValue
type="