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