equal
deleted
inserted
replaced
214 |
214 |
215 composition.attributes = |
215 composition.attributes = |
216 composition.id.attribute? |
216 composition.id.attribute? |
217 & lang.attribute? |
217 & lang.attribute? |
218 & path.attribute? |
218 & path.attribute? |
|
219 & pi-fid.attribute? |
219 & pi-source.attribute? |
220 & pi-source.attribute? |
220 & (xpath.attribute | xslt.attribute)? |
221 & (xpath.attribute | xslt.attribute)? |
221 & remap.attributes |
222 & remap.attributes |
222 composition.id.attribute = attribute id { xsd:NMTOKEN } |
223 composition.id.attribute = attribute id { xsd:NMTOKEN } |
223 lang.attribute = attribute xml:lang { xsd:language } |
224 lang.attribute = attribute xml:lang { xsd:language } |
224 path.attribute = attribute path { xsd:anyURI } |
225 path.attribute = attribute path { xsd:anyURI } |
|
226 pi-fid.attribute = attribute pi-fid { xsd:boolean } |
225 pi-source.attribute = attribute pi-source { xsd:boolean } |
227 pi-source.attribute = attribute pi-source { xsd:boolean } |
226 xpath.attribute = attribute xpath { text } |
228 xpath.attribute = attribute xpath { text } |
227 xslt.attribute = attribute xslt { xsd:anyURI } |
229 xslt.attribute = attribute xslt { xsd:anyURI } |
228 |
230 |
229 composition.content = |
231 composition.content = |