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:
parent
caef965315
commit
1d2e5e4803
1 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
<xs:element name="problem">
|
<xs:element name="problem">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="problemType" minOccurs="1" maxOccurs="1">
|
<xs:element name="problemType" minOccurs="0" maxOccurs="1">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="fleetSize">
|
<xs:element name="fleetSize">
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
<xs:element name="vehicles" minOccurs="1" maxOccurs="1">
|
<xs:element name="vehicles" minOccurs="0" maxOccurs="1">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="vehicle" minOccurs="1" maxOccurs="unbounded">
|
<xs:element name="vehicle" minOccurs="1" maxOccurs="unbounded">
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
<xs:element name="vehicleTypes" minOccurs="1" maxOccurs="1">
|
<xs:element name="vehicleTypes" minOccurs="0" maxOccurs="1">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="type" minOccurs="1" maxOccurs="unbounded">
|
<xs:element name="type" minOccurs="1" maxOccurs="unbounded">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue