Skip to content

Commit

Permalink
mediatrace.xsd: unbreak from prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Aug 25, 2015
1 parent 4e5da18 commit 904858d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mediatrace.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<xsd:sequence>
<xsd:element name="block" type="blockType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="ref" />
<xsd:attribute name="version" />
</xsd:complexType>
<xsd:complexType name="blockType">
Expand Down Expand Up @@ -84,6 +85,11 @@
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="moreinfo" type="xsd:string">
<xsd:annotation>
<xsd:documentation>This value is deprecated in versions after 0.7.76.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="size" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
Expand Down

0 comments on commit 904858d

Please sign in to comment.