Skip to content

Commit

Permalink
New attributes: info4 to info8
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed Aug 21, 2015
1 parent 76aed13 commit 4e5da18
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions mediatrace.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<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 @@ -65,7 +64,22 @@
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="moreinfo" type="xsd:string">
<xsd:attribute name="info5" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info6" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info7" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info8" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit 4e5da18

Please sign in to comment.