RelaxNG/publiset.rnc
changeset 418 2c303e23577d
parent 416 544199d43060
child 444 34e00c6a3829
equal deleted inserted replaced
417:5bb0c5a94bf3 418:2c303e23577d
   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 =