Skip to content
Merged
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 @@ -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