Skip to content

Commit 9e7f03e

Browse files
committed
make the enum minver greater or equal than the <element> minver
1 parent 6276ea5 commit 9e7f03e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

specification.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,11 +1161,12 @@ Within an EBML Schema, the XPath of the `@value` attribute is
11611161
`/EBMLSchema/element/restriction/enum/@minver`.
11621162

11631163
The `minver` (minimum version) attribute stores a nonnegative integer that
1164-
represents the first version of the docType to support the enum value.
1164+
represents the first version of the docType to support the enum value. The value
1165+
**MUST** be greater or equal to the `minver` attribute value of the EBML Element it belongs to.
11651166

11661167
The `minver` attribute is **OPTIONAL**. If the `minver`
1167-
attribute is not present, then the enum value has a minimum version of
1168-
"1".
1168+
attribute is not present, then the enum value has the same value as the `minver` attribute of the
1169+
EBML Element it belongs to.
11691170

11701171
### `<extension>` Element
11711172

0 commit comments

Comments
 (0)