equal
deleted
inserted
replaced
568 </oneOrMore> |
568 </oneOrMore> |
569 </choice> |
569 </choice> |
570 </define> |
570 </define> |
571 <define name="section.attributes"> |
571 <define name="section.attributes"> |
572 <optional> |
572 <optional> |
573 <ref name="status.attribute"/> |
573 <ref name="section.type.attribute"/> |
574 </optional> |
574 </optional> |
575 </define> |
575 </define> |
576 <define name="status.attribute"> |
576 <define name="section.type.attribute"> |
577 <attribute name="status"> |
577 <attribute name="type"> |
578 <data type="NCName"/> |
578 <data type="NCName"/> |
579 </attribute> |
579 </attribute> |
580 </define> |
580 </define> |
581 <!-- |
581 <!-- |
582 ============================================================================= |
582 ============================================================================= |
858 </define> |
858 </define> |
859 <define name="entry.content"> |
859 <define name="entry.content"> |
860 <choice> |
860 <choice> |
861 <ref name="inlines"/> |
861 <ref name="inlines"/> |
862 <oneOrMore> |
862 <oneOrMore> |
863 <ref name="p"/> |
863 <choice> |
|
864 <ref name="p"/> |
|
865 <ref name="media"/> |
|
866 </choice> |
864 </oneOrMore> |
867 </oneOrMore> |
865 </choice> |
868 </choice> |
866 </define> |
869 </define> |
867 <!-- ~~~~~~ caption --> |
870 <!-- ~~~~~~ caption --> |
868 <define name="caption"> |
871 <define name="caption"> |