[sword-svn] r478 - trunk/xmlschemata/osis

chrislit at crosswire.org chrislit at crosswire.org
Sat Feb 22 23:59:46 MST 2014


Author: chrislit
Date: 2014-02-22 23:59:46 -0700 (Sat, 22 Feb 2014)
New Revision: 478

Modified:
   trunk/xmlschemata/osis/osisCore.2.1.1-cw1.xsd
Log:
fixed "osisGenRegex bug" bug from http://www.crosswire.org/wiki/OSIS_211_CR

Modified: trunk/xmlschemata/osis/osisCore.2.1.1-cw1.xsd
===================================================================
--- trunk/xmlschemata/osis/osisCore.2.1.1-cw1.xsd	2014-02-23 06:56:40 UTC (rev 477)
+++ trunk/xmlschemata/osis/osisCore.2.1.1-cw1.xsd	2014-02-23 06:59:46 UTC (rev 478)
@@ -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">




More information about the sword-cvs mailing list