metanorma / pubid-nist

BSD 2-Clause "Simplified" License
1 stars 2 forks source link

PubID 1.0: edition don't allow to use month #181

Open mico opened 11 months ago

mico commented 11 months ago

Now we convert identifiers with year and month to edition, like this: NBS FIPS 14-1-Dec1980 -> NBS FIPS 14-1e198012 NBS FIPS 107-Mar1985 -> NBS FIPS 107e198503

But PubID 1.0 edition don't allow to use month:

<edition> = <edition-type><edition-id>
<edition-type> = ″-″ | ″e″ | ″r″
<edition-id> = {1-9} | yyyy

Originally posted by @mico in https://github.com/metanorma/pubid-nist/issues/153#issuecomment-1516582787

mico commented 10 months ago

Now we allow edition to have month, so identifier is parsable