Venkat Ranganathan created FALCON-1147:
------------------------------------------
Summary: Allow _ in the names for name value pair
Key: FALCON-1147
URL: https://issues.apache.org/jira/browse/FALCON-1147
Project: Falcon
Issue Type: Bug
Affects Versions: 0.7
Reporter: Venkat Ranganathan
Assignee: Sowmya Ramesh
Fix For: 0.7
Currently the XSD element restriction is to specified as below
{quote}
<xs:simpleType name="KEY_VALUE_PAIR">
<xs:restriction base="xs:string">
<xs:pattern value="(\w+=[^,]+)?([,]?[ ]*[\w]+=[^,]+)*"/>
</xs:restriction>
</xs:simpleType>
{quote}
We need to allow _ in the name so that we can have tags that are falcon
internal (for example, we plan to use _falcon_mirroring_type_ to identify
mirroring processes from other processes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)