equal
deleted
inserted
replaced
323 composition.file.attributes = |
323 composition.file.attributes = |
324 path.attribute? |
324 path.attribute? |
325 & (xpath.attribute | xslt.attribute)? |
325 & (xpath.attribute | xslt.attribute)? |
326 & argument.attribute? |
326 & argument.attribute? |
327 & mode.attribute? |
327 & mode.attribute? |
328 & label.attribute? |
328 & title.attribute? |
329 selection.file.attributes = |
329 selection.file.attributes = |
330 path.attribute? |
330 path.attribute? |
331 argument.attribute = attribute argument { text } |
331 argument.attribute = attribute argument { text } |
332 mode.attribute = attribute mode { text } |
332 mode.attribute = attribute mode { text } |
333 label.attribute = attribute label { text } |
333 title.attribute = attribute title { text } |
334 |
334 |
335 file.content = xsd:anyURI |
335 file.content = xsd:anyURI |
336 |
336 |
337 |
337 |
338 # ============================================================================= |
338 # ============================================================================= |