Skip to content

Commit

Permalink
Merge pull request #4 from skinkie/fix_allow_optional_passengercapacity
Browse files Browse the repository at this point in the history
If no capacity information is available, no element is required.
  • Loading branch information
skinkie authored Jan 17, 2020
2 parents 9cb010e + a8b2e75 commit cbc0491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsd/netex-nl.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@
<xsd:element name="Description" type="xsd:string" minOccurs="0"/>
<xsd:element name="PrivateCode" type="privateCode" minOccurs="0"/>
<xsd:element name="TypeOfFuel" type="TypeOfFuelEnumeration" minOccurs="0"/>
<xsd:element name="PassengerCapacity">
<xsd:element name="PassengerCapacity" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SeatingCapacity" type="xsd:nonNegativeInteger" minOccurs="0"/>
Expand Down

0 comments on commit cbc0491

Please sign in to comment.