Skip to content

Commit

Permalink
relaxing xsd to accomodate tll diff files. refs #5317
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 26, 2019
1 parent a4e4ba3 commit 5c7cf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/xsd/tllogic_file.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<xsd:attribute name="fromLane" type="xsd:nonNegativeInteger" use="required"/>
<xsd:attribute name="toLane" type="xsd:nonNegativeInteger" use="required"/>
<xsd:attribute name="tl" type="xsd:string" use="optional"/>
<xsd:attribute name="linkIndex" type="xsd:integer" use="required"/>
<xsd:attribute name="linkIndex" type="xsd:integer" use="optional"/>
</xsd:complexType>

</xsd:schema>

0 comments on commit 5c7cf99

Please sign in to comment.