Skip to content
Snippets Groups Projects
Commit ae915554 authored by Sarah Berthold's avatar Sarah Berthold
Browse files

Allow dot (.) for key in xsd schema

parent f3ad9875
No related branches found
No related tags found
1 merge request!4Allow dot (.) for key in xsd schema
......@@ -84,7 +84,7 @@
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z0-9_\\\-]{1,}" />
<xs:pattern value="[a-zA-Z0-9_\\\-\.]{1,}" />
<xs:minLength value="2" />
</xs:restriction>
</xs:simpleType>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment