Skip to content

Commit

Permalink
fixed typo in network xsd, refs #2
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@15924 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
behrisch committed Mar 13, 2014
1 parent 7079dde commit 49765fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumo/data/xsd/amitran/network.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<xsd:complexType name="nodeType">
<xsd:attribute name="id" type="xsd:unsignedInt" use="required"/>
<xsd:attribute name="type" type="xsd:nodeTypeType" use="optional"/>
<xsd:attribute name="type" type="nodeTypeType" use="optional"/>
<xsd:attribute name="odZone" type="xsd:unsignedInt" use="optional"/>
</xsd:complexType>

Expand Down

0 comments on commit 49765fa

Please sign in to comment.