From 59b22033373b70b4efa4616acd610b1a4d641647 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 29 Nov 2022 15:05:53 +0100 Subject: [PATCH] Zero or one title and description --- standard/sections/08-tileset_metadata.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standard/sections/08-tileset_metadata.adoc b/standard/sections/08-tileset_metadata.adoc index 39fa35d..ea88407 100644 --- a/standard/sections/08-tileset_metadata.adoc +++ b/standard/sections/08-tileset_metadata.adoc @@ -160,14 +160,14 @@ image::TileSet.png[TileSetMetadata UML model] | title{blank}footnote:a13[The multilingual scoping rules in <> apply.] | Title of a TileSet, normally used for display -to a human | LanguageString data structure. See <> | Zero or more (optional) +to a human | LanguageString data structure. See <> | Zero or one (optional) Include when available and useful Include one for each language represented | description{blank}footnote:a13[] | Brief narrative description of a TileSet, normally available for display to a human | LanguageString data structure. See -<> | Zero or more (optional) Include when available and useful +<> | Zero or one (optional) Include when available and useful Include one for each language represented