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

com.adobe.epubcheck.schema.30.ocf-container-30.rnc Maven / Gradle / Ivy

Go to download

EpubCheck is a tool to validate IDPF EPUB files. It can detect many types of errors in EPUB. OCF container structure, OPF and OPS mark-up, and internal reference consistency are checked. EpubCheck can be run as a standalone command-line tool, installed as a Java server-side web application or used as a Java library.

There is a newer version: 4.1.1
Show newest version

   default namespace = "urn:oasis:names:tc:opendocument:xmlns:container"
   include "./mod/datatypes.rnc"

   start = ocf.container
      
   ocf.container = element container {
      attribute version { '1.0' } & 
      element rootfiles {
         element rootfile {
            attribute full-path { datatype.URI } &
            attribute media-type { 'application/oebps-package+xml' }
         }+
      }
   }
   




© 2015 - 2024 Weber Informatics LLC | Privacy Policy