bug 3343 : Completed revision of ADL to support explicit ordering (incl reverse ordering) of lists

This commit is contained in:
sb 2010-01-12 17:20:16 +00:00
parent 574e4d346f
commit 63a94d8ce1
13 changed files with 147 additions and 149 deletions

View file

@ -1,6 +1,6 @@
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- -->
<!-- adl-1.3.dtd -->
<!-- adl-1.4.dtd -->
<!-- -->
<!-- Purpose: -->
<!-- Document Type Description for Application Description -->
@ -13,7 +13,7 @@
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!--
$Revision: 1.1 $
$Revision: 1.2 $
-->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
@ -477,7 +477,7 @@ that we can allow HTML block level entities within content elements -->
<!ELEMENT page (documentation?, ( %PageStuff;)*)>
<!ATTLIST page %PageAttrs;>
<!ELEMENT order (documentation)>
<!ELEMENT order (documentation?)>
<!ATTLIST order
property CDATA #REQUIRED
sequence %Sequences; #IMPLIED>