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

make reader/writer read and write penalty-flags indicating whether a

vehicle/vehicle-type is a penalty-vehicle/type
This commit is contained in:
Stefan Schroeder 2013-12-04 15:08:13 +01:00
parent e7d7d3c799
commit 149c4d4ecb
3 changed files with 29 additions and 6 deletions

View file

@ -55,6 +55,7 @@
<xs:element name="timeSchedule" type="timeWindowType"/>
<xs:element name="returnToDepot" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
</xs:all>
<xs:attribute name="type" type="xs:string" use="optional" />
</xs:complexType>
</xs:element>
@ -80,6 +81,7 @@
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="type" type="xs:string" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>