forked from NeTEx-CEN/NeTEx-Profile-EPIP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_content_NeTEx_EPIP.xsd
11243 lines (11239 loc) · 465 KB
/
_content_NeTEx_EPIP.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2021 (x64) (http://www.altova.com) by Hogia Public Transport Systems AB (Hogia Public Transport Systems AB) -->
<!--Note that this simplified XSD does not in any way replace the full NeTEx XSD. It is not guaranteed that the XSD is free from errors.-->
<xsd:schema xmlns="http://www.netex.org.uk/netex" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.netex.org.uk/netex" elementFormDefault="qualified" version="1.1.2" id="content_NeTEx_EPIP">
<xsd:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="gml_combo_v3_2_1_simplified.xsd"/>
<xsd:annotation>
<xsd:documentation>The intention of this XSD is to provide a simplified schema that represents a subset of the full NeTEx-schema covering the European Passenger Information Profile.
This file should not be interpreted as being normative. Neither does this XSD replace the offical NeTEx XSD schemas. It should be used in addition to the offical NeTEx XSD schemas and not instead of.
The official NeTEx XSD schema and basic examples are available at Github https://github.com/NeTEx-CEN/NeTEx (note that this is the only source for NeTEx latest official schema)
Note that parts of the content in this file consists of extracts from files in the official NeTEx XSD schema and therefore are covered by Copyright CEN, Crown Copyright 2009-2020.
Any such copyrights still apply.
Update v1.1.1: vehicleTypes added to ResourceFrame
Update v1.1.2: Levels in levels_RelStructure corrected to be unbounded
</xsd:documentation>
</xsd:annotation>
<xsd:attributeGroup name="EntityAttributeGroup">
<xsd:attribute name="nameOfClass" type="xsd:Name" use="optional"/>
<xsd:attribute name="id" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Note that it is normally a MANDATORY attribute in EPIP! Here defined as optional to be in line with the full NeTEx XSD... </xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dataSourceRef" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Type for identifier of a DATA SOURCE.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="created" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation>Date ENTITY was first created.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="changed" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation>Date ENTITY or version was last changed.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="modification" type="ModificationEnumeration" use="optional" default="new">
<xsd:annotation>
<xsd:documentation>Nature of last modification: new, revise, delete, unchanged, delta. Default is "new".</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="version" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Version number of entity.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="status" type="StatusEnumeration" use="optional" default="active">
<xsd:annotation>
<xsd:documentation>Whether ENTITY is currently in use. Default is "active". In EPIP only "active" is supported.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
<!-- ======================================================================= -->
<xsd:attributeGroup name="DataManagedObjectAttributeGroup">
<xsd:attribute name="nameOfClass" type="xsd:Name" use="optional"/>
<xsd:attribute name="id" type="xsd:normalizedString" use="required">
<xsd:annotation>
<xsd:documentation>Note that it is (normally) a MANDATORY attribute in EPIP! It is optional in the full NeTEx XSD.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dataSourceRef" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Type for identifier of a DATA SOURCE.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="created" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation>Date ENTITY was first created.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="changed" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation>Date ENTITY or version was last changed.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="modification" type="ModificationEnumeration" use="optional" default="new">
<xsd:annotation>
<xsd:documentation>Nature of last modification: new, revise, delete, unchanged, delta. Default is "new".</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="version" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Version number of entity.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="status" type="StatusEnumeration" use="optional" default="active">
<xsd:annotation>
<xsd:documentation>Whether ENTITY is currently in use. Default is "active". In EPIP only "active" is supported.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<!-- Note that the attribute list from EntityInVersion has been reduced in EPIP -->
<xsd:attribute name="responsibilitySetRef" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
<xsd:attributeGroup name="OptionalIdDataManagedObjectAttributeGroup">
<xsd:attribute name="nameOfClass" type="xsd:Name" use="optional"/>
<xsd:attribute name="id" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Note that this attribute group is used when id is NOT a MANDATORY attribute in EPIP.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dataSourceRef" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Type for identifier of a DATA SOURCE.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="created" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation>Date ENTITY was first created.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="changed" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation>Date ENTITY or version was last changed.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="modification" type="ModificationEnumeration" use="optional" default="new">
<xsd:annotation>
<xsd:documentation>Nature of last modification: new, revise, delete, unchanged, delta. Default is "new".</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="version" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Version number of entity.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="status" type="StatusEnumeration" use="optional" default="active">
<xsd:annotation>
<xsd:documentation>Whether ENTITY is currently in use. Default is "active". In EPIP only "active" is supported.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<!-- Note that the attribute list from EntityInVersion has been reduced in EPIP -->
<xsd:attribute name="responsibilitySetRef" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
<!-- ======================================================================= -->
<xsd:attributeGroup name="VersionOfObjectRefAttributeGroup">
<xsd:attribute name="nameOfRefClass" type="xsd:Name" use="optional">
<xsd:annotation>
<xsd:documentation>Name of Class of the referenced entity. Allows reflection. Fixed for each entity type.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="created" type="xsd:dateTime" use="optional"/>
<xsd:attribute name="changed" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation>Date ENTITY or version was last changed.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="version" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Identifier of version of referenced entity. For use when reference is Internal and a specific version is required. Mutually exclusive with versionRef</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="modification" type="ModificationEnumeration" use="optional">
<xsd:annotation>
<xsd:documentation>Nature of last modification: new, revise, delete, undchanged;</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="versionRef" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Identifier of version of referenced entity. For use when refenece is External and a specific version is required. Mutually exclusive with version</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ref" type="xsd:normalizedString" use="required">
<xsd:annotation>
<xsd:documentation>Identifier of referenced entity.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
<!-- ======================================================================= -->
<xsd:attributeGroup name="ModificationSetAttributeGroup">
<xsd:attribute name="id" type="xsd:normalizedString"/>
<xsd:attribute name="modificationSet" type="ModificationSetEnumeration" default="all">
<xsd:annotation>
<xsd:documentation>Whether this is a list of all (revise) or just changes.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
<!-- ======================================================================= -->
<!-- ======================================================================= -->
<xsd:group name="EntityInVersionElementGroup">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element ref="ValidBetween" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Note: EPIP only allows a single ValidBetween object. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element ref="alternativeTexts" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
<xsd:group name="DataManagedObjectElement_Group">
<xsd:sequence>
<xsd:group ref="EntityInVersionElementGroup" minOccurs="0"/>
<xsd:element ref="keyList" minOccurs="0"/>
<xsd:element ref="BrandingRef" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
<xsd:group name="RestrictedDataManagedObjectElement_Group">
<xsd:sequence>
<xsd:element ref="keyList" minOccurs="0"/>
<xsd:element ref="BrandingRef" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
<xsd:group name="VersionedChildElementGroup">
<xsd:sequence>
<xsd:group ref="EntityInVersionElementGroup" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
<xsd:group name="GroupOfEntitiesElementGroup">
<xsd:annotation>
<xsd:documentation>adapted members structure provide separately below:</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="DataManagedObjectElement_Group"/>
<xsd:element ref="Name" minOccurs="0">
<xsd:annotation>
<xsd:documentation>For EPIP note that Name should be considered as mandatory when in scope of NETWORK.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ShortName" minOccurs="0"/>
<xsd:element ref="Description" minOccurs="0"/>
<xsd:element ref="PurposeOfGroupingRef" minOccurs="0"/>
<xsd:element ref="PrivateCode" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
<xsd:group name="PointElementGroup">
<xsd:sequence>
<xsd:group ref="DataManagedObjectElement_Group"/>
<xsd:element ref="Name" minOccurs="0"/>
<xsd:element ref="Location">
<xsd:annotation>
<xsd:documentation>Mandatory in EPIP</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PointNumber" minOccurs="0"/>
<xsd:element name="projections" type="pointProjectionsStructure" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
<xsd:group name="LinkSequenceElementGroup">
<xsd:sequence>
<xsd:group ref="DataManagedObjectElement_Group"/>
<xsd:element ref="Name" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Name of LINK SEQUENCE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Distance" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Units are as specified
for Frame. Default is SI Metres.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:element name="Abbreviation" type="xsd:string"/>
<xsd:element name="AccessVehicleEquipment" type="AccessVehicleEquipmentStructure"/>
<xsd:element name="AccessibilityAssessment" type="AccessibilityAssessmentStructure"/>
<xsd:element name="AccessModes" type="AccessModeListOfEnumerations">
<xsd:annotation>
<xsd:documentation>Copied from full schema, but single instance not in line with EPIP documentation that implies one to many .</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AccessSpaceRef" type="AccessSpaceRefStructure"/>
<xsd:element name="Accommodation" type="Accommodation_VersionStructure"/>
<xsd:element name="AccessibilityLimitation" type="AccessibilityLimitationStructure"/>
<xsd:element name="Advertised" type="xsd:boolean"/>
<xsd:element name="Altitude" type="AltitudeType"/>
<xsd:element name="AllowedLineDirection" type="AllowedLineDirection_VersionStructure"/>
<xsd:element name="AllowedLineDirectionRef" type="AllowedLineDirectionRefStructure"/>
<xsd:element name="AlternativeName" type="AlternativeNameStructure"/>
<xsd:element name="AlternativeText" type="AlternativeTextStructure"/>
<xsd:element name="alternativeTexts" type="alternativeTextsStructure">
<xsd:annotation>
<xsd:documentation>Additional Translations of text elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ArrivalTime" type="binding_friendly_time"/>
<xsd:element name="Authority" type="Authority_VersionStructure"/>
<xsd:element name="AuthorityRef" type="AuthorityRefStructure"/>
<xsd:element name="AvailabilityCondition" type="AvailabilityConditionStructure"/>
<xsd:element name="AvailabilityConditionRef" type="AvailabilityConditionRefStructure"/>
<xsd:element name="BaselineVersionFrameRef" type="BaselineVersionFrameRefStructure"/>
<xsd:element name="BothWays" type="xsd:boolean"/>
<xsd:element name="BorderCrossing" type="xsd:boolean" default="false"/>
<xsd:element name="BrandingRef" type="BrandingRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a BRANDING.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CalendarDate" type="xsd:date"/>
<xsd:element name="CanBeAdvertised" type="xsd:boolean"/>
<xsd:element name="Centroid" type="CentroidStructure"/>
<xsd:element name="ChangeOfDestinationDisplay" type="xsd:boolean"/>
<xsd:element name="ClassAttributeInFrame" type="ClassAttributeInFrameStructure"/>
<xsd:element name="ClassInFrame" type="ClassInFrameStructure"/>
<xsd:element name="ClassInFrameRef" type="ClassInFrameRefStructure"/>
<xsd:element name="ClassRefType" type="ClassRefTypeEnumeration"/>
<xsd:element name="ClassRelationshipInFrame" type="ClassRelationshipInFrameStructure"/>
<xsd:element name="Codespace" type="CodespaceStructure"/>
<xsd:element name="CompanyNumber" type="xsd:normalizedString"/>
<xsd:element name="CompassBearing" type="xsd:float"/>
<xsd:element name="Connection" type="Connection_VersionStructure">
<xsd:annotation>
<xsd:documentation>The physical (spatial) possibility for a passenger to change from one public transport vehicle to another to continue the trip. Different times may be necessary to cover this link, depending on the kind of passenger</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ConnectionRef" type="ConnectionRefStructure"/>
<xsd:element name="ContactDetails" type="ContactDetailsStructure"/>
<xsd:element name="Containment" type="xsd:string"/>
<xsd:element name="CountryRef" type="CountryRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Covered" type="xsd:string"/>
<xsd:element name="DataRoleType" type="DataRoleTypeListOfEnumerations"/>
<xsd:element name="DataSource" type="DataSourceStructure"/>
<xsd:element name="Date" type="xsd:date"/>
<xsd:element name="DaysOfWeek" type="DaysOfWeekListOfEnumerations"/>
<xsd:element name="DayType" type="DayTypeStructure">
<xsd:annotation>
<xsd:documentation>A type of day characterized by one or more properties which affect public transport operation. For example: weekday in school holidays.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DayTypeAssignment" type="DayTypeAssignmentStructure">
<xsd:annotation>
<xsd:documentation>In EPIP each DAY TYPE is assigned to a OPERATING PERIOD that defines a set of OPERATING DAY dates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DayTypeRef" type="DayTypeRefStructure"/>
<xsd:element name="DefaultCodespaceRef" type="CodespaceRefStructure"/>
<xsd:element name="DefaultConnection" type="DefaultConnection_VersionStructure"/>
<xsd:element name="DefaultCurrency" type="CurrencyType"/>
<xsd:element name="DefaultDataSourceRef" type="DefaultDataSourceRefStructure"/>
<xsd:element name="DefaultDuration" type="xsd:duration"/>
<xsd:element name="DefaultLanguage" type="LanguageListOfEnumerations"/>
<xsd:element name="DefaultLocale" type="LocaleStructure"/>
<xsd:element name="DefaultLocationSystem" type="xsd:string"/>
<xsd:element name="DefaultResponsibilitySetRef" type="ResponsibilitySetRefStructure"/>
<xsd:element name="DefaultSystemOfUnits" type="SystemOfUnits"/>
<xsd:element name="DepartureTime" type="binding_friendly_time"/>
<xsd:element name="Description" type="MultilingualString">
<xsd:annotation>
<xsd:documentation>Description of contents.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Descriptor" type="TopographicPlaceDescriptor_VersionedChildStructure"/>
<xsd:element name="DestinationDisplay" type="DestinationDisplay_VersionStructure"/>
<xsd:element name="DestinationDisplayVariant" type="DestinationDisplayVariant_VersionStructure"/>
<xsd:element name="DestinationDisplayRef" type="DestinationDisplayRefStructure"/>
<xsd:element name="Direction" type="Direction_VersionStructure">
<xsd:annotation>
<xsd:documentation>A classification for the general orientation of ROUTEs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DirectionRef" type="DirectionRefStructure"/>
<xsd:element name="DirectionType" type="DirectionTypeEnumeration" default="outbound">
<xsd:annotation>
<xsd:documentation>A Direction of a ROUTE. One of a restricted set of values. Default is "Outbound"</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Distance" type="LengthType"/>
<xsd:element name="DynamicStopAssignment" type="DynamicStopAssignment_VersionStructure"/>
<xsd:element name="Email" type="xsd:normalizedString"/>
<xsd:element name="EndDate" type="xsd:dateTime"/>
<xsd:element name="EquipmentRef" type="EquipmentRefStructure"/>
<xsd:element name="FlexibleLine" type="FlexibleLineStructure">
<xsd:annotation>
<xsd:documentation>A group of FLEXIBLE ROUTEs of which is generally known to the public by a similar name or number and which have common booking arrangements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FlexibleLineView" type="FlexibleLineViewStructure">
<xsd:annotation>
<xsd:documentation>A group of FLEXIBLE ROUTEs of which is generally known to the public by a similar name or number and which have common booking arrangements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FlexiblePointProperties" type="FlexiblePointPropertiesStructure">
<xsd:annotation>
<xsd:documentation>Flexible properties of a POINT.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FlexibleServiceProperties" type="FlexibleServiceProperties_VersionStructure">
<xsd:annotation>
<xsd:documentation>Additional characteristics of a FLEXIBLE SERVICE. A service may be partly fixed, partly flexible.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ForAlighting" type="xsd:boolean" default="true"/>
<xsd:element name="ForBoarding" type="xsd:boolean" default="true"/>
<xsd:element name="FrameClassRef" type="FrameClassRefStructure"/>
<xsd:element name="FrameDefaults" type="FrameDefaultsStructure"/>
<xsd:element name="Frequency" type="FrequencyStructure"/>
<xsd:element name="From" type="PlaceRefStructure"/>
<xsd:element name="FromDate" type="xsd:dateTime"/>
<xsd:element name="FromJourneyRef" type="ServiceJourneyRefStructure"/>
<xsd:element name="FromPointRef" type="ScheduledStopPointRefStructure"/>
<xsd:element name="GeneralOrganisation" type="Organisation_VersionStructure"/>
<xsd:element name="GroupOfLines" type="GroupOfLines_VersionStructure"/>
<xsd:element name="GroupOfServices" type="GroupOfServices_VersionStructure">
<xsd:annotation>
<xsd:documentation>A group of SERVICEs, often known to its users by a name or a number.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GroupOfServicesMember" type="GroupOfServicesMemberStructure"/>
<xsd:element name="GroupOfStopPlaces" type="GroupOfStopPlaces_VersionStructure">
<xsd:annotation>
<xsd:documentation>Group of STOP PLACEs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Guaranteed" type="xsd:boolean"/>
<xsd:element name="Headway" type="HeadwayIntervalStructure">
<xsd:annotation>
<xsd:documentation>Frequency of service.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HeadwayJourneyGroup" type="HeadwayJourneyGroup_VersionStructure"/>
<xsd:element name="Hoist" type="xsd:boolean"/>
<xsd:element name="InfoLink" type="InfoLinkStructure">
<xsd:annotation>
<xsd:documentation>A hyperlink to an external web resource.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="InfoLinkStructure">
<xsd:annotation>
<xsd:documentation>Type for Info LinK.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:anyURI">
<xsd:attribute name="typeOfInfoLink">
<xsd:simpleType>
<xsd:list itemType="TypeOfInfolinkEnumeration"/>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:element name="IsoCode" type="xsd:string"/>
<xsd:element name="isAvailable" type="xsd:boolean" default="true"/>
<xsd:element name="IsAvailable" type="xsd:boolean"/>
<xsd:element name="JourneyPart" type="JourneyPart_VersionStructure"/>
<xsd:element name="JourneyPartRef" type="JourneyPartRefStructure"/>
<xsd:element name="JourneyPartCouple" type="JourneyPartCouple_VersionStructure">
<xsd:annotation>
<xsd:documentation>Two or more JOURNEY PARTs of different VEHICLE JOURNEYs served simultaneously by a train set up by coupling their single vehicles.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="JourneyPartCoupleRef" type="JourneyPartCoupleRefStructure"/>
<xsd:element name="JourneyPartPosition" type="JourneyPartPositionStructure">
<xsd:annotation>
<xsd:documentation>Position in train of JOURNEY PART from a given stop. +v1.1.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="JourneyPattern" type="JourneyPattern_VersionStructure"/>
<xsd:element name="Key" type="xsd:normalizedString"/>
<xsd:element name="KeyValue" type="KeyValueStructure"/>
<xsd:element name="Label" type="xsd:normalizedString"/>
<xsd:element name="Lang" type="xsd:language"/>
<xsd:element name="Latitude" type="LatitudeType"/>
<xsd:element name="LegalName" type="MultilingualString"/>
<xsd:element name="Level" type="Level_VersionStructure"/>
<xsd:element name="LevelRef" type="LevelRefStructure"/>
<xsd:element name="EntranceRef" type="EntranceRefStructure"/>
<xsd:element name="Line" type="LineStructure">
<xsd:annotation>
<xsd:documentation>A group of ROUTEs which is generally known to the public by a similar name or number.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LineRef" type="LineRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a LINE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LinkSequenceRef" type="LinkSequenceRefStructure"/>
<xsd:element name="Locale" type="LocaleStructure"/>
<xsd:element name="Location" type="LocationStructure"/>
<xsd:element name="Longitude" type="LongitudeType"/>
<xsd:element name="LowFloor" type="xsd:boolean"/>
<xsd:element name="Mandatory" type="MandatoryEnumeration"/>
<xsd:element name="MobilityImpairedAccess" type="xsd:string"/>
<xsd:element name="ModeRef" type="ModeRefStructure"/>
<xsd:element name="ModificationSet" type="ModificationSetEnumeration"/>
<xsd:element name="Name" type="MultilingualString"/>
<xsd:element name="Network" type="Network_VersionStructure"/>
<xsd:element name="NetworkFrameTopic" type="NetworkFrameTopicStructure"/>
<xsd:element name="NetworkRef" type="NetworkRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a NETWORK.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Notice" type="Notice_VersionStructure"/>
<xsd:element name="NoticeAssignment" type="NoticeAssignment_VersionStructure"/>
<xsd:element name="NoticeAssignmentView" type="NoticeAssignmentViewStructure">
<xsd:annotation>
<xsd:documentation>View of a NOTICE ASSIGNMENT. for use in a specific context. This can be used to embed the notice itself in the context.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NoticeRef" type="NoticeRefStructure"/>
<xsd:element name="NoticedObjectRef" type="NoticedObjectRefStructure"/>
<xsd:element name="OperatingDay" type="OperatingDay_VersionStructure">
<xsd:annotation>
<xsd:documentation>A day of public transport operation in a specific calendar. An OPERATING DAY may last more than 24 hours.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OperatingDayRef" type="OperatingDayRefStructure"/>
<xsd:element name="OperatingPeriod" type="OperatingPeriodStructure"/>
<xsd:element name="OperatingPeriodRef" type="OperatingPeriodRefStructure"/>
<xsd:element name="Operator" type="Operator_VersionStructure"/>
<xsd:element name="OperatorRef" type="OperatorRefStructure"/>
<xsd:element name="OperatorView" type="OperatorViewStructure"/>
<xsd:element name="OrganisationPart" type="OrganisationPartStructure"/>
<xsd:element name="OrganisationPartRef" type="OrganisationPartRefStructure"/>
<xsd:element name="OrganisationRef" type="OrganisationRefStructure"/>
<xsd:element name="OrganisationType" type="OrganisationTypeListOfEnumerations"/>
<xsd:element name="OtherTransportModes" type="VehicleModeListOfEnumerations">
<xsd:annotation>
<xsd:documentation>Public transport MODES which may be accessed through associated place.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ParentQuayRef" type="QuayRefStructure"/>
<xsd:element name="ParentSiteRef" type="ParentSiteRefStructure"/>
<xsd:element name="ParentTopographicPlaceRef" type="ParentTopographicPlaceRefStructure"/>
<xsd:element name="Parking" type="Parking_VersionStructure"/>
<xsd:element name="ParkingPaymentProcess" type="ParkingPaymentProcessStructure"/>
<xsd:element name="ParkingVehicleTypes" type="xsd:string"/>
<xsd:element name="ParticipantRef" type="xsd:normalizedString">
<xsd:annotation>
<xsd:documentation>Identifier of system providing data.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PassengerStopAssignment" type="PassengerStopAssignment_VersionStructure">
<xsd:annotation>
<xsd:documentation>Assignment of a SCHEDULED STOP POINT to a STOP PLACE and QUAY, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PassengerStopAssignmentRef" type="PassengerStopAssignmentRefStructure"/>
<xsd:element name="Phone" type="xsd:normalizedString"/>
<xsd:element name="PlaceRef" type="PlaceRefStructure"/>
<xsd:element name="PlateCode" type="xsd:normalizedString"/>
<xsd:element name="PointOfInterest" type="PointOfInterestStructure">
<xsd:annotation>
<xsd:documentation>A type of SITE to or through which passengers may wish to navigate as part of their journey and which is modelled in detail by journey planners.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PointOfInterestEntrance" type="PointOfInterestEntranceStructure">
<xsd:annotation>
<xsd:documentation>Specialisation of ENTRANCE of ENTRANCE for a passenger to a POINT OF INTEREST.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PointOnRoute" type="PointOnRouteStructure"/>
<xsd:element name="PointOnRouteRef" type="PointOnRouteRefStructure"/>
<xsd:element name="PointNumber" type="xsd:normalizedString"/>
<xsd:element name="PointProjection" type="PointProjectionStructure"/>
<xsd:element name="Presentation" type="PresentationStructure"/>
<xsd:element name="PrimaryMode" type="VehicleModeEnumeration"/>
<xsd:element name="Priority" type="xsd:integer"/>
<xsd:element name="PrivateCode" type="PrivateCodeStructure">
<xsd:annotation>
<xsd:documentation>A private code that uniquely identifies the element. May be used for inter-operating with other (legacy) systems.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProjectToPointRef" type="ProjectToPointRefStructure"/>
<xsd:element name="ProjectedPointRef" type="ProjectedPointRefStructure"/>
<xsd:element name="PropertyOfDay" type="PropertyOfDayStructure"/>
<xsd:element name="PublicCode" type="xsd:normalizedString"/>
<xsd:element name="PublicationTimestamp" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Time of output of data.
Preferred format UTC. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PurposeOfGrouping" type="PurposeOfGrouping_ValueStructure"/>
<xsd:element name="PurposeOfGroupingRef" type="PurposeOfGroupingRefStructure"/>
<xsd:element name="Quay" type="Quay_VersionStructure">
<xsd:annotation>
<xsd:documentation>A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi
cars or other means of transportation. A QUAY may contain other sub QUAYs. A child QUAY must be physically
contained within its parent QUAY.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="QuayRef" type="QuayRefStructure"/>
<xsd:element name="QuayType" type="QuayTypeEnumeration"/>
<xsd:element name="PointOfInterestRef" type="PointOfInterestRefStructure"/>
<xsd:element name="PostalAddress" type="PostalAddress_VersionStructure">
<xsd:annotation>
<xsd:documentation>A POSTAL ADDRESS to which mail can be sent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RoadAddress" type="RoadAddressStructure"/>
<xsd:element name="PassengerCapacity" type="PassengerCapacity_VersionStructure"/>
<xsd:element name="Ramp" type="xsd:boolean"/>
<xsd:element name="RechargingAvailable" type="xsd:boolean"/>
<xsd:element name="RelationshipRef" type="RelationshipRefStructure"/>
<xsd:element name="RepresentedByGroupRef" type="RepresentedByGroupRefStructure"/>
<xsd:element name="RequestStop" type="xsd:boolean" default="false"/>
<xsd:element name="ResourceFrameRef" type="ResourceFrameRefStructure"/>
<xsd:element name="ResponsibilityRoleAssignment" type="ResponsibilityRoleAssignmentStructure"/>
<xsd:element name="ResponsibilitySet" type="ResponsibilitySet_VersionStructure"/>
<xsd:element name="ResponsibilitySetRef" type="ResponsibilitySetRefStructure"/>
<xsd:element name="ResponsibleAreaRef" type="ResponsibleAreaRefStructure"/>
<xsd:element name="ResponsibleOrganisationRef" type="ResponsibleOrganisationRefStructure"/>
<xsd:element name="ResponsiblePartRef" type="ResponsiblePartRefStructure"/>
<xsd:element name="RoadAddressRef" type="RoadAddressRefStructure"/>
<xsd:element name="Route" type="Route_VersionStructure"/>
<xsd:element name="RouteLink" type="RouteLink_VersionStructure"/>
<xsd:element name="RoutePoint" type="RoutePoint_VersionStructure">
<xsd:annotation>
<xsd:documentation>A POINT used to define the shape of a ROUTE through the network.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RoutePointRef" type="RoutePointRefStructure"/>
<xsd:element name="RouteRef" type="RouteRefStructure"/>
<xsd:element name="RouteView" type="RouteViewStructure"/>
<xsd:element name="ScheduledStopPoint" type="ScheduledStopPoint_VersionStructure">
<xsd:annotation>
<xsd:documentation> A POINT where passengers can board or alight from vehicles.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ScheduledStopPointRef" type="ScheduledStopPointRefStructure"/>
<xsd:element name="ServiceCalendar" type="ServiceCalendarStructure">
<xsd:annotation>
<xsd:documentation>A SERVICE CALENDAR. A collection of DAY TYPE ASSIGNMENTs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ServiceCalendarFrameRef" type="ServiceCalendarFrameRefStructure"/>
<xsd:element name="ServiceCalendarRef" type="ServiceCalendarRefStructure"/>
<xsd:element name="ServiceFrameRef" type="ServiceFrameRefStructure"/>
<xsd:element name="ServiceJourney" type="ServiceJourney_VersionStructure"/>
<xsd:element name="ServiceJourneyRef" type="ServiceJourneyRefStructure"/>
<xsd:element name="TemplateServiceJourneyRef" type="ServiceJourneyRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a TEMPLATE VEHICLE JOURNEY. Note this actually a reference to a SERVICE JOURNEY</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ServiceJourneyPattern" type="JourneyPattern_VersionStructure"/>
<xsd:element name="ServiceJourneyPatternRef" type="ServiceJourneyPatternRefStructure"/>
<xsd:element name="ServiceJourneyInterchange" type="ServiceJourneyInterchange_VersionStructure">
<xsd:annotation>
<xsd:documentation>The scheduled possibility for transfer of passengers between two SERVICE JOURNEYs at the same or different STOP POINTs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ServiceLink" type="ServiceLink_VersionStructure">
<xsd:annotation>
<xsd:documentation>A LINK between an ordered pair of STOP POINTs. Service links are directional - there will be separate links for each direction of a route.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ServiceLinkInJourneyPattern" type="ServiceLinkInJourneyPatternStructure"/>
<xsd:element name="ServiceLinkRef" type="ServiceLinkRefStructure"/>
<xsd:element name="ShortName" type="MultilingualString"/>
<xsd:element name="SiteConnection" type="SiteConnection_VersionStructure"/>
<xsd:element name="SiteElementRef" type="SiteElementRefStructure"/>
<xsd:element name="SiteFrameRef" type="SiteFrameRefStructure"/>
<xsd:element name="StakeholderRoleType" type="StakeholderRoleTypeListOfEnumerations"/>
<xsd:element name="StopPlace" type="StopPlace_VersionStructure">
<xsd:annotation>
<xsd:documentation>Version of a named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StopPlaceRef" type="StopPlaceRefStructure"/>
<xsd:element name="StopPlaceEntrance" type="StopPlaceEntranceStructure">
<xsd:annotation>
<xsd:documentation>Passenger Entrance to a STOP PLACE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StopPlaceType" type="StopTypeEnumeration"/>
<xsd:element name="StartDate" type="xsd:dateTime"/>
<xsd:element name="StopPlaceWeight" type="StopPlaceWeightEnumeration">
<xsd:annotation>
<xsd:documentation>Type of expected INTERCHANGE at a STOP PLACE for use in journey planners and also for possible legal classification. +v1.1</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StopPlaceEntranceRef" type="StopPlaceEntranceRefStructure"/>
<xsd:element name="StopPointInJourneyPattern" type="StopPointInJourneyPatternStructure"/>
<xsd:element name="StopPointInJourneyPatternRef" type="StopPointInJourneyPatternRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a STOP POINT IN SEQUENCE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TariffZone" type="TariffZone_VersionStructure">
<xsd:annotation>
<xsd:documentation>A ZONE used to define a zonal fare structure in a zone-counting or zone-matrix system.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TariffZoneRef" type="TariffZoneRefStructure"/>
<xsd:element name="TemplateServiceJourney" type="TemplateServiceJourneyStructure">
<xsd:annotation>
<xsd:documentation>A VEHICLE JOURNEY with a set of frequencies that may be used to represent a set of similar journeys differing only by their time of departure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Text" type="MultilingualString"/>
<xsd:element name="Timeband" type="Timeband_VersionStructure">
<xsd:annotation>
<xsd:documentation>A period in a day, significant for some aspect of public transport, e.g. similar traffic conditions or fare category</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimebandRef" type="TimebandRefStructure"/>
<xsd:element name="TimetableFrameRef" type="TimetableFrameRefStructure"/>
<xsd:element name="TimetabledPassingTime" type="TimetabledPassingTimeStructure">
<xsd:annotation>
<xsd:documentation>TIMETABLED PASSING TIME at TIMING POINT.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimingPoint" type="TimingPointStructure"/>
<xsd:element name="TimeZone" type="xsd:string"/>
<xsd:element name="To" type="PlaceRefStructure"/>
<xsd:element name="ToDate" type="xsd:dateTime"/>
<xsd:element name="ToJourneyRef" type="ServiceJourneyRefStructure"/>
<xsd:element name="ToPointRef" type="ScheduledStopPointRefStructure"/>
<xsd:element name="TopographicPlace" type="TopographicPlace_VersionStructure"/>
<xsd:element name="TopographicPlaceRef" type="TopographicPlaceRefStructure">
<xsd:annotation>
<xsd:documentation> Reference to a TOPOGRAPHIC PLACE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TopographicPlaceType" type="TopographicPlaceTypeEnumeration"/>
<xsd:element name="TopographicPlaceView" type="TopographicPlaceViewStructure"/>
<xsd:element name="TotalCapacity" type="xsd:integer"/>
<xsd:element name="Train" type="Train_VersionStructure">
<xsd:annotation>
<xsd:documentation>A vehicle composed of TRAIN ELEMENTs in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagons.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TrainRef" type="TrainRefStructure"/>
<xsd:element name="TrainComponent" type="TrainComponent_VersionStructure">
<xsd:annotation>
<xsd:documentation>Specification of the order of TRAIN ELEMENTs in a TRAIN.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TrainElement" type="TrainElement_VersionStructure">
<xsd:annotation>
<xsd:documentation>An elementary component of a TRAIN (e.g. wagon, locomotive).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TrainComponentRef" type="TrainComponentRefStructure"/>
<xsd:element name="TrainNumber" type="TrainNumber_VersionStructure">
<xsd:annotation>
<xsd:documentation>Specification of codes assigned to particular VEHICLE JOURNEYs when operated by TRAINs of COMPOUND TRAINs according to a functional purpose (passenger information, operation follow-up, etc).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TrainNumberRef" type="TrainNumberRefStructure">
<xsd:annotation>
<xsd:documentation>TRAIN NUMBER reference.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TrainSize" type="TrainSizeStructure">
<xsd:annotation>
<xsd:documentation>Requirements for TRAIN SIZe.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TrainStopAssignment" type="TrainStopAssignment_VersionStructure">
<xsd:annotation>
<xsd:documentation>Assignment of a scheduled train stop point to a STOP PLACE and quay. etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TransferDuration" type="TransferDurationStructure"/>
<xsd:element name="Type" type="xsd:string"/>
<xsd:element name="TypeOfFlexibleServiceRef" type="TypeOfFlexibleServiceRefStructure"/>
<xsd:element name="TypeOfFlexibleService" type="TypeOfFlexibleService_ValueStructure"/>
<xsd:element name="TypeOfFrame" type="TypeOfFrameStructure"/>
<xsd:element name="TypeOfFrameRef" type="TypeOfFrameRefStructure"/>
<xsd:element name="TypeOfNoticeRef" type="TypeOfNoticeRefStructure"/>
<xsd:element name="TypeOfTransferRef" type="TypeOfTransferRefStructure"/>
<xsd:element name="TypeOfLineRef" type="TypeOfLineRefStructure"/>
<xsd:element name="TypeOfPlace" type="TypeOfPlaceStructure"/>
<xsd:element name="TypeOfPlaceRef" type="TypeOfPlaceRefStructure"/>
<xsd:element name="TypeOfValidity" type="TypeOfValidity_VersionStructure"/>
<xsd:element name="TypeOfValidityRef" type="TypeOfValidityRefStructure"/>
<xsd:element name="UicOperatingPeriod" type="UicOperatingPeriod_VersionStructure">
<xsd:annotation>
<xsd:documentation>An OPERATING PERIOD coded in UIC style as a bit string between two dates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Url" type="xsd:anyURI"/>
<xsd:element name="ValidBetween" type="ValidBetween_VersionStructure"/>
<xsd:element name="ValidityCondition" type="ValidityCondition_VersionStructure"/>
<xsd:element name="ValidDayBits" type="xsd:normalizedString"/>
<xsd:element name="Value" type="xsd:normalizedString"/>
<xsd:element name="ValueSet" type="ValueSetStructure"/>
<xsd:element name="VehicleJourneyRef" type="VehicleJourneyRefStructure"/>
<xsd:element name="VehicleType" type="VehicleType_VersionStructure"/>
<xsd:element name="VehicleTypeRef" type="VehicleTypeRefStructure"/>
<xsd:element name="Version" type="Version_VersionStructure"/>
<xsd:element name="VersionType" type="VersionTypeEnumeration"/>
<xsd:element name="Via" type="ViaStructure"/>
<xsd:element name="WalkTransferDuration" type="TransferDurationStructure"/>
<xsd:element name="Weighting" type="InterchangeWeightingEnumeration">
<xsd:annotation>
<xsd:documentation>Default rating of the STOP PLACE for making interchanges.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Xmlns" type="xsd:NMTOKEN"/>
<xsd:element name="XmlnsUrl" type="xsd:anyURI"/>
<xsd:element name="accommodations" type="accommodations_RelStructure"/>
<xsd:element name="additionalNetworks" type="additionalNetworks_RelStructure"/>
<xsd:element name="additionalOperators" type="additionalOperators_RelStructure"/>
<xsd:element name="additionalTopographicPlaces" type="topographicPlaceRefs_RelStructure"/>
<xsd:element name="allowedDirections" type="allowedDirections_RelStructure"/>
<xsd:element name="alternativeNames" type="alternativeNamesStructure"/>
<xsd:element name="attributes" type="attributesStructure"/>
<xsd:element name="classes" type="classesStructure"/>
<xsd:element name="codespaces" type="codespaces_RelStructure"/>
<xsd:element name="connections" type="connectionsStructure"/>
<xsd:element name="containedIn" type="containedIn_RelStructure"/>
<xsd:element name="dataSources" type="dataSources_RelStructure"/>
<xsd:element name="dayTypeAssignments" type="dayTypeAssignments_RelStructure"/>
<xsd:element name="dayTypes" type="dayTypesStructure"/>
<xsd:element name="destinationDisplays" type="destinationDisplays_RelStructure"/>
<xsd:element name="directions" type="directions_RelStructure"/>
<xsd:element name="entrances" type="entrancesStructure"/>
<xsd:element name="equipments" type="equipments_RelStructure"/>
<xsd:element name="frequencyGroups" type="frequencyGroups_RelStructure">
<xsd:annotation>
<xsd:documentation>Frequency groups defining TEMPLATE JOURNEY. Can only be of one type. EPIP supports only Headway type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="groupsOfLines" type="groupsOfLines_RelStructure"/>
<xsd:element name="groupsOfServices" type="groupsOfServices_RelStructure">
<xsd:annotation>
<xsd:documentation>Groupings of Journeys In frame. Can be used to define inbound and outbound beds for a matrix presentation of the JOURNEYs in the TIMETABLE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="groupsOfStopPlaces" type="groupsOfStopPlaces_RelStructure"/>
<xsd:element name="includes" type="includes_RelStructure"/>
<xsd:element name="infoLinks" type="infoLinks_RelStructure"/>
<xsd:element name="journeyInterchanges" type="journeyInterchanges_RelStructure"/>
<xsd:element name="journeyPatterns" type="journeyPatternsStructure"/>
<xsd:element name="journeyPartCouples" type="journeyPartCouples_RelStructure"/>
<xsd:element name="keyList" type="keyListStructure">
<xsd:annotation>
<xsd:documentation>A list of alternative Key values for an element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="levels" type="levels_RelStructure"/>
<xsd:element name="limitations" type="limitations_RelStructure"/>
<xsd:element name="lines" type="lines_RelStructure"/>
<xsd:element name="linksInSequence" type="linksInSequence_RelStructure"/>
<xsd:element name="notices" type="notices_RelStructure"/>
<xsd:element name="organisations" type="organisationsStructure"/>
<xsd:element name="operatingPeriods" type="operatingPeriodsStructure"/>
<xsd:element name="operatingDays" type="operatingDays_RelStructure"/>
<xsd:element name="otherCountries" type="otherCountries_RelStructure"/>
<xsd:element name="parkings" type="parkings_RelStructure"/>
<xsd:element name="passingTimes" type="passingTimes_RelStructure"/>
<xsd:element name="placeTypes" type="placeTypes_Structure">
<xsd:annotation>
<xsd:documentation>Categorisation of PLACE.
In EPIP STOP PLACEs shall be assigned
one of the following two values:
•monomodal_stop_place
•general_stop_place
E.g.
ref="epip:monomodal_stop_place"
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pointsOfInterest" type="pointsOfInterest_RelStructure"/>
<xsd:element name="prerequisites" type="prerequisites_RelStructure"/>
<xsd:element name="quays" type="quays_RelStructure">
<xsd:annotation>
<xsd:documentation>QUAYs within the STOP PLACE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="relationships" type="relationships_SpecRelStructure"/>
<xsd:element name="responsibilitySets" type="responsibilitySets_RelStructure"/>
<xsd:element name="roles" type="rolesStructure"/>
<xsd:element name="routeLinks" type="routeLinks_RelStructure"/>
<xsd:element name="routePoints" type="routePoints_RelStructure"/>
<xsd:element name="routes" type="routes_RelStructure"/>
<xsd:element name="scheduledStopPoints" type="scheduledStopPoints_RelStructure"/>
<xsd:element name="serviceLinks" type="serviceLinks_RelStructure"/>
<xsd:element name="stopAssignments" type="stopAssignmentsStructure"/>
<xsd:element name="stopPlaces" type="stopPlaces_RelStructure"/>
<xsd:element name="tariffZones" type="tariffZonesStructure"/>
<xsd:element name="timingPoints" type="timingPoints_RelStructure"/>
<xsd:element name="topographicPlaces" type="topographicPlaces_RelStructure"/>
<xsd:element name="trainNumbers" type="trainNumbers_RelStructure"/>
<xsd:element name="typesOfEntity" type="typesOfEntity_RelStructure"/>
<xsd:element name="typesOfValue" type="typesOfValue_RelStructure"/>
<xsd:element name="validityConditions" type="validityConditionsStructure"/>
<xsd:element name="values" type="valuesStructure"/>
<xsd:element name="vehicleJourneys" type="vehicleJourneysStructure"/>
<xsd:element name="vehicleTypes" type="vehicleTypesStructure"/>
<xsd:element name="versions" type="versions_RelStructure"/>
<xsd:element name="vias" type="viasStructure"/>
<xsd:complexType name="AccessSpaceRefStructure">
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attributeGroup ref="VersionOfObjectRefAttributeGroup"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AccessVehicleEquipmentStructure">
<xsd:sequence>
<xsd:element ref="EquipmentRef" minOccurs="0"/>
<xsd:element ref="LowFloor" minOccurs="0"/>
<xsd:element ref="Hoist" minOccurs="0"/>
<xsd:element ref="Ramp" minOccurs="0"/>
</xsd:sequence>
<xsd:attributeGroup ref="EntityAttributeGroup"/>
</xsd:complexType>
<xsd:complexType name="Accommodation_VersionStructure">
<xsd:sequence>
<xsd:group ref="EntityInVersionElementGroup"/>
<xsd:group ref="AccommodationGroup"/>
</xsd:sequence>
<xsd:attributeGroup ref="EntityAttributeGroup"/>
</xsd:complexType>
<xsd:complexType name="AllowedLineDirection_VersionStructure">
<xsd:sequence>
<xsd:group ref="DataManagedObjectElement_Group"/>
<xsd:element ref="DirectionRef"/>
</xsd:sequence>
<xsd:attributeGroup ref="DataManagedObjectAttributeGroup"/>
</xsd:complexType>
<xsd:complexType name="AllowedLineDirectionRefStructure">
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attributeGroup ref="VersionOfObjectRefAttributeGroup"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AlternativeNameStructure">
<xsd:sequence>
<xsd:element ref="Lang" minOccurs="0"/>
<xsd:element ref="Name"/>
<xsd:element ref="Abbreviation" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AuthorityRefStructure">
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attributeGroup ref="VersionOfObjectRefAttributeGroup"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AvailabilityConditionStructure">
<xsd:sequence>
<xsd:element ref="Description" minOccurs="0"/>
</xsd:sequence>
<xsd:attributeGroup ref="EntityAttributeGroup"/>
</xsd:complexType>
<xsd:complexType name="AvailabilityConditionRefStructure">
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attributeGroup ref="VersionOfObjectRefAttributeGroup"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BaselineVersionFrameRefStructure">
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString">
<xsd:attributeGroup ref="VersionOfObjectRefAttributeGroup"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AccessibilityAssessmentStructure">
<xsd:annotation>
<xsd:documentation>Elements for an ACCESSIBILITY ASSESSMENT.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="VersionedChildElementGroup"/>
<xsd:element name="MobilityImpairedAccess" type="LimitationStatusEnumeration">
<xsd:annotation>
<xsd:documentation>Summary indication as to whether the component is considered to be accessible or not.
Note that in the context of EPIP, whenever a "partial" LimitationStatus is used, then a "ValidityCondition Description" shall be provided accordingly to explain why the accessibility is only partial. The contained textual information shall be suitable for presentation to the public without further editing.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="limitations" type="accessibilityLimitations_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The ACCESSIBILITY LIMITATIONs that apply to component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="EntityAttributeGroup"/>
</xsd:complexType>
<xsd:complexType name="AccessibilityLimitationStructure">
<xsd:sequence>
<xsd:group ref="MobilityLimitationGroup"/>
<xsd:group ref="SensoryLimitationGroup"/>
</xsd:sequence>
<xsd:attributeGroup ref="EntityAttributeGroup"/>
</xsd:complexType>
<xsd:complexType name="Authority_VersionStructure">
<xsd:sequence>
<xsd:group ref="DataManagedObjectElement_Group"/>
<xsd:group ref="OrganisationContentGroup"/>
<xsd:element name="Address" type="PostalAddress_VersionStructure" minOccurs="0"/>
</xsd:sequence>
<xsd:attributeGroup ref="DataManagedObjectAttributeGroup"/>
</xsd:complexType>