Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotions RestrictedServiceFacilitySet #798

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="restrictedServiceFacilitySets" type="restrictedServiceFacilitySetsInFrame_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Restricted SERVICE FACILITies in frame.</xsd:documentation>
<xsd:documentation>Restricted SERVICE FACILITies in frame. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deckPlanAssignments" type="deckPlanAssignments_RelStructure" minOccurs="0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,34 @@
<xsd:element ref="ServiceFacilitySetRef"/>
<xsd:choice minOccurs="0">
<xsd:sequence>
<xsd:element name="FromCall" type="CallRefStructure"/>
<xsd:element name="ToCall" type="CallRefStructure"/>
<xsd:element name="FromCall" type="CallRefStructure">
<xsd:annotation>
<xsd:documentation>CALL from which on the SERVICE FACILITY SET SET applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ToCall" type="CallRefStructure">
<xsd:annotation>
<xsd:documentation>CALL after which applicability of the SERVICE FACILITY SET ends.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="FromStopPointInJourneyPattern" type="StopPointInJourneyPatternRefStructure"/>
<xsd:element name="ToStopPointInJourneyPattern" type="StopPointInJourneyPatternRefStructure"/>
<xsd:element name="FromStopPointInJourneyPattern" type="StopPointInJourneyPatternRefStructure">
<xsd:annotation>
<xsd:documentation>POINT from which on the SERVICE FACILITY SET applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ToStopPointInJourneyPattern" type="StopPointInJourneyPatternRefStructure">
<xsd:annotation>
<xsd:documentation>POINT after which applicability of the SERVICE FACILITY SET ends.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
<xsd:element ref="AvailabilityConditionRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>AVAILABILITY CONDITION (further) restricting the applicabillity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
Expand Down
Loading