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

add schema element to 'allowVehicleSwitch' as option for insertion

This commit is contained in:
Stefan Schroeder 2014-01-10 15:15:45 +01:00
parent a2cc5eb962
commit 37197de191

View file

@ -229,6 +229,7 @@
</xs:simpleContent> </xs:simpleContent>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="allowVehicleSwitch" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
<xs:element name="experimental" minOccurs="0" maxOccurs="1"> <xs:element name="experimental" minOccurs="0" maxOccurs="1">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>