Skip to content

Commit

Permalink
Annotions RestrictedServiceFacilitySet
Browse files Browse the repository at this point in the history
  • Loading branch information
trurlurl committed Nov 1, 2024
1 parent 712bf94 commit e86e0bc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
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

0 comments on commit e86e0bc

Please sign in to comment.