1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

Add service&wait costs + Replace TimeUnitCost

This commit is contained in:
braktar 2016-05-24 17:31:56 +02:00
parent 5dbb5ddae0
commit bc7fa35461
5 changed files with 14 additions and 4 deletions

View file

@ -106,6 +106,10 @@
maxOccurs="1" default="0.0"/>
<xs:element name="time" type="xs:decimal" minOccurs="0"
maxOccurs="1" default="0.0"/>
<xs:element name="service" type="xs:decimal" minOccurs="0"
maxOccurs="1" default="0.0"/>
<xs:element name="wait" type="xs:decimal" minOccurs="0"
maxOccurs="1" default="0.0"/>
</xs:all>
</xs:complexType>
</xs:element>