Table of Contents
Master schema documentation file:
cate.xsd.html
Target Namespace
http://etaxonomy.eu/cdm/model/common/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/media/1.0 (at media.xsd )
http://etaxonomy.eu/cdm/model/agent/1.0 (at agent.xsd )
http://etaxonomy.eu/cdm/model/1.0 (at cdm.xsd )
http://etaxonomy.eu/cdm/model/reference/1.0 (at reference.xsd )
Application Data
<jxb :schemaBindings>
<jxb :package name="eu.etaxonomy.cdm.model.common"/>
</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
media
http://etaxonomy.eu/cdm/model/media/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
xsi
http://www.w3.org/2001/XMLSchema-instance
cdm
http://etaxonomy.eu/cdm/model/1.0
Schema Component Representation
<
xs:schema
elementFormDefault ="
qualified "
attributeFormDefault ="
unqualified "
version ="
1.0 "
targetNamespace ="
http://etaxonomy.eu/cdm/model/common/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/media/1.0 " schemaLocation ="media.xsd "/>
<xs:import
namespace ="http://etaxonomy.eu/cdm/model/agent/1.0 " schemaLocation ="agent.xsd "/>
<xs:import
namespace ="http://etaxonomy.eu/cdm/model/1.0 " schemaLocation ="cdm.xsd "/>
<xs:import
namespace ="http://etaxonomy.eu/cdm/model/reference/1.0 " schemaLocation ="reference.xsd "/>
...
</
xs:schema >
Schema Component Representation
<
xs:element
name ="
Generalizations ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
GeneralizationOf "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Schema Component Representation
<
xs:element
name ="
Includes ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
Include "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Schema Component Representation
<
xs:element
name ="
KindOf "
type ="
xs :IDREF
"/>
XML Instance Representation
<
common :Language
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
iso639_1="
xs :string (length = 2)
[0..1] "
iso639_2="
xs :string (length = 3)
[0..1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
</
common :Language>
Schema Component Representation
<
xs:element
name ="
PartOf "
type ="
xs :IDREF
"/>
XML Instance Representation
<
common :RelationshipBase
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]
</
common :RelationshipBase>
XML Instance Representation
<
common :RelationshipTermBase
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>
</
common :RelationshipTermBase>
Element: User
Schema Component Representation
<
xs:complexType
name ="
AnnotatableEntity "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :VersionableEntity
">
<
xs:sequence >
<
xs:element
name ="
Markers "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
Marker "
type ="
common :Marker
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Annotations "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
Annotation "
type ="
common :Annotation
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
Annotation ">
<
xs:complexContent >
<
xs:extension
base ="
common :LanguageStringBase
">
<
xs:sequence >
<
xs:element
name ="
Commentator "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
AnnotatedObject "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
AnnotationType "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
LinkbackURL "
type ="
xs :anyURI
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
AnnotationType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
Schema Component Representation
<
xs:complexType
name ="
CdmBase "
abstract ="
true ">
<
xs:sequence >
<
xs:element
name ="
Created "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
CreatedBy "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
<
xs:attribute
name ="
id "
type ="
xs :int
"
use ="
required "/>
<
xs:attribute
name ="
uuid "
type ="
common :UUID
"
use ="
required "/>
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
DefinedTermBase "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :TermBase
">
<
xs:sequence >
<
xs:element
name ="
Media "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
Medium "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
TermVocabulary "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EventBase
Used by (from the same schema document)
Element
EventBase
Abstract
yes
Schema Component Representation
<
xs:complexType
name ="
EventBase "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :AnnotatableEntity
">
<
xs:sequence >
<
xs:element
name ="
Actor "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
Description "
type ="
xs :string
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
Extension ">
<
xs:complexContent >
<
xs:extension
base ="
common :VersionableEntity
">
<
xs:sequence >
<
xs:element
name ="
Value "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
ExtensionType "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
ExtendedObject "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
ExtensionType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
<!-- Mixed content -->
Start Choice
[0..1]
Allow any elements from any namespace (lax validation). [0..*]
End Choice
</...>
Schema Component Representation
<
xs:complexType
name ="
FormattedText "
mixed ="
true ">
<
xs:choice
minOccurs ="
0 ">
<xs:any
processContents ="lax " minOccurs ="0 " maxOccurs ="unbounded " namespace ="##any "/>
</
xs:choice >
</
xs:complexType >
Super-types:
CdmBase
< GrantedAuthority (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
GrantedAuthority ">
<
xs:complexContent >
<
xs:extension
base ="
common :CdmBase
">
<
xs:sequence >
<
xs:element
name ="
Authority "
type ="
xs :string
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Complex Type: Group
Super-types:
CdmBase
< Group (by extension)
Sub-types:
None
Name
Group
Used by (from the same schema document)
Element
Group
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
Group ">
<
xs:complexContent >
<
xs:extension
base ="
common :CdmBase
">
<
xs:sequence >
<
xs:element
name ="
Name "
type ="
xs :string
"/>
<
xs:element
name ="
Members "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
Member "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
GrantedAuthorities "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
GrantedAuthority "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
IdentifiableEntity "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :AnnotatableEntity
">
<
xs:sequence >
<
xs:element
name ="
LSID "
type ="
common :LSID
"
minOccurs ="
0 "/>
<
xs:element
name ="
ProtectedTitleCache "
type ="
xs :boolean
"/>
<
xs:element
name ="
Rights "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
Rights "
type ="
media :Rights
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Extensions "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
Extension "
type ="
common :Extension
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Sources "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
Keyword
Used by (from the same schema document)
Element
Keyword
Abstract
no
Schema Component Representation
<
xs:complexType
name ="
Keyword ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
LSIDAuthority ">
<
xs:sequence >
<
xs:element
name ="
Authority "
type ="
xs :string
"/>
<
xs:element
name ="
Server "
type ="
xs :string
"/>
<
xs:element
name ="
Port "
type ="
xs :string
"/>
<
xs:element
name ="
Url "
type ="
xs :string
"/>
</
xs:sequence >
</
xs:complexType >
Name
Language
Used by (from the same schema document)
Element
Language
Abstract
no
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] "
iso639_1="
xs :string (length = 2)
[0..1] "
iso639_2="
xs :string (length = 3)
[0..1] " >
<
common :ProtectedTitleCache>
xs :boolean </
common :ProtectedTitleCache>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
Language ">
<
xs:complexContent >
<
xs:extension
base ="
common :DefinedTermBase
">
<xs:sequence />
<
xs:attribute
name ="
iso639_1 ">
<
xs:simpleType >
<
xs:restriction
base ="
xs :string
">
<xs:length
value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:attribute >
<
xs:attribute
name ="
iso639_2 ">
<
xs:simpleType >
<
xs:restriction
base ="
xs :string
">
<xs:length
value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:attribute >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
LanguageString ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
LanguageStringBase "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :AnnotatableEntity
">
<
xs:sequence >
<
xs:element
name ="
Language "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Complex Type: Marker
Schema Component Representation
<
xs:complexType
name ="
Marker ">
<
xs:complexContent >
<
xs:extension
base ="
common :VersionableEntity
">
<
xs:sequence >
<
xs:element
name ="
Flag "
type ="
xs :boolean
"/>
<
xs:element
name ="
MarkerType "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
<
xs:element
name ="
MarkedObject "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
MarkerType ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
MultilanguageText ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Namespace ">
<
xs:sequence >
<
xs:element
name ="
NSpace "
type ="
xs :string
"/>
<
xs:element
name ="
Class "
type ="
xs :string
"/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
Namespaces ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
OrderedTermBase "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :DefinedTermBase
">
<
xs:sequence >
<
xs:element
name ="
OrderIndex "
type ="
xs :int
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
OrderedTermVocabulary ">
<
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]
</...>
Schema Component Representation
<
xs:complexType
name ="
OriginalSource ">
<
xs:complexContent >
<
xs:extension
base ="
common :ReferencedEntityBase
">
<
xs:sequence >
<
xs:element
name ="
IdInSource "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
IdNamespace "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
SourcedObject "
type ="
xs :IDREF
"/>
</
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]
</...>
Schema Component Representation
<
xs:complexType
name ="
ReferencedEntityBase "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :AnnotatableEntity
">
<
xs:sequence >
<
xs:element
name ="
CitationMicroReference "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
OriginalNameString "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
Citation "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
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]
</...>
Schema Component Representation
<
xs:complexType
name ="
RelationshipBase "
abstract ="
true ">
<
xs:complexContent >
</
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 ="
RelationshipTermBase "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :OrderedTermBase
">
<
xs:sequence >
<
xs:element
name ="
Symmetric "
type ="
xs :boolean
"/>
<
xs:element
name ="
Transitive "
type ="
xs :boolean
"/>
<
xs:element
name ="
InverseRepresentations "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
InverseRepresentation "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
Representation ">
<
xs:complexContent >
<
xs:extension
base ="
common :LanguageStringBase
">
<
xs:sequence >
<
xs:element
name ="
Label "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
AbbreviatedLabel "
type ="
xs :string
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
TermBase
Used by (from the same schema document)
Element
TermBase
Abstract
yes
Schema Component Representation
<
xs:complexType
name ="
TermBase "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :IdentifiableEntity
">
<
xs:sequence >
<
xs:element
name ="
URI "
type ="
xs :anyURI
"
minOccurs ="
0 "/>
<
xs:element
name ="
Representations "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Schema Component Representation
<
xs:complexType
name ="
TermVocabulary ">
<
xs:complexContent >
<
xs:extension
base ="
common :TermBase
">
<
xs:sequence >
<
xs:element
name ="
TermSourceURI "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
Terms "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
Term "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType
name ="
TimePeriod ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Complex Type: User
Super-types:
CdmBase
< User (by extension)
Sub-types:
None
Name
User
Used by (from the same schema document)
Element
User
Abstract
no
XML Instance Representation
<...
id="
xs :int
[1] "
uuid="
common :UUID
[1] " >
<
common :GrantedAuthorities>
[0..1]
</
common :GrantedAuthorities>
<
common :CredentialsNonExpired>
xs :boolean </
common :CredentialsNonExpired>
[1]
</...>
Schema Component Representation
<
xs:complexType
name ="
User ">
<
xs:complexContent >
<
xs:extension
base ="
common :CdmBase
">
<
xs:sequence >
<
xs:element
name ="
Username "
type ="
xs :string
"/>
<
xs:element
name ="
Password "
type ="
xs :string
"/>
<
xs:element
name ="
EmailAddress "
type ="
xs :string
"/>
<
xs:element
name ="
GrantedAuthorities "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
GrantedAuthority "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Groups "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
Group "
type ="
xs :IDREF
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element
name ="
Enabled "
type ="
xs :boolean
"/>
<
xs:element
name ="
AccountNonExpired "
type ="
xs :boolean
"/>
<
xs:element
name ="
CredentialsNonExpired "
type ="
xs :boolean
"/>
<
xs:element
name ="
AccountNonLocked "
type ="
xs :boolean
"/>
<
xs:element
name ="
Person "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Super-types:
CdmBase
< VersionableEntity (by extension)
Sub-types:
Schema Component Representation
<
xs:complexType
name ="
VersionableEntity "
abstract ="
true ">
<
xs:complexContent >
<
xs:extension
base ="
common :CdmBase
">
<
xs:sequence >
<
xs:element
name ="
Updated "
type ="
xs :string
"
minOccurs ="
0 "/>
<
xs:element
name ="
UpdatedBy "
type ="
xs :IDREF
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Simple Type: LSID
Super-types:
xs :anyURI < LSID (by restriction)
Sub-types:
None
Name
LSID
Used by (from the same schema document)
Complex Type
IdentifiableEntity
Content
pattern = (urn|URN):(LSID|lsid):[a-zA-Z0-9\(\)\+,\-\.=@;$_!\*']+:[a-zA-Z0-9\(\)\+,\-\.=@;$_!\*'/]+:[a-zA-Z0-9\(\)\+,\-\.=@;$_!\*']+(:[a-zA-Z0-9\(\)\+,\-\.=@;$_!\*']+)*
Application Data
<xjc :javaType name="eu.etaxonomy.cdm.model.common.LSID" adapter="eu.etaxonomy.cdm.jaxb.LSIDAdapter"/>
Schema Component Representation
<
xs:simpleType
name ="
LSID ">
<
xs:restriction
base ="
xs :anyURI
">
<xs:pattern
value ="(urn|URN):(LSID|lsid):[a-zA-Z0-9\(\)\+,\-\.=@;$_!\*']+:[a-zA-Z0-9\(\)\+,\-\.=@;$_!\*'/]+:[a-zA-Z0-9\(\)\+,\-\.=@;$_!\*']+(:[a-zA-Z0-9\(\)\+,\-\.=@;$_!\*']+)* "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < Partial (by restriction)
Sub-types:
None
Name
Partial
Used by (from the same schema document)
Complex Type
TimePeriod
, Complex Type
TimePeriod
Content
pattern = [0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}(:[0-9]{2}(:[0-9]{2}(\.[0-9]+)?)?)?)?)?)?
Application Data
<xjc :javaType name="org.joda.time.Partial" adapter="eu.etaxonomy.cdm.jaxb.PartialAdapter"/>
Schema Component Representation
<
xs:simpleType
name ="
Partial ">
<
xs:restriction
base ="
xs :string
">
<xs:pattern
value ="[0-9]{4}(-[0-9]{2}(-[0-9]{2}(T[0-9]{2}(:[0-9]{2}(:[0-9]{2}(\.[0-9]+)?)?)?)?)?)? "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: UUID
Super-types:
xs :ID < UUID (by restriction)
Sub-types:
None
Name
UUID
Used by (from the same schema document)
Complex Type
CdmBase
Content
pattern = urn-uuid-([0-9]|[a-f]|[A-F]){8}(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){12})
Application Data
<xjc :javaType name="java.util.UUID" adapter="eu.etaxonomy.cdm.jaxb.UUIDAdapter"/>
Schema Component Representation
<
xs:simpleType
name ="
UUID ">
<
xs:restriction
base ="
xs :ID
">
<xs:pattern
value ="urn-uuid-([0-9]|[a-f]|[A-F]){8}(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){4})(-([0-9]|[a-f]|[A-F]){12}) "/>
</
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 .