]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - schema/newsxml.dtd
Add a new newsxml sample with the new required team "id" attribute.
[dead/htsn-import.git] / schema / newsxml.dtd
index 20938a28ceecf1ec695cbd712fd63e2fe5895330..a6aa6833ec12e115c57e892317e941c6c87cbe9e 100644 (file)
@@ -18,3 +18,6 @@
 <!ELEMENT Editor (#PCDATA)>
 
 <!ATTLIST msg_id EventId CDATA #REQUIRED>
+
+<!-- The team id used to be nonexistent, now it's required. -->
+<!ATTLIST team id CDATA #REQUIRED>