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 ```