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

change vrp_xml_schema.xsd to allow the xml-file only contain services

This commit is contained in:
Stefan Schroeder 2013-06-18 14:16:30 +02:00
parent caef965315
commit 1d2e5e4803

View file

@ -25,7 +25,7 @@
<xs:element name="problem">
<xs:complexType>
<xs:sequence>
<xs:element name="problemType" minOccurs="1" maxOccurs="1">
<xs:element name="problemType" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="fleetSize">
@ -49,7 +49,7 @@
</xs:complexType>
</xs:element>
<xs:element name="vehicles" minOccurs="1" maxOccurs="1">
<xs:element name="vehicles" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="vehicle" minOccurs="1" maxOccurs="unbounded">
@ -81,7 +81,7 @@
</xs:complexType>
</xs:element>
<xs:element name="vehicleTypes" minOccurs="1" maxOccurs="1">
<xs:element name="vehicleTypes" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="type" minOccurs="1" maxOccurs="unbounded">