Marshall Schor created UIMA-5335:
------------------------------------
Summary: Relax XML schema for UIMA Index label
Key: UIMA-5335
URL: https://issues.apache.org/jira/browse/UIMA-5335
Project: UIMA
Issue Type: Task
Components: Core Java Framework
Reporter: Marshall Schor
Assignee: Marshall Schor
Priority: Minor
Fix For: 3.0.0SDK-alpha02, 2.10.0SDK
The current xml schema for UIMA specifies the value of the <label> part of the
FSIndex descriptor for custom indexes must be the xml schema Name value
https://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Name which doesn't allow, for
example, blanks in the name.
One test case was actually using blanks
(TextAnalysisEngineImplTest/MultipleAeTest4.xml), and so that part of the
testing was being skipped.
As far as I know, the label value is only used as an identifier, so string
should be fine.
Change the schema value spec for this to string.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)