Skip to content

Commit

Permalink
#434 Added iso639-3 value to langencoding
Browse files Browse the repository at this point in the history
  • Loading branch information
rockivist committed Mar 28, 2014
1 parent 9d8d54c commit 7e88e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ead_revised.rng
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ For these and/or other purposes and motivations, and without any expectation of
<optional>
<attribute name="langencoding">
<choice>
<value>iso639-2b</value>
<value>iso639-1</value>
<value>iso639-2b</value>
<value>iso639-3</value>
<value>otherlangencoding</value>
</choice>
</attribute>
Expand Down

0 comments on commit 7e88e9b

Please sign in to comment.