From 00c18dc01d0a8cb9987d8adb6f74694dbfde3211 Mon Sep 17 00:00:00 2001 From: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com> Date: Wed, 23 Feb 2022 08:51:22 +0100 Subject: [PATCH] docs: explain the interval-prop more precisely (#162) --- docs/dsp-tools-xmlupload.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/dsp-tools-xmlupload.md b/docs/dsp-tools-xmlupload.md index b9c3eb836..47b3712ad 100644 --- a/docs/dsp-tools-xmlupload.md +++ b/docs/dsp-tools-xmlupload.md @@ -547,8 +547,8 @@ Example: ### <interval-prop> -The `` element is used for intervals between two decimal numbers. It must contain at least one -`` element. +The `` element is used for intervals with a start and an end point on a timeline, e.g. relative to the beginning of an audio or video file. +An `` must contain at least one `` element. Attributes: @@ -556,7 +556,9 @@ Attributes: #### <interval> -The `` element contains two decimals separated by a colon (`:`). +A time interval is represented by plain decimal numbers (=seconds), without a special notation for minutes and hours. +The `` element contains two decimals separated by a colon (`:`). The places before the decimal point are +seconds, and the places after the decimal points are fractions of a second. Attributes: @@ -567,7 +569,8 @@ Example: ```xml - 1.5:3.12 + 60.5:120.5 + 61:3600 ```