RelaxNG/publidoc.rnc
changeset 93 3cd4f1dfbd59
parent 91 2ed9fc840ce6
child 98 276a83581fb4
equal deleted inserted replaced
92:72e37fdd27e7 93:3cd4f1dfbd59
   315 
   315 
   316 image.attributes =
   316 image.attributes =
   317    media.id.attribute,
   317    media.id.attribute,
   318    image.type?
   318    image.type?
   319 media.id.attribute = attribute id { xsd:NMTOKEN }
   319 media.id.attribute = attribute id { xsd:NMTOKEN }
   320 image.type = attribute type { "cover" | "thumbnail" }
   320 image.type = attribute type { "cover" | "thumbnail" | "icon" }
   321 
   321 
   322 image.content =
   322 image.content =
   323    copyright?
   323    copyright?
   324 
   324 
   325 # ~~~~~~ audio
   325 # ~~~~~~ audio
   498  & acronym*
   498  & acronym*
   499  & term*
   499  & term*
   500  & link*
   500  & link*
   501  & anchor*
   501  & anchor*
   502  & initial*
   502  & initial*
       
   503  & image*
   503 }
   504 }
   504 
   505 
   505 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sub, sup, var ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   506 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sub, sup, var ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   506 
   507 
   507 sup = element sup { text }
   508 sup = element sup { text }