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 @@ -18,6 +18,10 @@
<Modified>2011-02-05</Modified>
<!-- Name Space changes -->
</Date>
<Date>
<Modified>2019-04-17</Modified>
<!-- Corrected PenaltyPolicyTypeEnumeration typo noCheckin -> noCheckIn -->
</Date>
<Description>
<p>NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.</p>
<p>This sub-schema describes the Charging USAGE PARAMETER types.</p>
Expand Down Expand Up @@ -137,11 +141,11 @@ Rail transport, Roads and Road transport
</xsd:simpleType>
<xsd:simpleType name="PenaltyPolicyTypeEnumeration">
<xsd:annotation>
<xsd:documentation>Allowed values for Penlaty Policy Ypye.</xsd:documentation>
<xsd:documentation>Allowed values for Penalty Policy Type.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="noTicket"/>
<xsd:enumeration value="noCheckin"/>
<xsd:enumeration value="noCheckIn"/>
<xsd:enumeration value="noCheckOut"/>
<xsd:enumeration value="noValidation"/>
<xsd:enumeration value="other"/>
Expand Down