RelaxNG/publiset.rnc
changeset 161 1f9fa4e74cd0
parent 155 1568fa18df9e
child 167 ea989bffd987
equal deleted inserted replaced
160:e9d1bb4692b5 161:1f9fa4e74cd0
   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 }