siri-xsd 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +10 -0
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +47 -0
  5. data/README.md +23 -0
  6. data/bitbucket-pipelines.yml +18 -0
  7. data/exe/siri-xsd-validate +42 -0
  8. data/lib/siri/xsd/validator.rb +62 -0
  9. data/lib/siri/xsd/version.rb +5 -0
  10. data/lib/siri/xsd.rb +10 -0
  11. data/siri-xsd.gemspec +35 -0
  12. data/vendor/xsd/acsb/acsb_accessibility.xsd +138 -0
  13. data/vendor/xsd/acsb/acsb_all.xsd +11 -0
  14. data/vendor/xsd/acsb/acsb_limitations.xsd +141 -0
  15. data/vendor/xsd/acsb/acsb_passengerMobility.xsd +212 -0
  16. data/vendor/xsd/datex2/DATEXIISchema.xsd +3713 -0
  17. data/vendor/xsd/datex2/DATEXIISchemaWithDefinitions.xsd +11538 -0
  18. data/vendor/xsd/gml/basicTypes.xsd +267 -0
  19. data/vendor/xsd/gml/geometryBasic0d1d-extract.xsd +271 -0
  20. data/vendor/xsd/gml/gmlBase-extract.xsd +168 -0
  21. data/vendor/xsd/gml/gmlBasic2d-extract.xsd +120 -0
  22. data/vendor/xsd/gml/gml_extract_all_objects.xsd +12 -0
  23. data/vendor/xsd/ifopt/ifopt_administration.xsd +254 -0
  24. data/vendor/xsd/ifopt/ifopt_allStopPlace.xsd +33 -0
  25. data/vendor/xsd/ifopt/ifopt_checkpoint.xsd +222 -0
  26. data/vendor/xsd/ifopt/ifopt_countries.xsd +1320 -0
  27. data/vendor/xsd/ifopt/ifopt_equipment.xsd +207 -0
  28. data/vendor/xsd/ifopt/ifopt_location.xsd +281 -0
  29. data/vendor/xsd/ifopt/ifopt_modes.xsd +84 -0
  30. data/vendor/xsd/ifopt/ifopt_modification.xsd +173 -0
  31. data/vendor/xsd/ifopt/ifopt_path.xsd +164 -0
  32. data/vendor/xsd/ifopt/ifopt_stop.xsd +403 -0
  33. data/vendor/xsd/ifopt/ifopt_time.xsd +131 -0
  34. data/vendor/xsd/ifopt/ifopt_types.xsd +96 -0
  35. data/vendor/xsd/siri/siri_all_framework.xsd +12 -0
  36. data/vendor/xsd/siri/siri_base.xsd +315 -0
  37. data/vendor/xsd/siri/siri_common_services.xsd +900 -0
  38. data/vendor/xsd/siri/siri_request_errorConditions.xsd +590 -0
  39. data/vendor/xsd/siri/siri_request_support.xsd +210 -0
  40. data/vendor/xsd/siri/siri_requests.xsd +1072 -0
  41. data/vendor/xsd/siri.xsd +531 -0
  42. data/vendor/xsd/siriSg.xsd +149 -0
  43. data/vendor/xsd/siri_all_functionalServices.xsd +95 -0
  44. data/vendor/xsd/siri_connectionMonitoring_service.xsd +731 -0
  45. data/vendor/xsd/siri_connectionTimetable_service.xsd +485 -0
  46. data/vendor/xsd/siri_discovery.xsd +898 -0
  47. data/vendor/xsd/siri_estimatedTimetable_service.xsd +490 -0
  48. data/vendor/xsd/siri_facilityMonitoring_service.xsd +493 -0
  49. data/vendor/xsd/siri_generalMessage_service.xsd +483 -0
  50. data/vendor/xsd/siri_model/siri_all.xsd +13 -0
  51. data/vendor/xsd/siri_model/siri_all_journeyModel.xsd +21 -0
  52. data/vendor/xsd/siri_model/siri_all_model.xsd +13 -0
  53. data/vendor/xsd/siri_model/siri_all_situation.xsd +17 -0
  54. data/vendor/xsd/siri_model/siri_datedVehicleJourney.xsd +702 -0
  55. data/vendor/xsd/siri_model/siri_estimatedVehicleJourney.xsd +472 -0
  56. data/vendor/xsd/siri_model/siri_facilities.xsd +517 -0
  57. data/vendor/xsd/siri_model/siri_facility.xsd +760 -0
  58. data/vendor/xsd/siri_model/siri_feature_support.xsd +145 -0
  59. data/vendor/xsd/siri_model/siri_interchangeJourney.xsd +88 -0
  60. data/vendor/xsd/siri_model/siri_journey.xsd +1903 -0
  61. data/vendor/xsd/siri_model/siri_journey_support.xsd +1022 -0
  62. data/vendor/xsd/siri_model/siri_modelPermissions.xsd +338 -0
  63. data/vendor/xsd/siri_model/siri_modes.xsd +686 -0
  64. data/vendor/xsd/siri_model/siri_monitoredVehicleJourney.xsd +638 -0
  65. data/vendor/xsd/siri_model/siri_operator_support.xsd +87 -0
  66. data/vendor/xsd/siri_model/siri_reference.xsd +844 -0
  67. data/vendor/xsd/siri_model/siri_situation.xsd +1545 -0
  68. data/vendor/xsd/siri_model/siri_situationActions.xsd +755 -0
  69. data/vendor/xsd/siri_model/siri_situationAffects.xsd +1533 -0
  70. data/vendor/xsd/siri_model/siri_situationClassifiers.xsd +430 -0
  71. data/vendor/xsd/siri_model/siri_situationIdentity.xsd +247 -0
  72. data/vendor/xsd/siri_model/siri_situationReasons.xsd +1370 -0
  73. data/vendor/xsd/siri_model/siri_situationServiceTypes.xsd +639 -0
  74. data/vendor/xsd/siri_model/siri_targetedVehicleJourney.xsd +136 -0
  75. data/vendor/xsd/siri_model/siri_time.xsd +356 -0
  76. data/vendor/xsd/siri_model_discovery/siri_connectionLink.xsd +115 -0
  77. data/vendor/xsd/siri_model_discovery/siri_feature.xsd +158 -0
  78. data/vendor/xsd/siri_model_discovery/siri_infoChannel.xsd +99 -0
  79. data/vendor/xsd/siri_model_discovery/siri_line.xsd +241 -0
  80. data/vendor/xsd/siri_model_discovery/siri_stopPoint.xsd +158 -0
  81. data/vendor/xsd/siri_productionTimetable_service.xsd +514 -0
  82. data/vendor/xsd/siri_situationExchange_service.xsd +785 -0
  83. data/vendor/xsd/siri_stopMonitoring_service.xsd +1052 -0
  84. data/vendor/xsd/siri_stopTimetable_service.xsd +463 -0
  85. data/vendor/xsd/siri_utility/siri_all_utility.xsd +14 -0
  86. data/vendor/xsd/siri_utility/siri_location.xsd +270 -0
  87. data/vendor/xsd/siri_utility/siri_participant.xsd +79 -0
  88. data/vendor/xsd/siri_utility/siri_permissions.xsd +135 -0
  89. data/vendor/xsd/siri_utility/siri_types.xsd +166 -0
  90. data/vendor/xsd/siri_utility/siri_utility.xsd +301 -0
  91. data/vendor/xsd/siri_vehicleMonitoring_service.xsd +702 -0
  92. data/vendor/xsd/siri_wsConsumer-Document.wsdl +177 -0
  93. data/vendor/xsd/siri_wsConsumer-WSDL2.wsdl +96 -0
  94. data/vendor/xsd/siri_wsConsumer.wsdl +200 -0
  95. data/vendor/xsd/siri_wsProducer-Document.wsdl +558 -0
  96. data/vendor/xsd/siri_wsProducer-WSDL2.wsdl +229 -0
  97. data/vendor/xsd/siri_wsProducer.wsdl +629 -0
  98. data/vendor/xsd/soap.xsd +118 -0
  99. data/vendor/xsd/wsdl_model/siri-wsdl.xsd +8 -0
  100. data/vendor/xsd/wsdl_model/siri_wsConsumer-Framework.xsd +98 -0
  101. data/vendor/xsd/wsdl_model/siri_wsConsumer-Services.xsd +155 -0
  102. data/vendor/xsd/wsdl_model/siri_wsProducer-DiscoveryCapability.xsd +123 -0
  103. data/vendor/xsd/wsdl_model/siri_wsProducer-Framework.xsd +138 -0
  104. data/vendor/xsd/wsdl_model/siri_wsProducer-Services.xsd +263 -0
  105. data/vendor/xsd/xml/2008/09/xsd.xsl +997 -0
  106. data/vendor/xsd/xml/2009/01/XMLSchema.xsd +286 -0
  107. metadata +222 -0
@@ -0,0 +1,173 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- 2207 04 11 recode x,llang to work arround spy bug -->
3
+ <xsd:schema xmlns="http://www.ifopt.org.uk/ifopt" xmlns:siri="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:core="http://www.govtalk.gov.uk/core" targetNamespace="http://www.ifopt.org.uk/ifopt" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.3" id="ifopt_modification">
4
+ <xsd:annotation>
5
+ <xsd:appinfo>
6
+ <Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
7
+ <Aggregation>main schema</Aggregation>
8
+ <Audience>e-service developers</Audience>
9
+ <Coverage>Europe</Coverage>
10
+ <Creator>Drafted for version 1.0 CEN TC278 WG3 SG6 Editor Nicholas Knowles, Kizoom. mailto:schemer@ifopt.org.uk</Creator>
11
+ <Date>
12
+ <Created>2006-08-12</Created>
13
+ </Date>
14
+ <Date>
15
+ <Modified>2006-09-22</Modified>
16
+ </Date>
17
+ <Date>
18
+ <Modified>2007-03-29</Modified>
19
+ </Date>
20
+ <Description>
21
+ <p>Fixed Objects in Public Transport. This subschema defines data Modification base types.</p>
22
+ </Description>
23
+ <Format>
24
+ <MediaType>text/xml</MediaType>
25
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
26
+ <Description>XML schema, W3C Recommendation 2001</Description>
27
+ </Format>
28
+ <Identifier>{http://www.siri.org.uk/schema/2.0/ifopt}ifopt_modification.xsd</Identifier>
29
+ <Language>[ISO 639-2/B] ENG</Language>
30
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD</Publisher>
31
+ <Rights><!--Unclassified-->
32
+ <Copyright>CEN, Crown Copyright 2006-2021</Copyright>
33
+ </Rights>
34
+ <Source>
35
+ <ul>
36
+ <li>Derived from the SIRI standards.</li>
37
+ </ul>
38
+ </Source>
39
+ <Status>Version 2.1</Status>
40
+ <Subject>
41
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
42
+ Air transport, Airports,
43
+ Ports and maritime transport, Ferries (marine),
44
+ Public transport, Bus services, Coach services, Bus stops and stations,
45
+ Rail transport, Railway stations and track, Train services, Underground trains,
46
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
47
+ Rail transport, Roads and road transport
48
+ </Category>
49
+ <Project>CEN TC278 WG3 SG6</Project>
50
+ </Subject>
51
+ <Title>IFOPT Fixed Objects in Public Transport - Modification Types. </Title>
52
+ <Type>Standard</Type>
53
+ </Metadata>
54
+ </xsd:appinfo>
55
+ <xsd:documentation>Data Modification types for IFOPT Fixed Objects in Public Transport.</xsd:documentation>
56
+ </xsd:annotation>
57
+ <xsd:import namespace="http://www.siri.org.uk/siri" schemaLocation="../siri_utility/siri_types.xsd"/>
58
+ <!--====Basic Types =======================================================================-->
59
+ <!--====Mode Enumerations =================================================================== -->
60
+ <!-- ==== Modification Detail Definitions =================================================================== -->
61
+ <xsd:simpleType name="ModificationEnumeration">
62
+ <xsd:annotation>
63
+ <xsd:documentation>Classification of modification as addition, deletion or revision. Enumerated value.</xsd:documentation>
64
+ </xsd:annotation>
65
+ <xsd:restriction base="xsd:NMTOKEN">
66
+ <xsd:enumeration value="new">
67
+ <xsd:annotation>
68
+ <xsd:documentation>This is a definition of a new entity.</xsd:documentation>
69
+ </xsd:annotation>
70
+ </xsd:enumeration>
71
+ <xsd:enumeration value="delete">
72
+ <xsd:annotation>
73
+ <xsd:documentation>This is a deletion of an existing entity.</xsd:documentation>
74
+ </xsd:annotation>
75
+ </xsd:enumeration>
76
+ <xsd:enumeration value="revise">
77
+ <xsd:annotation>
78
+ <xsd:documentation>This is a revision to an existing entity. All values are replaced.</xsd:documentation>
79
+ </xsd:annotation>
80
+ </xsd:enumeration>
81
+ </xsd:restriction>
82
+ </xsd:simpleType>
83
+ <xsd:simpleType name="DeltaModificationEnumeration">
84
+ <xsd:annotation>
85
+ <xsd:documentation>Classification of modification as addition, deletion, revision or delta only. Enumerated value.</xsd:documentation>
86
+ </xsd:annotation>
87
+ <xsd:restriction base="xsd:NMTOKEN">
88
+ <xsd:enumeration value="new">
89
+ <xsd:annotation>
90
+ <xsd:documentation>This is a definition of a new entity.</xsd:documentation>
91
+ </xsd:annotation>
92
+ </xsd:enumeration>
93
+ <xsd:enumeration value="delete">
94
+ <xsd:annotation>
95
+ <xsd:documentation>This is a deletion of an existing entity.</xsd:documentation>
96
+ </xsd:annotation>
97
+ </xsd:enumeration>
98
+ <xsd:enumeration value="revise">
99
+ <xsd:annotation>
100
+ <xsd:documentation>This is a revision to an existing entity. All values are replaced.</xsd:documentation>
101
+ </xsd:annotation>
102
+ </xsd:enumeration>
103
+ <xsd:enumeration value="delta">
104
+ <xsd:annotation>
105
+ <xsd:documentation>This is a change to an existing enity. Only those values expliciitly supplied will be changed.</xsd:documentation>
106
+ </xsd:annotation>
107
+ </xsd:enumeration>
108
+ </xsd:restriction>
109
+ </xsd:simpleType>
110
+ <xsd:simpleType name="RevisionNumberType">
111
+ <xsd:annotation>
112
+ <xsd:documentation>A revision number is an integer that should be increased by one each time the unit that is refers to is modified.</xsd:documentation>
113
+ </xsd:annotation>
114
+ <xsd:restriction base="xsd:nonNegativeInteger"/>
115
+ </xsd:simpleType>
116
+ <xsd:simpleType name="StatusEnumeration">
117
+ <xsd:annotation>
118
+ <xsd:documentation>Indicates whether the entity this annotates is available for use. Use of this attribute allows entities to be retired without deleting the details from the dataset.</xsd:documentation>
119
+ </xsd:annotation>
120
+ <xsd:restriction base="xsd:NMTOKEN">
121
+ <xsd:enumeration value="active">
122
+ <xsd:annotation>
123
+ <xsd:documentation>Entity is active.</xsd:documentation>
124
+ </xsd:annotation>
125
+ </xsd:enumeration>
126
+ <xsd:enumeration value="inactive">
127
+ <xsd:annotation>
128
+ <xsd:documentation>Entity is inactive.</xsd:documentation>
129
+ </xsd:annotation>
130
+ </xsd:enumeration>
131
+ <xsd:enumeration value="pending">
132
+ <xsd:annotation>
133
+ <xsd:documentation>Entity is still active but is in the process of being made inactive.</xsd:documentation>
134
+ </xsd:annotation>
135
+ </xsd:enumeration>
136
+ </xsd:restriction>
137
+ </xsd:simpleType>
138
+ <xsd:attributeGroup name="RequiredModificationDetailsGroup">
139
+ <xsd:annotation>
140
+ <xsd:documentation>Grouping for modifications metadata. Creation Date required.</xsd:documentation>
141
+ </xsd:annotation>
142
+ <xsd:attribute name="created" type="xsd:dateTime" use="required"/>
143
+ <xsd:attribute name="lastUpdated" type="xsd:dateTime" use="required"/>
144
+ <xsd:attribute name="modification" type="ModificationEnumeration" use="optional" default="new"/>
145
+ <xsd:attribute name="version" type="RevisionNumberType" use="optional"/>
146
+ <xsd:attribute name="status" type="StatusEnumeration" use="optional" default="active"/>
147
+ </xsd:attributeGroup>
148
+ <xsd:attributeGroup name="ModificationDetailsGroup">
149
+ <xsd:annotation>
150
+ <xsd:documentation>Grouping for modifications metadata.</xsd:documentation>
151
+ </xsd:annotation>
152
+ <xsd:attribute name="created" type="xsd:dateTime" use="optional"/>
153
+ <xsd:attribute name="lastUpdated" type="xsd:dateTime" use="optional"/>
154
+ <xsd:attribute name="modification" type="ModificationEnumeration" use="optional" default="new"/>
155
+ <xsd:attribute name="version" type="RevisionNumberType" use="optional"/>
156
+ <xsd:attribute name="status" type="StatusEnumeration" use="optional" default="active"/>
157
+ </xsd:attributeGroup>
158
+ <xsd:attributeGroup name="DocumentModificationDetailsGroup">
159
+ <xsd:annotation>
160
+ <xsd:documentation>Grouping for modifications metadata for a document.</xsd:documentation>
161
+ </xsd:annotation>
162
+ <xsd:attribute name="lang" type="xsd:language" use="optional"/>
163
+ <xsd:attribute name="created" type="xsd:dateTime" use="required"/>
164
+ <xsd:attribute name="lastUpdated" type="xsd:dateTime" use="required"/>
165
+ <xsd:attribute name="modification" type="ModificationEnumeration" use="required"/>
166
+ <xsd:attribute name="version" type="RevisionNumberType" use="required"/>
167
+ <xsd:attribute name="fileName" type="xsd:string" use="required">
168
+ <xsd:annotation>
169
+ <xsd:documentation>The name of the file containing the instance document.</xsd:documentation>
170
+ </xsd:annotation>
171
+ </xsd:attribute>
172
+ </xsd:attributeGroup>
173
+ </xsd:schema>
@@ -0,0 +1,164 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xsd:schema xmlns="http://www.ifopt.org.uk/ifopt" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ifopt.org.uk/ifopt" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.2" id="ifopt_path">
3
+ <xsd:annotation>
4
+ <xsd:appinfo>
5
+ <Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
6
+ <Aggregation>main schema</Aggregation>
7
+ <Audience>e-service developers</Audience>
8
+ <Coverage>Europe</Coverage>
9
+ <Creator>Drafted for version 1.0 CEN TC278 WG3 SG6 Editor Nicholas Knowles, Kizoom. mailto:schemer@ifopt.org.uk</Creator>
10
+ <Date>
11
+ <Created>2007-03-12</Created>
12
+ </Date>
13
+ <Date>
14
+ <Modified>2007-03-29</Modified>
15
+ </Date>
16
+ <Description>
17
+ <p>Fixed Objects in Public Transport. This subschema defines STOP PLACE path types.</p>
18
+ </Description>
19
+ <Format>
20
+ <MediaType>text/xml</MediaType>
21
+ <Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
22
+ <Description>XML schema, W3C Recommendation 2001</Description>
23
+ </Format>
24
+ <Identifier>{http://www.siri.org.uk/schema/2.0/ifopt}ifopt_types.xsd</Identifier>
25
+ <Language>[ISO 639-2/B] ENG</Language>
26
+ <Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD</Publisher>
27
+ <Rights><!--Unclassified-->
28
+ <Copyright>CEN, Crown Copyright 2006-2021</Copyright>
29
+ </Rights>
30
+ <Source>
31
+ <ul>
32
+ <li>Derived from the SIRI standards.</li>
33
+ </ul>
34
+ </Source>
35
+ <Status>Version 2.1</Status>
36
+ <Subject>
37
+ <Category>Arts, recreation and travel, Tourism, Travel (tourism), Transport,
38
+ Air transport, Airports,
39
+ Ports and maritime transport, Ferries (marine),
40
+ Public transport, Bus services, Coach services, Bus stops and stations,
41
+ Rail transport, Railway stations and track, Train services, Underground trains,
42
+ Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
43
+ Rail transport, Roads and road transport
44
+ </Category>
45
+ <Project>CEN TC278 WG3 SG6</Project>
46
+ </Subject>
47
+ <Title>IFOPT Fixed Objects in Public Transport - STOP PLACE Base Types. </Title>
48
+ <Type>Standard</Type>
49
+ </Metadata>
50
+ </xsd:appinfo>
51
+ <xsd:documentation>Basic link types for IFOPT Fixed Objects in Public Transport.</xsd:documentation>
52
+ </xsd:annotation>
53
+ <!-- Simple Type Definitions -->
54
+ <xsd:simpleType name="PathJunctionIdType">
55
+ <xsd:annotation>
56
+ <xsd:documentation>Type for identifier of PATH JUNCTION.</xsd:documentation>
57
+ </xsd:annotation>
58
+ <xsd:restriction base="xsd:NMTOKEN"/>
59
+ </xsd:simpleType>
60
+ <xsd:element name="PathJunctionRef" type="PathJunctionRefStructure">
61
+ <xsd:annotation>
62
+ <xsd:documentation>Reference to a PATH JUNCTION.</xsd:documentation>
63
+ </xsd:annotation>
64
+ </xsd:element>
65
+ <xsd:complexType name="PathJunctionRefStructure">
66
+ <xsd:annotation>
67
+ <xsd:documentation>Type for reference to a PATH JUNCTION.</xsd:documentation>
68
+ </xsd:annotation>
69
+ <xsd:simpleContent>
70
+ <xsd:extension base="PathJunctionIdType"/>
71
+ </xsd:simpleContent>
72
+ </xsd:complexType>
73
+ <!-- ======================================================================= -->
74
+ <!-- ======================================================================= -->
75
+ <!-- Simple Type Definitions -->
76
+ <xsd:simpleType name="AccessLinkIdType">
77
+ <xsd:annotation>
78
+ <xsd:documentation>Type for identifier of an ACCESS link.</xsd:documentation>
79
+ </xsd:annotation>
80
+ <xsd:restriction base="xsd:NMTOKEN"/>
81
+ </xsd:simpleType>
82
+ <xsd:element name="AccessLinkRef" type="AccessLinkRefStructure">
83
+ <xsd:annotation>
84
+ <xsd:documentation>Reference to an ACCESS link.</xsd:documentation>
85
+ </xsd:annotation>
86
+ </xsd:element>
87
+ <xsd:complexType name="AccessLinkRefStructure">
88
+ <xsd:annotation>
89
+ <xsd:documentation>Type for reference to an ACCESS link.</xsd:documentation>
90
+ </xsd:annotation>
91
+ <xsd:simpleContent>
92
+ <xsd:extension base="AccessLinkIdType"/>
93
+ </xsd:simpleContent>
94
+ </xsd:complexType>
95
+ <!-- ======================================================================= -->
96
+ <xsd:simpleType name="NavigationPathIdType">
97
+ <xsd:annotation>
98
+ <xsd:documentation>Type for identifier of NAVIGATION PATH.</xsd:documentation>
99
+ </xsd:annotation>
100
+ <xsd:restriction base="xsd:NMTOKEN"/>
101
+ </xsd:simpleType>
102
+ <xsd:element name="NavigationPathRef" type="NavigationPathRefStructure">
103
+ <xsd:annotation>
104
+ <xsd:documentation>Reference to a NAVIGATION PATH.</xsd:documentation>
105
+ </xsd:annotation>
106
+ </xsd:element>
107
+ <xsd:complexType name="NavigationPathRefStructure">
108
+ <xsd:annotation>
109
+ <xsd:documentation>Type for reference to a NAVIGATION PATH.</xsd:documentation>
110
+ </xsd:annotation>
111
+ <xsd:simpleContent>
112
+ <xsd:extension base="NavigationPathIdType"/>
113
+ </xsd:simpleContent>
114
+ </xsd:complexType>
115
+ <!-- ======================================================================= -->
116
+ <xsd:simpleType name="PathDirectionEnumeration">
117
+ <xsd:annotation>
118
+ <xsd:documentation>Values for flow DIRECTION along PATH LINk.</xsd:documentation>
119
+ </xsd:annotation>
120
+ <xsd:restriction base="xsd:NMTOKEN">
121
+ <xsd:enumeration value="oneWay"/>
122
+ <xsd:enumeration value="twoWay"/>
123
+ </xsd:restriction>
124
+ </xsd:simpleType>
125
+ <xsd:simpleType name="PathUpDownEnumeration">
126
+ <xsd:annotation>
127
+ <xsd:documentation>Values for path heading.</xsd:documentation>
128
+ </xsd:annotation>
129
+ <xsd:restriction base="xsd:NMTOKEN">
130
+ <xsd:enumeration value="up"/>
131
+ <xsd:enumeration value="down"/>
132
+ <xsd:enumeration value="level"/>
133
+ <xsd:enumeration value="upAndDown"/>
134
+ <xsd:enumeration value="downAndUp"/>
135
+ </xsd:restriction>
136
+ </xsd:simpleType>
137
+ <!-- ======================================================================= -->
138
+ <xsd:simpleType name="PathHeadingEnumeration">
139
+ <xsd:annotation>
140
+ <xsd:documentation>Values for path heading.</xsd:documentation>
141
+ </xsd:annotation>
142
+ <xsd:restriction base="xsd:NMTOKEN">
143
+ <xsd:enumeration value="left"/>
144
+ <xsd:enumeration value="right"/>
145
+ <xsd:enumeration value="forward"/>
146
+ <xsd:enumeration value="back"/>
147
+ </xsd:restriction>
148
+ </xsd:simpleType>
149
+ <xsd:simpleType name="NavigationTypeEnumeration">
150
+ <xsd:annotation>
151
+ <xsd:documentation>Values for NAVIGATION PATH. type.</xsd:documentation>
152
+ </xsd:annotation>
153
+ <xsd:restriction base="xsd:NMTOKEN">
154
+ <xsd:enumeration value="hallToQuay"/>
155
+ <xsd:enumeration value="hallToStreet"/>
156
+ <xsd:enumeration value="quayToHall"/>
157
+ <xsd:enumeration value="quayToQuay"/>
158
+ <xsd:enumeration value="quayToStreet"/>
159
+ <xsd:enumeration value="streetToHall"/>
160
+ <xsd:enumeration value="streetToQuay"/>
161
+ <xsd:enumeration value="other"/>
162
+ </xsd:restriction>
163
+ </xsd:simpleType>
164
+ </xsd:schema>