Add checksum to dtd and rng files

svn: r22873
This commit is contained in:
Nick Hall 2013-08-15 22:19:18 +00:00
parent c56996b635
commit 6b5da9a67f
2 changed files with 2 additions and 0 deletions

View File

@ -297,6 +297,7 @@ OBJECTS
<!ATTLIST file <!ATTLIST file
src CDATA #REQUIRED src CDATA #REQUIRED
mime CDATA #REQUIRED mime CDATA #REQUIRED
checksum CDATA #IMPLIED
description CDATA #REQUIRED description CDATA #REQUIRED
> >

View File

@ -503,6 +503,7 @@
<element name="file"> <element name="file">
<attribute name="src"><text/></attribute> <attribute name="src"><text/></attribute>
<attribute name="mime"><text/></attribute> <attribute name="mime"><text/></attribute>
<attribute name="checksum"><text/></attribute>
<attribute name="description"><text/></attribute> <attribute name="description"><text/></attribute>
</element> </element>
<zeroOrMore><element name="attribute"> <zeroOrMore><element name="attribute">