Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

cdmlib-io/src/main/resources/schema/cdm/cdm.xsd
12 12
xmlns:agent="http://etaxonomy.eu/cdm/model/agent/1.0"
13 13
xmlns:media="http://etaxonomy.eu/cdm/model/media/1.0"
14 14
xmlns:reference="http://etaxonomy.eu/cdm/model/reference/1.0"
15
xmlns:taxon="http://etaxonomy.eu/cdm/model/taxon/1.0">
15
xmlns:taxon="http://etaxonomy.eu/cdm/model/taxon/1.0"
16
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
17
xsi:schemaLocation="http://www.w3.org/XML/1998/namespace
18
http://www.w3.org/2005/08/xml.xsd
19
http://www.w3.org/2001/XMLSchema
20
  http://www.w3.org/2001/XMLSchema.xsd">
16 21

  
17 22
  <xs:import namespace="http://etaxonomy.eu/cdm/model/description/1.0" schemaLocation="description.xsd"/>
18 23

  
......
173 178
      <xs:element name="FeatureTrees" minOccurs="0">
174 179
        <xs:complexType>
175 180
          <xs:sequence>
176
            <xs:element ref="description:FeatureTree" minOccurs="0" maxOccurs="unbounded"/>
181
            <xs:choice minOccurs="0" maxOccurs="unbounded">
182
              <xs:element ref="description:FeatureTree" />
183
              <xs:element ref="description:PolytomousKey"/>
184
            </xs:choice>
177 185
          </xs:sequence>
178 186
        </xs:complexType>
179 187
      </xs:element>

Also available in: Unified diff