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

com.adobe.epubcheck.schema.30.mod.svg11.svg11-tiny.rnc Maven / Gradle / Ivy

Go to download

EPUBCheck is a tool to validate the conformance of EPUB publications against the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or used as a Java library.

There is a newer version: 5.1.0
Show newest version
namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
namespace svg = "http://www.w3.org/2000/svg"
namespace xlink = "http://www.w3.org/1999/xlink"


## 
##     RELAX NG schema for SVG 1.1 Tiny
##     file: svg11-tiny.rng
## 
##     This is SVG Tiny, a proper subset of SVG.
## 
##     The Scalable Vector Graphics (SVG)
##     Copyright 2001, 2002 World Wide Web Consortium
##        (Massachusetts Institute of Technology, Institut National de
##         Recherche en Informatique et en Automatique, Keio University).
##         All Rights Reserved.
##
##     Modifications Copyright 2007 Mozilla Foundation
## 
##     Permission to use, copy, modify and distribute this RELAX NG schema
##     for SVG and its accompanying documentation for any purpose and without
##     fee is hereby granted in perpetuity, provided that the above copyright
##     notice and this paragraph appear in all copies.  The copyright holders
##     nor the author make no representation about the suitability of this
##     RELAX NG schema for any purpose.
## 
##     It is provided "as is" without expressed or implied warranty.
## 
##         Author: Masayasu Ishikawa ([email protected])
##         Modified by: Henri Sivonen ([email protected])
##         $Id$
## 
##     This is the driver file for version 1.1 of the SVG Tiny RELAX NG schema.
## 
##     The DTD version is identified by the PUBLIC and SYSTEM identifiers:
## 
##         PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN"
##         SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"
## 
##     Use this URI to identify the default namespace:
## 
##         "http://www.w3.org/2000/svg"
##   
[ xml:lang = "en" ]
grammar {
    
    ## 
    ##       Extensibility Module
    ##     
    include "svg11-tiny-inc.rnc" inherit = svg

    # Moved start = here -- hsivonen
    ## 
    ##       The root element is "svg".
    ##     
    start = svg
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy