Skip to content

Commit

Permalink
Merge pull request #78 from goodmami/gh-77-relaxed-xml-space
Browse files Browse the repository at this point in the history
Add xml:space to WN-LMF-relaxed-1.3.dtd
  • Loading branch information
jmccrae authored Oct 30, 2024
2 parents 84f1b7f + b2aa215 commit f7a07be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WN-LMF-relaxed-1.3.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@
script CDATA #IMPLIED>
<!ELEMENT Pronunciation (#PCDATA)>
<!ATTLIST Pronunciation
xml:space (default|preserve) "default"
variety CDATA #IMPLIED
notation CDATA #IMPLIED
phonemic (true|false) "true"
audio CDATA #IMPLIED>
<!ELEMENT Tag (#PCDATA)>
<!ATTLIST Tag
xml:space (default|preserve) "default"
category CDATA #REQUIRED>
<!ELEMENT Sense (SenseRelation*, Example*, Count*)>
<!ATTLIST Sense
Expand Down Expand Up @@ -121,6 +123,7 @@
lexfile CDATA #IMPLIED>
<!ELEMENT Definition (#PCDATA)>
<!ATTLIST Definition
xml:space (default|preserve) "default"
language CDATA #IMPLIED
sourceSense IDREF #IMPLIED
dc:contributor CDATA #IMPLIED
Expand All @@ -142,6 +145,7 @@
confidenceScore CDATA #IMPLIED>
<!ELEMENT ILIDefinition (#PCDATA)>
<!ATTLIST ILIDefinition
xml:space (default|preserve) "default"
dc:contributor CDATA #IMPLIED
dc:coverage CDATA #IMPLIED
dc:creator CDATA #IMPLIED
Expand All @@ -161,6 +165,7 @@
confidenceScore CDATA #IMPLIED>
<!ELEMENT Example (#PCDATA)>
<!ATTLIST Example
xml:space (default|preserve) "default"
language CDATA #IMPLIED
dc:contributor CDATA #IMPLIED
dc:coverage CDATA #IMPLIED
Expand Down Expand Up @@ -228,6 +233,7 @@
senses IDREFS #IMPLIED>
<!ELEMENT Count (#PCDATA)>
<!ATTLIST Count
xml:space (default|preserve) "default"
dc:contributor CDATA #IMPLIED
dc:coverage CDATA #IMPLIED
dc:creator CDATA #IMPLIED
Expand Down

0 comments on commit f7a07be

Please sign in to comment.