equal
deleted
inserted
replaced
129 composition.file = element file { composition.file.attributes } |
129 composition.file = element file { composition.file.attributes } |
130 selection.file = element file { selection.file.attributes, file.content } |
130 selection.file = element file { selection.file.attributes, file.content } |
131 |
131 |
132 composition.file.attributes = |
132 composition.file.attributes = |
133 name.attribute |
133 name.attribute |
|
134 & path.attribute? |
134 & (xpath.attribute | xslt.attribute)? |
135 & (xpath.attribute | xslt.attribute)? |
135 selection.file.attributes = |
136 selection.file.attributes = |
136 name.attribute |
137 name.attribute |
137 & uri.attribute? |
138 & uri.attribute? |
138 name.attribute = attribute name { xsd:anyURI } |
139 name.attribute = attribute name { xsd:anyURI } |