Skip to content

Commit

Permalink
updating schema ref #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Dec 21, 2024
1 parent e0f6c56 commit fb77881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/xsd/netconvertConfiguration.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
<xsd:element name="sidewalks.guess.exclude" type="strArrayOptionType" minOccurs="0"/>
<xsd:element name="crossings.guess" type="boolOptionType" minOccurs="0"/>
<xsd:element name="crossings.guess.speed-threshold" type="floatOptionType" minOccurs="0"/>
<xsd:element name="crossings.guess.roundabout-priority" type="boolOptionType" minOccurs="0"/>
<xsd:element name="walkingareas" type="boolOptionType" minOccurs="0"/>
<xsd:element name="walkingareas.join-dist" type="floatOptionType" minOccurs="0"/>
</xsd:all>
Expand Down
1 change: 1 addition & 0 deletions data/xsd/statistic_file.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<xsd:attribute name="duration" use="required" type="timeType"/>
<xsd:attribute name="waitingTime" use="required" type="timeType"/>
<xsd:attribute name="timeLoss" use="required" type="timeType"/>
<xsd:attribute name="departDelay" use="required" type="timeType"/>
<xsd:attribute name="totalTravelTime" use="required" type="timeType"/>
</xsd:complexType>
</xsd:element>
Expand Down

0 comments on commit fb77881

Please sign in to comment.