Skip to content
Permalink
Browse files
Void element: remove the maxOccurs attribute
  • Loading branch information
hubblec4 authored and robUx4 committed Mar 28, 2021
1 parent 17c5152 commit a210e2ae1b905941b187cc566f87c7a1ffdb3fc6
Showing with 1 addition and 1 deletion.
  1. +1 −1 ebml.xml
@@ -33,7 +33,7 @@
<documentation lang="en" purpose="definition">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.</documentation>
</element>

<element name="Void" path="\(-\)Void" id="0xEC" type="binary" maxOccurs="1">
<element name="Void" path="\(-\)Void" id="0xEC" type="binary">
<documentation lang="en" purpose="definition">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.</documentation>
</element>
<element name="CRC-32" path="\(1-\)CRC-32" id="0xBF" type="binary" length="4" maxOccurs="1">

0 comments on commit a210e2a

Please sign in to comment.