RelaxNG/publidoc.rnc
changeset 177 fbd3e7259bbc
parent 176 b1ce505b889d
child 178 b436aabe26f9
equal deleted inserted replaced
176:b1ce505b889d 177:fbd3e7259bbc
   162 # ~~~~~~ section.head
   162 # ~~~~~~ section.head
   163 section.head = element head { section.head.content }
   163 section.head = element head { section.head.content }
   164 
   164 
   165 section.head.content =
   165 section.head.content =
   166    (title, shorttitle?, subtitle?)?
   166    (title, shorttitle?, subtitle?)?
       
   167  & keywordset?
       
   168  & subjectset?
   167  & abstract?
   169  & abstract?
   168  & audio*
   170  & audio*
   169  & annotation*
   171  & annotation*
   170 
   172 
   171 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   173 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~