Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7
-
None
-
None
Description
Currently the XSD element restriction is to specified as below
<xs:simpleType name="KEY_VALUE_PAIR">
<xs:restriction base="xs:string">
<xs:pattern value="(\w+=[^,])?([,]?[ ][\w]=[^,]+)"/>
</xs:restriction>
</xs:simpleType>
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