Bug #7503
issues with tag v2.0 schemas
100%
Description
Two issues with the tagged version 2.0 type schema:
The v2 tagged schema for v1.1 uses the repository trunk location of the v1 schema for import.
The dataoneErrors schema is malformed and declares a type that duplicates a type defined in v1 types.
Neither of these issues should impact the Java code since correcting (1) does not change functionality and (2) is only used by Python.
Associated revisions
v1.1 schema incorrectly imports from subversion trunk. dataoneErrors schema duplicates types and was malformed. Closes #7503
Correcting import statement in v1.1 schema and correcting issues with dataoneErrors schema. refs #7503
History
#1 Updated by Dave Vieglais almost 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
The v1 import for v1.1 has been updated to:
The dataoneErrors schema has been updated to import the dataoneTypes schema for reuse of NonEmptyString and the DataONEException error declaration includes a namespace prefix.
#2 Updated by Dave Vieglais almost 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
Applied in changeset d1-python:d1_python|r17065.