RelaxNG/publidoc.rnc
changeset 64 2d6627e9d3d6
parent 63 60d5d3f81e19
child 65 2aad27159a33
equal deleted inserted replaced
63:60d5d3f81e19 64:2d6627e9d3d6
   284 
   284 
   285 section = element section { section.attributes, section.content }
   285 section = element section { section.attributes, section.content }
   286 
   286 
   287 section.attributes =
   287 section.attributes =
   288    section.type.attribute?
   288    section.type.attribute?
       
   289  & lang.attribute?
   289 section.type.attribute = attribute type { xsd:NCName }
   290 section.type.attribute = attribute type { xsd:NCName }
   290 
   291 
   291 section.content =
   292 section.content =
   292    section.head?,
   293    section.head?,
   293    (section+ | block+)
   294    (section+ | block+)