RelaxNG/publiset.rnc
changeset 445 e2b49b443853
parent 444 34e00c6a3829
child 446 fb5511755683
equal deleted inserted replaced
444:34e00c6a3829 445:e2b49b443853
   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 selection.file.attributes =
   329 selection.file.attributes =
   329    path.attribute?
   330    path.attribute?
   330 argument.attribute = attribute argument { text }
   331 argument.attribute = attribute argument { text }
   331 mode.attribute = attribute mode { text }
   332 mode.attribute = attribute mode { text }
       
   333 label.attribute = attribute label { text }
   332 
   334 
   333 file.content = xsd:anyURI
   335 file.content = xsd:anyURI
   334 
   336 
   335 
   337 
   336 # =============================================================================
   338 # =============================================================================