RelaxNG/publidoc.rnc
changeset 50 5181169ff02d
parent 49 e533ca9494a6
child 53 37e9f6428d02
equal deleted inserted replaced
49:e533ca9494a6 50:5181169ff02d
   455 
   455 
   456 image.attributes =
   456 image.attributes =
   457    media.id.attribute,
   457    media.id.attribute,
   458    image.type?
   458    image.type?
   459 media.id.attribute = attribute id { xsd:NMTOKEN }
   459 media.id.attribute = attribute id { xsd:NMTOKEN }
   460 image.type = attribute type { "thumbnail" }
   460 image.type = attribute type { "cover" | "thumbnail" }
   461 
   461 
   462 image.content =
   462 image.content =
   463    copyright?
   463    copyright?
   464 
   464 
   465 # ~~~~~~ audio
   465 # ~~~~~~ audio