Skip to content

Commit

Permalink
better docu (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 authored Dec 14, 2023
1 parent 6697af3 commit 410b024
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,21 @@ Rail transport, Roads and Road transport
<xsd:documentation>Allowed values for headway use.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="DisplayPassingTimesOnly"/>
<xsd:enumeration value="DisplayAsWellAsPassingTimes"/>
<xsd:enumeration value="DisplayInsteadOfPassingTimes"/>
<xsd:enumeration value="DisplayPassingTimesOnly">
<xsd:annotation>
<xsd:documentation>You have a headway service but still display passing times only.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DisplayAsWellAsPassingTimes">
<xsd:annotation>
<xsd:documentation>You have a headway service and display both passing times and frequency.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DisplayInsteadOfPassingTimes">
<xsd:annotation>
<xsd:documentation>You have a headway service and only display frequency.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="HeadwayJourneyGroupIdType">
Expand Down

0 comments on commit 410b024

Please sign in to comment.