IssueID #1372: turned lemma id attributes into plural

master
Cyprian Laskowski 3 years ago
parent e036e097ac
commit 4053f5f2a2

@ -2,7 +2,7 @@
<entry> <entry>
<head> <head>
<headword> <headword>
<lemma orthography_id="343" dynamic_accentuation_id="81" pronunciation_id="32" hyphenation_id="99" tonemic_accentuation_id="777">agencija</lemma> <lemma orthography_ids="342" dynamic_accentuation_ids="81|83" pronunciation_ids="32" hyphenation_ids="" tonemic_accentuation_ids="85">agencija</lemma>
</headword> </headword>
<lexicalUnit sloleksId="LE_c77074df05d2719216d477bd01d418ad" sloleksKey="S_megla" type="single"> <lexicalUnit sloleksId="LE_c77074df05d2719216d477bd01d418ad" sloleksKey="S_megla" type="single">
<lexeme lexical_unit_lexeme_id="83224">megla</lexeme> <lexeme lexical_unit_lexeme_id="83224">megla</lexeme>

@ -23,11 +23,11 @@
</xsd:restriction> </xsd:restriction>
</xsd:simpleType> </xsd:simpleType>
</xsd:attribute> </xsd:attribute>
<xsd:attribute name="orthography_id" type="xsd:integer"/> <xsd:attribute name="orthography_ids" type="xsd:string"/>
<xsd:attribute name="dynamic_accentuation_id" type="xsd:integer"/> <xsd:attribute name="dynamic_accentuation_ids" type="xsd:string"/>
<xsd:attribute name="tonemic_accentuation_id" type="xsd:integer"/> <xsd:attribute name="tonemic_accentuation_ids" type="xsd:string"/>
<xsd:attribute name="pronunciation_id" type="xsd:integer"/> <xsd:attribute name="pronunciation_ids" type="xsd:string"/>
<xsd:attribute name="hyphenation_id" type="xsd:integer"/> <xsd:attribute name="hyphenation_ids" type="xsd:string"/>
<xsd:attribute name="norm"> <xsd:attribute name="norm">
<xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xsd:string"> <xsd:restriction base="xsd:string">

Loading…
Cancel
Save