3 May 2010 13:29
[mb-commits] r12745 - mmd-schema/trunk/schema
<root <at> musicbrainz.org>
2010-05-03 11:29:58 GMT
2010-05-03 11:29:58 GMT
Author: warp Date: 2010-05-03 11:29:58 +0000 (Mon, 03 May 2010) New Revision: 12745 Modified: mmd-schema/trunk/schema/musicbrainz_mmd-2.0.rng Log: Changing ISWC regex to make dots mandatory, see http://codereview.musicbrainz.org/r/652/ . Modified: mmd-schema/trunk/schema/musicbrainz_mmd-2.0.rng =================================================================== --- mmd-schema/trunk/schema/musicbrainz_mmd-2.0.rng 2010-05-03 10:11:39 UTC (rev 12744) +++ mmd-schema/trunk/schema/musicbrainz_mmd-2.0.rng 2010-05-03 11:29:58 UTC (rev 12745) <at> <at> -1379,18 +1379,17 <at> <at> </define> <!-- An ISWC code: - C - single-letter prefix character - NNNNNNNNN - 9-digit number. Apparently a "."-separated grouping in - 3x3 digits is allowed in the standard. Both - T-123456789-1 and T-123.456.789-1 would be legal ISWCs. - However, this grouping is for ease of reading only, - therefore it is not allowed here. - http://www.iswc.org/en/faq.html - C - check digit + C - single-letter prefix character + NNN.NNN.NNN - 9-digit number. A "."-separated grouping in + 3x3 digits is commonly used. This grouping + is allowed by the standard, but not + mandatory. For consistency we force this(Continue reading)
RSS Feed