Commit 18df69d2 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/ffprobe.xsd: specify tag elements in stream after disposition element

Fix XML schema validation, since elements must appear in the same order
as specified in the schema.
parent f0308af5
......@@ -103,8 +103,8 @@
<xsd:complexType name="streamType">
<xsd:sequence>
<xsd:element name="tag" type="ffprobe:tagType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="disposition" type="ffprobe:streamDispositionType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="tag" type="ffprobe:tagType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="index" type="xsd:int" use="required"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment