From a210e2ae1b905941b187cc566f87c7a1ffdb3fc6 Mon Sep 17 00:00:00 2001 From: hubblec4 Date: Thu, 25 Mar 2021 22:05:27 +0100 Subject: [PATCH] Void element: remove the maxOccurs attribute --- ebml.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebml.xml b/ebml.xml index 7cf60b5..ba42123 100644 --- a/ebml.xml +++ b/ebml.xml @@ -33,7 +33,7 @@ The version of the DocTypeExtension. Different DocTypeExtensionVersion values of the same DocType + DocTypeVersion + DocTypeExtensionName tuple **MAY** contain completely different sets of extra Elements. An EBML Reader **MAY** support multiple versions of the same tuple, only one version of the tuple, or not support the tuple at all. - + Used to void damaged data, to avoid unexpected behaviors when using damaged data. The content is discarded. Also used to reserve space in a sub-element for later use.