From b7f3a324197c7321330517d487514372f788e4ca Mon Sep 17 00:00:00 2001 From: Claudio Santambrogio Date: Mon, 22 Apr 2024 10:13:39 +0200 Subject: [PATCH] Adding new type class "text-content". --- website/properties/schema.rnc | 1 + 1 file changed, 1 insertion(+) diff --git a/website/properties/schema.rnc b/website/properties/schema.rnc index 629b188..2e85788 100644 --- a/website/properties/schema.rnc +++ b/website/properties/schema.rnc @@ -129,6 +129,7 @@ type-value = "number" | "page-policy" | "paper-size" | + "text-content" | "urange" | "url" )