diff options
Diffstat (limited to 'etc/schema')
-rw-r--r-- | etc/schema/locate.rnc | 6 | ||||
-rw-r--r-- | etc/schema/relaxng.rnc | 8 | ||||
-rw-r--r-- | etc/schema/schemas.xml | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/etc/schema/locate.rnc b/etc/schema/locate.rnc index 9af01981054..3f4e7bba125 100644 --- a/etc/schema/locate.rnc +++ b/etc/schema/locate.rnc @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. default namespace this = "http://thaiopensource.com/ns/locating-rules/1.0" namespace local = "" @@ -36,7 +36,7 @@ rule = | typeId # | typeIdBase | extensionRule - + ## Group of rules. Useful with xml:base. group = element group { common, rule* } @@ -212,6 +212,6 @@ extensionRule = anyElement = element * { attribute * { text }*, (text|anyElement)* } -common = +common = # attribute xml:base { xsd:anyURI }?, attribute * - (xml:base|this:*|local:*) { text }* diff --git a/etc/schema/relaxng.rnc b/etc/schema/relaxng.rnc index fae2bf1f012..7961457dd00 100644 --- a/etc/schema/relaxng.rnc +++ b/etc/schema/relaxng.rnc @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. default namespace rng = "http://relaxng.org/ns/structure/1.0" namespace local = "" @@ -39,7 +39,7 @@ param = element param { commonAttributes, nameNCName, xsd:string } exceptPattern = element except { common & pattern+ } -grammarContent = +grammarContent = definition | element div { common & grammarContent* } | element include { href, (common & includeContent*) } @@ -54,7 +54,7 @@ definition = combine = attribute combine { "choice" | "interleave" } -nameClass = +nameClass = element name { commonAttributes, xsd:QName } | element anyName { common & exceptNameClass? } | element nsName { common & exceptNameClass? } @@ -69,7 +69,7 @@ type = attribute type { xsd:NCName } common = commonAttributes, foreignElement* -commonAttributes = +commonAttributes = attribute ns { xsd:string }?, attribute datatypeLibrary { xsd:anyURI }?, foreignAttribute* diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml index 97b29617c79..ef4a0b3e0ef 100644 --- a/etc/schema/schemas.xml +++ b/etc/schema/schemas.xml @@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. --> <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0"> <transformURI fromPattern="*.xml" toPattern="*.rnc"/> |