All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rnc.stylesheetParametersRequest.rnc Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
default namespace = "http://www.daisy.org/ns/pipeline/data"

start =
   element * {
      element media {
         attribute value { text }
      }?
      & element userAgentStylesheet {
         attribute mediaType { text }
      }?
      & element userStylesheets {
         file*
      }?
      & element sourceDocument {
         file
      }?
   }

file =
   element file {
      attribute href { xsd:anyURI }
   }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy