equal
deleted
inserted
replaced
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 |