RelaxNG/publidoc.rnc
changeset 49 e533ca9494a6
parent 45 8dbf4d305813
child 50 5181169ff02d
equal deleted inserted replaced
48:136c5977c215 49:e533ca9494a6
   452 
   452 
   453 # ~~~~~~ image
   453 # ~~~~~~ image
   454 image = element image { image.attributes, image.content }
   454 image = element image { image.attributes, image.content }
   455 
   455 
   456 image.attributes =
   456 image.attributes =
   457    media.id.attribute
   457    media.id.attribute,
       
   458    image.type?
   458 media.id.attribute = attribute id { xsd:NMTOKEN }
   459 media.id.attribute = attribute id { xsd:NMTOKEN }
       
   460 image.type = attribute type { "thumbnail" }
   459 
   461 
   460 image.content =
   462 image.content =
   461    copyright?
   463    copyright?
   462 
   464 
   463 # ~~~~~~ audio
   465 # ~~~~~~ audio