Skip to content

Commit

Permalink
id now mandatory for PassengerCapacity (#579)
Browse files Browse the repository at this point in the history
* id now mandatory

* Apply suggestions from code review

* Update xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd

Co-authored-by: Stefan de Konink <stefan@konink.de>

* fixing examples

---------

Co-authored-by: Stefan de Konink <stefan@konink.de>
  • Loading branch information
ue71603 and skinkie authored Dec 14, 2023
1 parent b9f92c1 commit 40381ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ The Calendar is shown coded as
</Call>
</calls>
<PassengerCarryingRequirementsView>
<PassengerCapacity>
<PassengerCapacity version="any" id="PC1">
<SeatingCapacity>22</SeatingCapacity>
<StandingCapacity>44</StandingCapacity>
<SpecialPlaceCapacity>2</SpecialPlaceCapacity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ is relevant for supplying an Integrator with partial data from multiple sources.
</Call>
</calls>
<PassengerCarryingRequirementsView>
<PassengerCapacity>
<PassengerCapacity version="any" id="PC1">
<TotalCapacity>90</TotalCapacity>
<SeatingCapacity>50</SeatingCapacity>
<PushchairCapacity>1</PushchairCapacity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ Rail transport, Roads and Road transport
<xsd:group ref="PassengerCapacityGroup"/>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="id" type="PassengerCapacityIdType" use="optional">
<xsd:attribute name="id" type="PassengerCapacityIdType" use="required">
<xsd:annotation>
<xsd:documentation>Identifier of PASSENGER CAPACITY.</xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit 40381ee

Please sign in to comment.