Skip to content

Commit

Permalink
Update netex_stopAssignment_version.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Sep 28, 2024
1 parent 1a41506 commit 2827d77
Showing 1 changed file with 10 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>DEPRECATED - use privateCodes. -v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element ref="ScheduledStopPointRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reference or inline declaration of SCHEDULED STOP POINT which is being assigned.</xsd:documentation>
<xsd:documentation>Reference of SCHEDULED STOP POINT which is being assigned.</xsd:documentation>
</xsd:annotation>
<xsd:element ref="ScheduledStopPointRef"/>
<xsd:element ref="ScheduledStopPoint"/>
</xsd:choice>
</xsd:element>
<xsd:group ref="StopAssignmentDirectionGroup">
<xsd:annotation>
<xsd:documentation>Directional elements for a STOP ASSIGNMENT. +v2.0</xsd:documentation>
Expand Down Expand Up @@ -228,27 +226,21 @@ Rail transport, Roads and Road transport
<xsd:documentation>Elements for a PASSENGER STOP ASSIGNMENT. Either StopPlace(Ref) or Quay(Ref) must at least be present. Best practice is to always have at least the StopPlace(Ref). It is also prefered that the Ref are used and the Quay/StopPlace are defined on their own in the appropriate Frame.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element ref="StopPlaceRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>STOP PLACE to which SCHEDULED STOP POINT is to be assigned.</xsd:documentation>
</xsd:annotation>
<xsd:element ref="StopPlaceRef"/>
<xsd:element ref="StopPlace"/>
</xsd:choice>
<xsd:choice minOccurs="0">
</xsd:element>
<xsd:element ref="QuayRef">
<xsd:annotation>
<xsd:documentation>QUAY to which SCHEDULED STOP POINT is to be assigned.</xsd:documentation>
</xsd:annotation>
<xsd:element ref="QuayRef"/>
<xsd:element ref="Quay"/>
</xsd:choice>
<xsd:choice minOccurs="0">
</xsd:element>
<xsd:element ref="BoardingPositionRef">
<xsd:annotation>
<xsd:documentation>BOARDING POSITION to which SCHEDULED STOP POINT is to be assigned.</xsd:documentation>
</xsd:annotation>
<xsd:element ref="BoardingPositionRef"/>
<xsd:element ref="BoardingPosition"/>
</xsd:choice>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="passengerBoardingPositionAssignments" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
Expand Down Expand Up @@ -492,4 +484,4 @@ Rail transport, Roads and Road transport
</xsd:complexContent>
</xsd:complexType>
<!-- ======================================================================= -->
</xsd:schema>
</xsd:schema>

0 comments on commit 2827d77

Please sign in to comment.