Add checksum to dtd and rng files
svn: r22873
This commit is contained in:
parent
c56996b635
commit
6b5da9a67f
@ -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
|
||||||
>
|
>
|
||||||
|
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user