Project

General

Profile

« Previous | Next » 

Revision e0212247

Added by Niels Hoffmann about 13 years ago

Reverting the RightsTerm -> RightsType change (see #1306). This is a model change and needs updates to the schema. We will transfer this into a branch.

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/jaxb/DataSet.java
62 62
import eu.etaxonomy.cdm.model.location.TdwgArea;
63 63
import eu.etaxonomy.cdm.model.location.WaterbodyOrCountry;
64 64
import eu.etaxonomy.cdm.model.media.Media;
65
import eu.etaxonomy.cdm.model.media.RightsType;
65
import eu.etaxonomy.cdm.model.media.RightsTerm;
66 66
import eu.etaxonomy.cdm.model.molecular.DnaSample;
67 67
import eu.etaxonomy.cdm.model.molecular.PhylogeneticTree;
68 68
import eu.etaxonomy.cdm.model.name.BacterialName;
......
159 159
    	@XmlElement(name = "PreservationMethod", namespace = "http://etaxonomy.eu/cdm/model/occurrence/1.0", type = PreservationMethod.class),
160 160
        @XmlElement(name = "Rank", namespace = "http://etaxonomy.eu/cdm/model/name/1.0", type = Rank.class),
161 161
    	@XmlElement(name = "ReferenceSystem", namespace = "http://etaxonomy.eu/cdm/model/location/1.0", type = ReferenceSystem.class),
162
    	@XmlElement(name = "RightsType", namespace = "http://etaxonomy.eu/cdm/model/media/1.0", type = RightsType.class),
162
    	@XmlElement(name = "RightsTerm", namespace = "http://etaxonomy.eu/cdm/model/media/1.0", type = RightsTerm.class),
163 163
    	@XmlElement(name = "Scope", namespace = "http://etaxonomy.eu/cdm/model/description/1.0", type = Scope.class),
164 164
    	@XmlElement(name = "Sex", namespace = "http://etaxonomy.eu/cdm/model/description/1.0", type = Sex.class),
165 165
    	@XmlElement(name = "SpecimenTypeDesignationStatus", namespace = "http://etaxonomy.eu/cdm/model/name/1.0", type = SpecimenTypeDesignationStatus.class),

Also available in: Unified diff