Skip to content

Commit 904858d

Browse files
committed
mediatrace.xsd: unbreak from prior commit
1 parent 4e5da18 commit 904858d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mediatrace.xsd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<xsd:sequence>
1212
<xsd:element name="block" type="blockType" minOccurs="0" maxOccurs="unbounded" />
1313
</xsd:sequence>
14+
<xsd:attribute name="ref" />
1415
<xsd:attribute name="version" />
1516
</xsd:complexType>
1617
<xsd:complexType name="blockType">
@@ -84,6 +85,11 @@
8485
<xsd:documentation></xsd:documentation>
8586
</xsd:annotation>
8687
</xsd:attribute>
88+
<xsd:attribute name="moreinfo" type="xsd:string">
89+
<xsd:annotation>
90+
<xsd:documentation>This value is deprecated in versions after 0.7.76.</xsd:documentation>
91+
</xsd:annotation>
92+
</xsd:attribute>
8793
<xsd:attribute name="size" type="xsd:nonNegativeInteger">
8894
<xsd:annotation>
8995
<xsd:documentation></xsd:documentation>

0 commit comments

Comments
 (0)