diff options
author | Chris Little <chrislit@crosswire.org> | 2014-02-23 06:59:46 +0000 |
---|---|---|
committer | Chris Little <chrislit@crosswire.org> | 2014-02-23 06:59:46 +0000 |
commit | 898f4d5a46407ce3f2397d5058bb7bff8287282e (patch) | |
tree | ec76346615d7556fd2b2ba590247e9b159416c18 | |
parent | 1af69d7b5c91804c34af4c4c0c6d93e739171e7e (diff) | |
download | sword-tools-898f4d5a46407ce3f2397d5058bb7bff8287282e.tar.gz |
fixed "osisGenRegex bug" bug from http://www.crosswire.org/wiki/OSIS_211_CR
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@478 07627401-56e2-0310-80f4-f8cd0041bdcd
-rw-r--r-- | xmlschemata/osis/osisCore.2.1.1-cw1.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlschemata/osis/osisCore.2.1.1-cw1.xsd b/xmlschemata/osis/osisCore.2.1.1-cw1.xsd index 3c05dd0..00ddc8a 100644 --- a/xmlschemata/osis/osisCore.2.1.1-cw1.xsd +++ b/xmlschemata/osis/osisCore.2.1.1-cw1.xsd @@ -1461,7 +1461,7 @@ <!-- OSIS regexes --> <xs:simpleType name="osisGenRegex"> <xs:restriction base="xs:string"> - <xs:pattern value="((((\p{L}|\p{N}|_)+)(\.(\p{L}|\p{N}|_))*:)?([^:\s])+)"/> + <xs:pattern value="((((\p{L}|\p{N}|_)+)(\.(\p{L}|\p{N}|_)+)*:)?([^:\s])+)"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="osisIDRegex"> |