Skip to content

Commit

Permalink
add w to e and c to l and r
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi A Pirinen committed Mar 14, 2019
1 parent 4059d85 commit f7e64b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lttoolbox/xsd/dix.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<xs:attribute name="v"/>
<xs:attribute name="vl"/>
<xs:attribute name="vr"/>
<xs:attribute name="w"/>
</xs:complexType>
</xs:element>
<!-- entry -->
Expand Down Expand Up @@ -158,6 +159,7 @@
<xs:element ref="j"/>
<xs:element ref="a"/>
</xs:choice>
<xs:attribute name="c"/>
</xs:complexType>
</xs:element>
<xs:element name="f">
Expand All @@ -180,6 +182,7 @@
<xs:element ref="l"/>
<xs:element ref="r"/>
</xs:sequence>
<xs:attribute name="c"/>
</xs:complexType>
</xs:element>
<!-- pair of strings -->
Expand All @@ -192,6 +195,7 @@
<xs:element ref="j"/>
<xs:element ref="s"/>
</xs:choice>
<xs:attribute name="c"/>
</xs:complexType>
</xs:element>
<!-- left part of p -->
Expand All @@ -204,6 +208,7 @@
<xs:element ref="j"/>
<xs:element ref="s"/>
</xs:choice>
<xs:attribute name="c"/>
</xs:complexType>
</xs:element>
<!-- right part of p -->
Expand Down

0 comments on commit f7e64b1

Please sign in to comment.