We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5da18 commit 904858dCopy full SHA for 904858d
mediatrace.xsd
@@ -11,6 +11,7 @@
11
<xsd:sequence>
12
<xsd:element name="block" type="blockType" minOccurs="0" maxOccurs="unbounded" />
13
</xsd:sequence>
14
+ <xsd:attribute name="ref" />
15
<xsd:attribute name="version" />
16
</xsd:complexType>
17
<xsd:complexType name="blockType">
@@ -84,6 +85,11 @@
84
85
<xsd:documentation></xsd:documentation>
86
</xsd:annotation>
87
</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>
93
<xsd:attribute name="size" type="xsd:nonNegativeInteger">
94
<xsd:annotation>
95
0 commit comments