equal
deleted
inserted
replaced
284 |
284 |
285 section = element section { section.attributes, section.content } |
285 section = element section { section.attributes, section.content } |
286 |
286 |
287 section.attributes = |
287 section.attributes = |
288 section.type.attribute? |
288 section.type.attribute? |
|
289 & lang.attribute? |
289 section.type.attribute = attribute type { xsd:NCName } |
290 section.type.attribute = attribute type { xsd:NCName } |
290 |
291 |
291 section.content = |
292 section.content = |
292 section.head?, |
293 section.head?, |
293 (section+ | block+) |
294 (section+ | block+) |