Skip to content

Commit

Permalink
UiCOperatingPeriodGroup contains no DaysOfWeek (#820)
Browse files Browse the repository at this point in the history
* Update netex_serviceCalendar_version.xsd

* Update xsd/netex_framework/netex_reusableComponents/netex_serviceCalendar_version.xsd

Co-authored-by: Stefan de Konink <[email protected]>

---------

Co-authored-by: Stefan de Konink <[email protected]>
  • Loading branch information
ue71603 and skinkie authored Jan 14, 2025
1 parent 8ff04e2 commit d151a39
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,7 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element name="ValidDayBits" type="xsd:normalizedString">
<xsd:annotation>
<xsd:documentation>String of bits, one for each day in period: whether valid or not valid on the day. Normally there will be a bit for every day between start and end date. If bit is missing, assume available.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DaysOfWeek" type="DaysOfWeekListOfEnumerations" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Days of week to which bits correspond.</xsd:documentation>
<xsd:documentation>String of bits, one for each day in period: whether valid or not valid on the day. Normally there will be a bit for every day between start and end date. If bit is missing, assume available.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down

0 comments on commit d151a39

Please sign in to comment.