Skip to content
Merged
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- ==== SImple Timetable Example ======
This example shows the encoding of a simple bus timetable for a linear route in NeTex XML
<?xml version="1.0" encoding="UTF-8"?>

<!-- ==== Simple Timetable Example ======
This example shows the encoding of a simple bus timetable (from Slovenia) for a linear route in NeTex XML aligned from full NeTEx to NeTEx EU Profile

-->

A - t1 -t2 - -t3 D-->
<PublicationDelivery xmlns="http://www.netex.org.uk/netex" xmlns:siri="http://www.siri.org.uk/siri" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://www.netex.org.uk/netex ../../../xsd/NeTEx_publication.xsd">
<PublicationTimestamp>2010-12-17T09:30:47.0Z</PublicationTimestamp>
<ParticipantRef>SYS001</ParticipantRef>
Expand Down
137,833 changes: 137,833 additions & 0 deletions examples/standards/epiap/eiap_test1_ramp.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ Rail transport, Roads and Road transport
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="any"/>
<xsd:enumeration value="information"/>
<xsd:enumeration value="reservations"/>
<xsd:enumeration value="reservation"/>
<xsd:enumeration value="lostProperty"/>
<xsd:enumeration value="complaints"/>
<xsd:enumeration value="complaint"/>
<xsd:enumeration value="emergency"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="FareManagement"/>
<xsd:enumeration value="Financing"/>
<xsd:enumeration value="SecurityManagement"/>
<xsd:enumeration value="CustomerServices"/>
<xsd:enumeration value="CustomerService"/>
<xsd:enumeration value="DataRegistrar"/>
<xsd:enumeration value="Other"/>
</xsd:restriction>
Expand Down
Binary file not shown.
378 changes: 0 additions & 378 deletions xsd/netex_framework/netex_reusableComponents/netex_country_version.xsd

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ Rail transport, Roads and Road transport
<xsd:restriction base="xsd:string">
<xsd:enumeration value="dawn"/>
<xsd:enumeration value="dusk"/>
<xsd:enumeration value="noon"/>
<xsd:enumeration value="midnight"/>
<xsd:enumeration value="curfewStart"/>
<xsd:enumeration value="curfewEnd"/>
</xsd:restriction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element ref="ChargingEquipmentProfile" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Chargingequipment profile for VEHICLE.</xsd:documentation>
<xsd:documentation>Charging equipment profile for VEHICLE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Rail transport, Roads and Road transport
</xsd:group>
<xsd:complexType name="ServiceBookingArrangementsStructure" abstract="false">
<xsd:annotation>
<xsd:documentation>Type for SERVICE OOKING ARRANGEMENTs.</xsd:documentation>
<xsd:documentation>Type for SERVICE BOOKING ARRANGEMENTs.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="BookingArrangementsStructure">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Rail transport, Roads and Road transport
<!-- ==GROUP OF OPERATORss============================================================ -->
<xsd:complexType name="groupsOfOperatorsRefs_RelStructure">
<xsd:annotation>
<xsd:documentation>Type for a list of references to list of GROUPs OFOPERATORS.</xsd:documentation>
<xsd:documentation>Type for a list of references to list of GROUPs OF OPERATORS.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="oneToManyRelationshipStructure">
Expand Down
Loading