RelaxNG/publiset.rnc
changeset 155 1568fa18df9e
parent 152 fddb2b67c19c
child 161 1f9fa4e74cd0
equal deleted inserted replaced
154:eaa2b6a4ead8 155:1568fa18df9e
    53 
    53 
    54 composition.head.content =
    54 composition.head.content =
    55    (title, shorttitle?, subtitle?)?
    55    (title, shorttitle?, subtitle?)?
    56  & identifier*
    56  & identifier*
    57  & copyright?
    57  & copyright?
       
    58  & collection?
    58  & contributors?
    59  & contributors?
    59  & keywordset?
    60  & keywordset?
    60  & abstract?
    61  & abstract?
    61  & cover?
    62  & cover?
    62 
    63 
   178 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ copyright ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   179 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ copyright ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   179 
   180 
   180 copyright = element copyright { copyright.content }
   181 copyright = element copyright { copyright.content }
   181 
   182 
   182 copyright.content = inlines
   183 copyright.content = inlines
       
   184 
       
   185 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ collection ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       
   186 
       
   187 collection = element collection { collection.content }
       
   188 
       
   189 collection.content = inlines
   183 
   190 
   184 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ contributors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   191 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ contributors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   185 
   192 
   186 # ~~~~~~ contributors
   193 # ~~~~~~ contributors
   187 contributors = element contributors { contributors.content }
   194 contributors = element contributors { contributors.content }