From ca4f531c57091fb1972a145bf988ba19cbe9e7b2 Mon Sep 17 00:00:00 2001 From: Tu-Tho Thai Date: Tue, 21 Jul 2026 16:52:00 +0200 Subject: [PATCH 1/3] adding CA examples * adding ControlAction to SIRI request and response groups * adding an example of a request (based on CEN documentation) * adding an example of a subscription request (based on CEN documentation) * adding an example of a capabilities response (based on CEN documentation) * adding an example of a response (based on CEN documentation) --- ...exc_controlAction_capabilitiesResponse.xml | 66 +++++++++++++++++ .../siri_exm_CA/exc_controlAction_request.xml | 33 +++++++++ .../exc_controlAction_response.xml | 73 +++++++++++++++++++ .../exc_controlAction_subscriptionRequest.xml | 25 +++++++ xsd/siri.xsd | 5 ++ 5 files changed, 202 insertions(+) create mode 100644 examples/siri_exm_CA/exc_controlAction_capabilitiesResponse.xml create mode 100644 examples/siri_exm_CA/exc_controlAction_request.xml create mode 100644 examples/siri_exm_CA/exc_controlAction_response.xml create mode 100644 examples/siri_exm_CA/exc_controlAction_subscriptionRequest.xml diff --git a/examples/siri_exm_CA/exc_controlAction_capabilitiesResponse.xml b/examples/siri_exm_CA/exc_controlAction_capabilitiesResponse.xml new file mode 100644 index 00000000..b850510f --- /dev/null +++ b/examples/siri_exm_CA/exc_controlAction_capabilitiesResponse.xml @@ -0,0 +1,66 @@ + + + + 2022-06-17T09:31:27.0Z + http://www.mytransportco.eu + true + + + cpidId001 + + String + + + + + true + true + + + true + true + + true + true + true + true + + + PT60M + true + true + true + true + + + en-uk + + + + true + + + true + true + true + + + + VR23 + + + + true + true + + + true + + + true + + + + + + diff --git a/examples/siri_exm_CA/exc_controlAction_request.xml b/examples/siri_exm_CA/exc_controlAction_request.xml new file mode 100644 index 00000000..c3521b0e --- /dev/null +++ b/examples/siri_exm_CA/exc_controlAction_request.xml @@ -0,0 +1,33 @@ + + + + + + + en + P1Y2M3DT10H30M + P1Y2M3DT10H30M + direct + true + false + + + 2022-06-17T09:30:47-05:00 + NADER + + 2022-06-17T09:30:47Z + SiriMEssage-568453 + PT4H30M + 2022-06-17T09:30:00Z + FR:Operator:768:LOC + FR:OperationalUnit:768-1:LOC + FR:Network:42: + FR:Line:12:RATP + false + false + false + true + 20 + + + diff --git a/examples/siri_exm_CA/exc_controlAction_response.xml b/examples/siri_exm_CA/exc_controlAction_response.xml new file mode 100644 index 00000000..eec02353 --- /dev/null +++ b/examples/siri_exm_CA/exc_controlAction_response.xml @@ -0,0 +1,73 @@ + + + + 2022-06-17T09:30:00Z + SiriMessage4597528 + true + 2022-06-17T10:30:00Z + PT0H30M + fr-fr + + + + SiriItem-982478 + 2022-06-17T09:28:00Z + FR:GroupOfControlAction:789:LOC + + FR:ControlAction:78954:LOC + 1 + 2022-06-17T09:28:00Z + + safety + + 2022-06-17T09:28:00Z + Service reinforcement for security issue + + + + FR:78297:LMO:110E8400:LOC + + 2022-06-17T09:45:00Z + + + FR:Frame:TH789:RATP + FR:VehicleJourney:789:RATP + + + + FR:Frame:TH789:RATP + FR:VehicleJourney:789:RATP + + + FR:VehicleJourney:789-2:RATP + 2022-06-17 + + + FR:Situation:24889:RATP + + + + + 2022-06-17T12:00:00 + System_X + DevCase:25 + + noDriver + + detailedReason + reason + strike + + + + + 2022-06-17 + SE:ST:VehicleJourney:9015012081701759 + + + + SE:ST:Situation:90123456 + + + + \ No newline at end of file diff --git a/examples/siri_exm_CA/exc_controlAction_subscriptionRequest.xml b/examples/siri_exm_CA/exc_controlAction_subscriptionRequest.xml new file mode 100644 index 00000000..a602485f --- /dev/null +++ b/examples/siri_exm_CA/exc_controlAction_subscriptionRequest.xml @@ -0,0 +1,25 @@ + + + + + 2022-06-17T09:30:47-05:00 + NADER + + PT5M + + + NADER + 000234 + 2022-06-17T15:30:47-05:00 + + 2004-12-17T09:30:47-05:00 + PT30M + FR:Operator:768:LOC + FR:OperationalUnit:768-1:LOC + FR:Network:42: + FR:Line:12:RATP + + true + + + diff --git a/xsd/siri.xsd b/xsd/siri.xsd index 3dd8f346..32a298cd 100644 --- a/xsd/siri.xsd +++ b/xsd/siri.xsd @@ -239,6 +239,7 @@ Rail transport, Roads and road transport. + @@ -288,6 +289,7 @@ Rail transport, Roads and road transport. + @@ -436,6 +438,7 @@ In the context of SIRI-ET, for example, a baseline of a journey is synonymous to + @@ -507,6 +510,7 @@ In the context of SIRI-ET, for example, a baseline of a journey is synonymous to + @@ -543,6 +547,7 @@ In the context of SIRI-ET, for example, a baseline of a journey is synonymous to + From f93a972786a5c5a84b8d77209b707bfb07c3deaf Mon Sep 17 00:00:00 2001 From: Tu-Tho Thai Date: Tue, 21 Jul 2026 16:56:27 +0200 Subject: [PATCH 2/3] update XMLSpy project Adding the folder with SIRI-CA examples --- Siri.spp | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Siri.spp b/Siri.spp index 3e301a49..598620c5 100644 --- a/Siri.spp +++ b/Siri.spp @@ -45,7 +45,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -104,8 +104,8 @@ - + @@ -218,6 +218,12 @@ + + + + + + From 73e95256d8878959cf126dfdf142956289ba0acc Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:02:45 +0000 Subject: [PATCH 3/3] Lint and update documentation tables --- docs/generated/contab/acsb.html | 40 +- docs/generated/contab/datex2.html | 32 +- docs/generated/contab/ifopt.html | 94 +- docs/generated/contab/siri.html | 3268 ++++++++++------- .../exc_controlAction_response.xml | 38 +- 5 files changed, 1966 insertions(+), 1506 deletions(-) diff --git a/docs/generated/contab/acsb.html b/docs/generated/contab/acsb.html index d1e20447..9ca12ee4 100644 --- a/docs/generated/contab/acsb.html +++ b/docs/generated/contab/acsb.html @@ -248,7 +248,7 @@

1.3. The complex type acsb:AccessibilityAssessmentStructure

- +local-type: typedef-15.1 + +local-type: typedef-33.1

@@ -272,7 +272,7 @@

1.3. The complex type acsb:AccessibilityAssessmentStructure

- +local-type: typedef-15.2 + +local-type: typedef-33.2

@@ -297,7 +297,7 @@

1.3. The complex type acsb:AccessibilityAssessmentStructure

- +local-type: typedef-59.1 + +local-type: typedef-43.1

@@ -544,7 +544,7 @@

1.4. The complex type acsb:AccessibilityLimitationStructure

- +local-type: typedef-59.1 + +local-type: typedef-43.1

@@ -589,8 +589,8 @@

1.5. The complex type acsb:LimitationRefStructure -
-

1.6. The complex type complexType[acsb:AccessibilityAssessmentStructure]/Limitations#complexType (typedef-15.1) +
+

1.6. The complex type complexType[acsb:AccessibilityAssessmentStructure]/Limitations#complexType (typedef-33.1)

@@ -610,7 +610,7 @@

1.6. The complex type complexType[acsb:AccessibilityAssessmentStructur
  /Limitations #complexType
-   (typedef-15.1) +   (typedef-33.1)

@@ -652,8 +652,8 @@

1.6. The complex type complexType[acsb:AccessibilityAssessmentStructur

-
-

1.7. The complex type complexType[acsb:AccessibilityAssessmentStructure]/Suitabilities#complexType (typedef-15.2) +
+

1.7. The complex type complexType[acsb:AccessibilityAssessmentStructure]/Suitabilities#complexType (typedef-33.2)

@@ -673,7 +673,7 @@

1.7. The complex type complexType[acsb:AccessibilityAssessmentStructur
  /Suitabilities #complexType
-   (typedef-15.2) +   (typedef-33.2)

@@ -715,8 +715,8 @@

1.7. The complex type complexType[acsb:AccessibilityAssessmentStructur

-
-

1.8. The complex type element[ifopt:Extensions]#complexType (typedef-59.1) +
+

1.8. The complex type element[ifopt:Extensions]#complexType (typedef-43.1)

@@ -736,7 +736,7 @@

1.8. The complex type element[ifopt:Extensions]#complexType (typedef-5
  #complexType
-   (typedef-59.1) +   (typedef-43.1)

@@ -752,8 +752,8 @@

1.8. The complex type element[ifopt:Extensions]#complexType (typedef-5

-
-

1.9. The complex type element[ifopt:Extensions]#complexType (typedef-59.1) +
+

1.9. The complex type element[ifopt:Extensions]#complexType (typedef-43.1)

@@ -773,7 +773,7 @@

1.9. The complex type element[ifopt:Extensions]#complexType (typedef-5
  #complexType
-   (typedef-59.1) +   (typedef-43.1)

@@ -2173,7 +2173,7 @@

3.10. The complex type acsb:UserNeedStructure

diff --git a/docs/generated/contab/datex2.html b/docs/generated/contab/datex2.html index 63eef8fc..e5f4c146 100644 --- a/docs/generated/contab/datex2.html +++ b/docs/generated/contab/datex2.html @@ -107112,7 +107112,7 @@

2.204. The complex type orc:Itinerary

@@ -111020,7 +111020,7 @@

2.219. The complex type orc:MeasurementSiteRecord

@@ -111865,7 +111865,7 @@

2.224. The complex type orc:MultilingualString

@@ -127573,7 +127573,7 @@

2.266. The complex type orc:SiteMeasurements

@@ -145442,8 +145442,8 @@

2.326. The complex type orc:WinterDrivingManagement

@@ -1672,12 +1672,12 @@

3.1. Simple type definitions

-

+

group[acsb:UserNeedGroup]
  /MedicalNeed #simpleType
-   (typedef-14.1) +   (typedef-34.1)

@@ -1844,7 +1844,7 @@

3.7. The group acsb:UserNeedGroup

- local-type: typedef-14.1 + local-type: typedef-34.1

- local-type: typedef-14.1 + local-type: typedef-34.1

- +local-type: typedef-70.1 + +local-type: typedef-59.1

- +local-type: typedef-70.2 + +local-type: typedef-59.2

- +local-type: typedef-70.3 + +local-type: typedef-59.3

- +local-type: typedef-70.4 + +local-type: typedef-59.4

-
-

2.327. The complex type complexType[Itinerary]/locationContainedInItinerary#complexType (typedef-70.1) +
+

2.327. The complex type complexType[Itinerary]/locationContainedInItinerary#complexType (typedef-59.1)

@@ -145463,7 +145463,7 @@

2.327. The complex type complexType[Itinerary]/locationContainedInItin
  /locationContainedInItinerary #complexType
-   (typedef-70.1) +   (typedef-59.1)

@@ -145588,8 +145588,8 @@

2.327. The complex type complexType[Itinerary]/locationContainedInItin

-
-

2.328. The complex type complexType[MeasurementSiteRecord]/measurementSpecificCharacteristics#complexType (typedef-70.2) +
+

2.328. The complex type complexType[MeasurementSiteRecord]/measurementSpecificCharacteristics#complexType (typedef-59.2)

@@ -145609,7 +145609,7 @@

2.328. The complex type complexType[MeasurementSiteRecord]/measurement
  /measurementSpecificCharacteristics #complexType
-   (typedef-70.2) +   (typedef-59.2)

@@ -145839,8 +145839,8 @@

2.328. The complex type complexType[MeasurementSiteRecord]/measurement

-
-

2.329. The complex type complexType[MultilingualString]/values#complexType (typedef-70.3) +
+

2.329. The complex type complexType[MultilingualString]/values#complexType (typedef-59.3)

@@ -145860,7 +145860,7 @@

2.329. The complex type complexType[MultilingualString]/values#complex
  /values #complexType
-   (typedef-70.3) +   (typedef-59.3)

@@ -145902,8 +145902,8 @@

2.329. The complex type complexType[MultilingualString]/values#complex

-
-

2.330. The complex type complexType[SiteMeasurements]/measuredValue#complexType (typedef-70.4) +
+

2.330. The complex type complexType[SiteMeasurements]/measuredValue#complexType (typedef-59.4)

@@ -145923,7 +145923,7 @@

2.330. The complex type complexType[SiteMeasurements]/measuredValue#co
  /measuredValue #complexType
-   (typedef-70.4) +   (typedef-59.4)

@@ -8212,7 +8212,7 @@

4.13. The complex type ifopt:LocalServiceStructure

@@ -8237,7 +8237,7 @@

4.13. The complex type ifopt:LocalServiceStructure

@@ -8562,7 +8562,7 @@

4.14. The complex type ifopt:PlaceEquipmentStructure

@@ -8574,8 +8574,8 @@

4.14. The complex type ifopt:PlaceEquipmentStructure

diff --git a/docs/generated/contab/ifopt.html b/docs/generated/contab/ifopt.html index 597e1770..cf572751 100644 --- a/docs/generated/contab/ifopt.html +++ b/docs/generated/contab/ifopt.html @@ -7206,7 +7206,7 @@

4.8. The group ifopt:LocalServiceGroup

- +local-type: typedef-54.1 + +local-type: typedef-53.1

- +local-type: typedef-54.1 + +local-type: typedef-53.1

- +local-type: typedef-59.1 + +local-type: typedef-43.1

- +local-type: typedef-59.1 + +local-type: typedef-43.1

-
-

4.15. The complex type group[ifopt:LocalServiceGroup]/FeatureRefs#complexType (typedef-54.1) +
+

4.15. The complex type group[ifopt:LocalServiceGroup]/FeatureRefs#complexType (typedef-53.1)

@@ -8595,7 +8595,7 @@

4.15. The complex type group[ifopt:LocalServiceGroup]/FeatureRefs#comp
  /FeatureRefs #complexType
-   (typedef-54.1) +   (typedef-53.1)

@@ -8633,8 +8633,8 @@

4.15. The complex type group[ifopt:LocalServiceGroup]/FeatureRefs#comp

-
-

4.16. The complex type group[ifopt:LocalServiceGroup]/FeatureRefs#complexType (typedef-54.1) +
+

4.16. The complex type group[ifopt:LocalServiceGroup]/FeatureRefs#complexType (typedef-53.1)

@@ -8654,7 +8654,7 @@

4.16. The complex type group[ifopt:LocalServiceGroup]/FeatureRefs#comp
  /FeatureRefs #complexType
-   (typedef-54.1) +   (typedef-53.1)

@@ -8692,8 +8692,8 @@

4.16. The complex type group[ifopt:LocalServiceGroup]/FeatureRefs#comp

-
-

4.17. The complex type element[ifopt:Extensions]#complexType (typedef-59.1) +
+

4.17. The complex type element[ifopt:Extensions]#complexType (typedef-43.1)

@@ -8713,7 +8713,7 @@

4.17. The complex type element[ifopt:Extensions]#complexType (typedef-
  #complexType
-   (typedef-59.1) +   (typedef-43.1)

@@ -8729,8 +8729,8 @@

4.17. The complex type element[ifopt:Extensions]#complexType (typedef-

-
-

4.18. The complex type element[ifopt:Extensions]#complexType (typedef-59.1) +
+

4.18. The complex type element[ifopt:Extensions]#complexType (typedef-43.1)

@@ -8750,7 +8750,7 @@

4.18. The complex type element[ifopt:Extensions]#complexType (typedef-
  #complexType
-   (typedef-59.1) +   (typedef-43.1)

@@ -9568,7 +9568,7 @@

5.14. The complex type ifopt:LinkProjectionStructure

@@ -9597,7 +9597,7 @@

5.14. The complex type ifopt:LinkProjectionStructure

@@ -9659,7 +9659,7 @@

5.15. The complex type ifopt:PointProjectionStructure

@@ -9908,7 +9908,7 @@

5.16. The complex type ifopt:ZoneProjectionStructure

@@ -9941,7 +9941,7 @@

5.16. The complex type ifopt:ZoneProjectionStructure

@@ -9953,8 +9953,8 @@

5.16. The complex type ifopt:ZoneProjectionStructure

@@ -9391,7 +9391,7 @@

5.11. The complex type ifopt:AbstractProjection

- +local-type: typedef-55.1 + +local-type: typedef-46.1

- +local-type: typedef-55.1 + +local-type: typedef-46.1

- +local-type: typedef-55.2 + +local-type: typedef-46.2

- +local-type: typedef-55.1 + +local-type: typedef-46.1

- +local-type: typedef-55.1 + +local-type: typedef-46.1

- +local-type: typedef-55.3 + +local-type: typedef-46.3

-
-

5.17. The complex type complexType[ifopt:AbstractProjection]/Features#complexType (typedef-55.1) +
+

5.17. The complex type complexType[ifopt:AbstractProjection]/Features#complexType (typedef-46.1)

@@ -9974,7 +9974,7 @@

5.17. The complex type complexType[ifopt:AbstractProjection]/Features#
  /Features #complexType
-   (typedef-55.1) +   (typedef-46.1)

@@ -10016,8 +10016,8 @@

5.17. The complex type complexType[ifopt:AbstractProjection]/Features#

-
-

5.18. The complex type complexType[ifopt:AbstractProjection]/Features#complexType (typedef-55.1) +
+

5.18. The complex type complexType[ifopt:AbstractProjection]/Features#complexType (typedef-46.1)

@@ -10037,7 +10037,7 @@

5.18. The complex type complexType[ifopt:AbstractProjection]/Features#
  /Features #complexType
-   (typedef-55.1) +   (typedef-46.1)

@@ -10079,8 +10079,8 @@

5.18. The complex type complexType[ifopt:AbstractProjection]/Features#

-
-

5.19. The complex type complexType[ifopt:LinkProjectionStructure]/Line#complexType (typedef-55.2) +
+

5.19. The complex type complexType[ifopt:LinkProjectionStructure]/Line#complexType (typedef-46.2)

@@ -10100,7 +10100,7 @@

5.19. The complex type complexType[ifopt:LinkProjectionStructure]/Line
  /Line #complexType
-   (typedef-55.2) +   (typedef-46.2)

@@ -10143,8 +10143,8 @@

5.19. The complex type complexType[ifopt:LinkProjectionStructure]/Line

-
-

5.20. The complex type complexType[ifopt:AbstractProjection]/Features#complexType (typedef-55.1) +
+

5.20. The complex type complexType[ifopt:AbstractProjection]/Features#complexType (typedef-46.1)

@@ -10164,7 +10164,7 @@

5.20. The complex type complexType[ifopt:AbstractProjection]/Features#
  /Features #complexType
-   (typedef-55.1) +   (typedef-46.1)

@@ -10206,8 +10206,8 @@

5.20. The complex type complexType[ifopt:AbstractProjection]/Features#

-
-

5.21. The complex type complexType[ifopt:AbstractProjection]/Features#complexType (typedef-55.1) +
+

5.21. The complex type complexType[ifopt:AbstractProjection]/Features#complexType (typedef-46.1)

@@ -10227,7 +10227,7 @@

5.21. The complex type complexType[ifopt:AbstractProjection]/Features#
  /Features #complexType
-   (typedef-55.1) +   (typedef-46.1)

@@ -10269,8 +10269,8 @@

5.21. The complex type complexType[ifopt:AbstractProjection]/Features#

-
-

5.22. The complex type complexType[ifopt:ZoneProjectionStructure]/Boundary#complexType (typedef-55.3) +
+

5.22. The complex type complexType[ifopt:ZoneProjectionStructure]/Boundary#complexType (typedef-46.3)

@@ -10290,7 +10290,7 @@

5.22. The complex type complexType[ifopt:ZoneProjectionStructure]/Boun
  /Boundary #complexType
-   (typedef-55.3) +   (typedef-46.3)

@@ -13161,8 +13161,8 @@

10.4. The complex type ifopt:ValidityConditionStructure

@@ -13149,7 +13149,7 @@

10.4. The complex type ifopt:ValidityConditionStructure

- +local-type: typedef-57.1 + +local-type: typedef-52.1

-
-

10.5. The complex type complexType[ifopt:ValidityConditionStructure]/Timebands#complexType (typedef-57.1) +
+

10.5. The complex type complexType[ifopt:ValidityConditionStructure]/Timebands#complexType (typedef-52.1)

@@ -13182,7 +13182,7 @@

10.5. The complex type complexType[ifopt:ValidityConditionStructure]/T
  /Timebands #complexType
-   (typedef-57.1) +   (typedef-52.1)

@@ -13416,8 +13416,8 @@

11.6. The complex type ifopt:InfoLinkStructure

-
-

11.7. The complex type element[ifopt:Extensions]#complexType (typedef-59.1) +
+

11.7. The complex type element[ifopt:Extensions]#complexType (typedef-43.1)

@@ -13437,7 +13437,7 @@

11.7. The complex type element[ifopt:Extensions]#complexType (typedef-
  #complexType
-   (typedef-59.1) +   (typedef-43.1)

@@ -5944,7 +5944,7 @@

1.5. The toplevel element siri:Siri

@@ -5975,7 +5975,7 @@

1.5. The toplevel element siri:Siri

@@ -6361,7 +6361,7 @@

1.5. The toplevel element siri:Siri

@@ -6957,7 +6957,7 @@

1.7. The group siri:DeliveryResponseGroup

@@ -7063,7 +7063,7 @@

1.8. The group siri:RequestGroup

@@ -7094,7 +7094,7 @@

1.8. The group siri:RequestGroup

@@ -7343,7 +7343,7 @@

1.8. The group siri:RequestGroup

@@ -7405,7 +7405,7 @@

1.8. The group siri:RequestGroup

@@ -7736,7 +7736,7 @@

1.9. The group siri:ResponseGroup

@@ -8176,7 +8176,7 @@

1.10. The group siri:ServiceDeliveryBodyGroup

@@ -8229,11 +8229,11 @@

1.10. The group siri:ServiceDeliveryBodyGroup

- + + + + + + +
diff --git a/docs/generated/contab/siri.html b/docs/generated/contab/siri.html index 2448444e..3929a250 100644 --- a/docs/generated/contab/siri.html +++ b/docs/generated/contab/siri.html @@ -5535,7 +5535,7 @@

1.3. The toplevel element siri:ServiceDelivery

- +local-type: typedef-5.1 + +local-type: typedef-68.1

- +local-type: typedef-78.2 + +local-type: typedef-82.2

- +local-type: typedef-3.2 + +local-type: typedef-70.2

- +local-type: typedef-78.4 + +local-type: typedef-82.4

- +local-type: typedef-78.4 + +local-type: typedef-82.4

- +local-type: typedef-78.2 + +local-type: typedef-82.2

- +local-type: typedef-78.3 + +local-type: typedef-82.3

- +local-type: typedef-86.1 + +local-type: typedef-73.1

- +local-type: typedef-86.2 + +local-type: typedef-73.2

- +local-type: typedef-78.4 + +local-type: typedef-82.4

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-

The element contains one of the following elements (b) or element sequences (a)

+

The element contains one of the following elements (b-c) or element sequences (a)

+ siri:SiriServiceDeliveryGroup @@ -8608,6 +8608,37 @@

1.10. The group siri:ServiceDeliveryBodyGroup

Delivery for Situation Exchange Service.

+

+ c +

+
+

+ + →‍siri:ControlActionDelivery + + +

+
+

+ + -1:* + +

+
+

+ +siri:ControlActionDeliveryStructure + +

+
+

Delivery for Control Action Service.

+
@@ -8670,7 +8701,7 @@

1.11. The group siri:ServiceRequestGroup

- +local-type: typedef-78.2 + +local-type: typedef-82.2

@@ -8701,7 +8732,7 @@

1.11. The group siri:ServiceRequestGroup

- +local-type: typedef-78.3 + +local-type: typedef-82.3

@@ -8973,7 +9004,7 @@

1.13. The group siri:SiriDiscoveryRequestGroup

- +local-type: typedef-86.1 + +local-type: typedef-73.1

@@ -9035,7 +9066,7 @@

1.13. The group siri:SiriDiscoveryRequestGroup

- +local-type: typedef-86.2 + +local-type: typedef-73.2

@@ -9556,7 +9587,7 @@

1.15. The group siri:SiriServiceCapabilitiesRequestGroup - + siri:SiriServiceCapabilitiesRequestGroup @@ -9572,7 +9603,7 @@

1.15. The group siri:SiriServiceCapabilitiesRequestGroup

- +local-type: typedef-82.3 + +local-type: typedef-74.3

@@ -9778,6 +9809,28 @@

1.15. The group siri:SiriServiceCapabilitiesRequestGroup

Request for information about Situation Exchange Service Capabilities. Answered with a VehicleMontoringCapabilitiesResponse.

+ + +

+ →‍siri:ControlActionCapabilitiesRequest + +

+ + +

+ 0:1 +

+ + +

+ +siri:ServiceCapabilitiesRequestStructure + +

+ + +

Request for information about Control Action Service Capabilities. Answered with ControlActionCapabilitiesResponse.

+ +

@@ -9810,7 +9863,7 @@

1.16. The group siri:SiriServiceCapabilitiesResponseGroup - + siri:SiriServiceCapabilitiesResponseGroup @@ -10032,6 +10085,28 @@

1.16. The group siri:SiriServiceCapabilitiesResponseGroup

Capabilities for Situation Exchange Service. Answers a VehicleMontoringCapabilitiesRequest.

+ + +

+ →‍siri:ControlActionCapabilitiesResponse + +

+ + +

+ 0:1 +

+ + +

+ +siri:ControlActionCapabilitiesResponseStructure + +

+ + +

Capabilities for Control Action Service. Answers a ControlActionCapabilitiesRequest.

+ +

@@ -10065,11 +10140,11 @@

1.17. The group siri:SiriServiceDeliveryGroup -

The element contains one of the following elements (b) or element sequences (a)

+

The element contains one of the following elements (b-c) or element sequences (a)

- + siri:SiriServiceDeliveryGroup @@ -10444,6 +10519,37 @@

1.17. The group siri:SiriServiceDeliveryGroup

Delivery for Situation Exchange Service.

+ + +

+ c +

+ + +

+ + →‍siri:ControlActionDelivery + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionDeliveryStructure + +

+ + +

Delivery for Control Action Service.

+ +

@@ -10477,11 +10583,11 @@

1.18. The group siri:SiriServiceRequestGroup -

The element contains one of the following elements (a-k)

+

The element contains one of the following elements (a-l)

- + siri:SiriServiceRequestGroup @@ -10824,6 +10930,37 @@

1.18. The group siri:SiriServiceRequestGroup

Request for information about Facilities status.

+ + +

+ l +

+ + +

+ + →‍siri:ControlActionRequest + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionRequestStructure + +

+ + +

Request for information about Control Actions.

+ +

@@ -10857,11 +10994,11 @@

1.19. The group siri:SiriSubscriptionRequestGroup -

The element contains one of the following elements (a-j)

+

The element contains one of the following elements (a-k)

- + siri:SiriSubscriptionRequestGroup @@ -10886,7 +11023,7 @@

1.19. The group siri:SiriSubscriptionRequestGroup

- +local-type: typedef-82.2 + +local-type: typedef-74.2

@@ -11173,6 +11310,37 @@

1.19. The group siri:SiriSubscriptionRequestGroup

Request for a subscription to the Situation Exchange Service.

+ + +

+ k +

+ + +

+ + →‍siri:ControlActionSubscriptionRequest + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionSubscriptionStructure + +

+ + +

Request for a subscription to Control Action Service.

+ +

@@ -11417,7 +11585,7 @@

1.20. The complex type siri:CapabilitiesRequestStructure - + siri:SiriServiceCapabilitiesRequestGroup @@ -11433,7 +11601,7 @@

1.20. The complex type siri:CapabilitiesRequestStructure

- +local-type: typedef-82.3 + +local-type: typedef-74.3

@@ -11639,6 +11807,28 @@

1.20. The complex type siri:CapabilitiesRequestStructure

Request for information about Situation Exchange Service Capabilities. Answered with a VehicleMontoringCapabilitiesResponse.

+ + +

+ →‍siri:ControlActionCapabilitiesRequest + +

+ + +

+ 0:1 +

+ + +

+ +siri:ServiceCapabilitiesRequestStructure + +

+ + +

Request for information about Control Action Service Capabilities. Answered with ControlActionCapabilitiesResponse.

+ +

@@ -11874,7 +12064,7 @@

1.21. The complex type siri:CapabilitiesResponseStructure - + siri:SiriServiceCapabilitiesResponseGroup @@ -12096,6 +12286,28 @@

1.21. The complex type siri:CapabilitiesResponseStructure

Capabilities for Situation Exchange Service. Answers a VehicleMontoringCapabilitiesRequest.

+ + +

+ →‍siri:ControlActionCapabilitiesResponse + +

+ + +

+ 0:1 +

+ + +

+ +siri:ControlActionCapabilitiesResponseStructure + +

+ + +

Capabilities for Control Action Service. Answers a ControlActionCapabilitiesRequest.

+ +

@@ -12192,7 +12404,7 @@

1.22. The complex type siri:ServiceDeliveryBodyStructure

- +local-type: typedef-5.1 + +local-type: typedef-68.1

@@ -12245,11 +12457,11 @@

1.22. The complex type siri:ServiceDeliveryBodyStructure -

The element contains one of the following elements (b) or element sequences (a)

+

The element contains one of the following elements (b-c) or element sequences (a)

- + siri:SiriServiceDeliveryGroup @@ -12624,6 +12836,37 @@

1.22. The complex type siri:ServiceDeliveryBodyStructure

Delivery for Situation Exchange Service.

+ + +

+ c +

+ + +

+ + →‍siri:ControlActionDelivery + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionDeliveryStructure + +

+ + +

Delivery for Control Action Service.

+ +

@@ -12894,7 +13137,7 @@

1.23. The complex type siri:ServiceDeliveryStructure

- +local-type: typedef-5.1 + +local-type: typedef-68.1

@@ -12947,11 +13190,11 @@

1.23. The complex type siri:ServiceDeliveryStructure -

The element contains one of the following elements (b) or element sequences (a)

+

The element contains one of the following elements (b-c) or element sequences (a)

- + siri:SiriServiceDeliveryGroup @@ -13326,6 +13569,37 @@

1.23. The complex type siri:ServiceDeliveryStructure

Delivery for Situation Exchange Service.

+ + +

+ c +

+ + +

+ + →‍siri:ControlActionDelivery + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionDeliveryStructure + +

+ + +

Delivery for Control Action Service.

+ +

@@ -13584,11 +13858,11 @@

1.24. The complex type siri:ServiceRequestStructure -

The element contains one of the following elements (a-k)

+

The element contains one of the following elements (a-l)

- + siri:SiriServiceRequestGroup @@ -13931,6 +14205,37 @@

1.24. The complex type siri:ServiceRequestStructure

Request for information about Facilities status.

+ + +

+ l +

+ + +

+ + →‍siri:ControlActionRequest + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionRequestStructure + +

+ + +

Request for information about Control Actions.

+ +

@@ -13969,11 +14274,11 @@

1.25. The complex type siri:SiriServiceDeliveryStructure -

In case of choice 'a', the element contains one of the following elements (ab) or element sequences (aa)

+

In case of choice 'a', the element contains one of the following elements (ab-ac) or element sequences (aa)

- + siri:SiriServiceDeliveryGroup @@ -14348,6 +14653,37 @@

1.25. The complex type siri:SiriServiceDeliveryStructure

Delivery for Situation Exchange Service.

+ + +

+ ac +

+ + +

+ + →‍siri:ControlActionDelivery + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionDeliveryStructure + +

+ + +

Delivery for Control Action Service.

+ +

@@ -14381,11 +14717,11 @@

1.26. The complex type siri:SiriSubscriptionRequestStructure -

The element contains one of the following elements (a-j)

+

The element contains one of the following elements (a-k)

- + siri:SiriSubscriptionRequestGroup @@ -14410,7 +14746,7 @@

1.26. The complex type siri:SiriSubscriptionRequestStructure

- +local-type: typedef-82.2 + +local-type: typedef-74.2

@@ -14697,6 +15033,37 @@

1.26. The complex type siri:SiriSubscriptionRequestStructure

Request for a subscription to the Situation Exchange Service.

+ + +

+ k +

+ + +

+ + →‍siri:ControlActionSubscriptionRequest + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionSubscriptionStructure + +

+ + +

Request for a subscription to Control Action Service.

+ +

@@ -15000,11 +15367,11 @@

1.27. The complex type siri:SubscriptionRequestStructure -

The element contains one of the following elements (a-j)

+

The element contains one of the following elements (a-k)

- + siri:SiriSubscriptionRequestGroup @@ -15029,7 +15396,7 @@

1.27. The complex type siri:SubscriptionRequestStructure

- +local-type: typedef-82.2 + +local-type: typedef-74.2

@@ -15316,12 +15683,43 @@

1.27. The complex type siri:SubscriptionRequestStructure

Request for a subscription to the Situation Exchange Service.

+ + +

+ k +

+ + +

+ + →‍siri:ControlActionSubscriptionRequest + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionSubscriptionStructure + +

+ + +

Request for a subscription to Control Action Service.

+ +

-
-

1.28. The complex type element[siri:ServiceDelivery]#complexType (typedef-78.4) +
+

1.28. The complex type element[siri:ServiceDelivery]#complexType (typedef-82.4)

@@ -15341,7 +15739,7 @@

1.28. The complex type element[siri:ServiceDelivery]#complexType (type
  #complexType
-   (typedef-78.4) +   (typedef-82.4)

@@ -15646,8 +16044,8 @@

1.28. The complex type element[siri:ServiceDelivery]#complexType (type

@@ -15585,7 +15983,7 @@

1.28. The complex type element[siri:ServiceDelivery]#complexType (type

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-
-

1.29. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

1.29. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -15667,7 +16065,7 @@

1.29. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -15778,8 +16176,8 @@

1.29. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

1.30. The complex type element[siri:ServiceRequest]#complexType (typedef-78.2) +
+

1.30. The complex type element[siri:ServiceRequest]#complexType (typedef-82.2)

@@ -15799,7 +16197,7 @@

1.30. The complex type element[siri:ServiceRequest]#complexType (typed
  #complexType
-   (typedef-78.2) +   (typedef-82.2)

@@ -16033,8 +16431,8 @@

1.30. The complex type element[siri:ServiceRequest]#complexType (typed

-
-

1.31. The complex type element[siri:Siri]#complexType (typedef-78.1) +
+

1.31. The complex type element[siri:Siri]#complexType (typedef-82.1)

@@ -16054,7 +16452,7 @@

1.31. The complex type element[siri:Siri]#complexType (typedef-78.1)   #complexType
-   (typedef-78.1) +   (typedef-82.1)

@@ -16165,7 +16563,7 @@

1.31. The complex type element[siri:Siri]#complexType (typedef-78.1)

@@ -16551,7 +16949,7 @@

1.31. The complex type element[siri:Siri]#complexType (typedef-78.1)

@@ -16733,8 +17131,8 @@

1.31. The complex type element[siri:Siri]#complexType (typedef-78.1) -
-

1.32. The complex type element[siri:ServiceRequest]#complexType (typedef-78.2) +
+

1.32. The complex type element[siri:ServiceRequest]#complexType (typedef-82.2)

@@ -16134,7 +16532,7 @@

1.31. The complex type element[siri:Siri]#complexType (typedef-78.1)

- +local-type: typedef-78.2 + +local-type: typedef-82.2

- +local-type: typedef-3.2 + +local-type: typedef-70.2

- +local-type: typedef-78.4 + +local-type: typedef-82.4

@@ -16754,7 +17152,7 @@

1.32. The complex type element[siri:ServiceRequest]#complexType (typed
  #complexType
-   (typedef-78.2) +   (typedef-82.2)

@@ -16988,8 +17386,8 @@

1.32. The complex type element[siri:ServiceRequest]#complexType (typed

-
-

1.33. The complex type element[siri:SubscriptionRequest]#complexType (typedef-3.2) +
+

1.33. The complex type element[siri:SubscriptionRequest]#complexType (typedef-70.2)

@@ -17009,7 +17407,7 @@

1.33. The complex type element[siri:SubscriptionRequest]#complexType (
  #complexType
-   (typedef-3.2) +   (typedef-70.2)

@@ -17317,8 +17715,8 @@

1.33. The complex type element[siri:SubscriptionRequest]#complexType (

-
-

1.34. The complex type element[siri:ServiceDelivery]#complexType (typedef-78.4) +
+

1.34. The complex type element[siri:ServiceDelivery]#complexType (typedef-82.4)

@@ -17338,7 +17736,7 @@

1.34. The complex type element[siri:ServiceDelivery]#complexType (type
  #complexType
-   (typedef-78.4) +   (typedef-82.4)

@@ -17643,8 +18041,8 @@

1.34. The complex type element[siri:ServiceDelivery]#complexType (type

@@ -17582,7 +17980,7 @@

1.34. The complex type element[siri:ServiceDelivery]#complexType (type

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-
-

1.35. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

1.35. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -17664,7 +18062,7 @@

1.35. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -17775,8 +18173,8 @@

1.35. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

1.36. The complex type element[siri:SubscriptionRequest]#complexType (typedef-78.3) +
+

1.36. The complex type element[siri:SubscriptionRequest]#complexType (typedef-82.3)

@@ -17796,7 +18194,7 @@

1.36. The complex type element[siri:SubscriptionRequest]#complexType (
  #complexType
-   (typedef-78.3) +   (typedef-82.3)

@@ -18104,8 +18502,8 @@

1.36. The complex type element[siri:SubscriptionRequest]#complexType (

-
-

1.37. The complex type element[siri:ServiceDelivery]#complexType (typedef-78.4) +
+

1.37. The complex type element[siri:ServiceDelivery]#complexType (typedef-82.4)

@@ -18125,7 +18523,7 @@

1.37. The complex type element[siri:ServiceDelivery]#complexType (type
  #complexType
-   (typedef-78.4) +   (typedef-82.4)

@@ -18430,8 +18828,8 @@

1.37. The complex type element[siri:ServiceDelivery]#complexType (type

@@ -18369,7 +18767,7 @@

1.37. The complex type element[siri:ServiceDelivery]#complexType (type

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-
-

1.38. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

1.38. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -18451,7 +18849,7 @@

1.38. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -18562,8 +18960,8 @@

1.38. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

1.39. The complex type element[siri:ServiceRequest]#complexType (typedef-78.2) +
+

1.39. The complex type element[siri:ServiceRequest]#complexType (typedef-82.2)

@@ -18583,7 +18981,7 @@

1.39. The complex type element[siri:ServiceRequest]#complexType (typed
  #complexType
-   (typedef-78.2) +   (typedef-82.2)

@@ -18817,8 +19215,8 @@

1.39. The complex type element[siri:ServiceRequest]#complexType (typed

-
-

1.40. The complex type element[siri:SubscriptionRequest]#complexType (typedef-78.3) +
+

1.40. The complex type element[siri:SubscriptionRequest]#complexType (typedef-82.3)

@@ -18838,7 +19236,7 @@

1.40. The complex type element[siri:SubscriptionRequest]#complexType (
  #complexType
-   (typedef-78.3) +   (typedef-82.3)

@@ -19146,8 +19544,8 @@

1.40. The complex type element[siri:SubscriptionRequest]#complexType (

-
-

1.41. The complex type element[siri:StopPointsRequest]#complexType (typedef-86.1) +
+

1.41. The complex type element[siri:StopPointsRequest]#complexType (typedef-73.1)

@@ -19167,7 +19565,7 @@

1.41. The complex type element[siri:StopPointsRequest]#complexType (ty
  #complexType
-   (typedef-86.1) +   (typedef-73.1)

@@ -19557,8 +19955,8 @@

1.41. The complex type element[siri:StopPointsRequest]#complexType (ty

-
-

1.42. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-86.2) +
+

1.42. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-73.2)

@@ -19578,7 +19976,7 @@

1.42. The complex type element[siri:ServiceFeaturesRequest]#complexTyp
  #complexType
-   (typedef-86.2) +   (typedef-73.2)

@@ -19796,8 +20194,8 @@

1.42. The complex type element[siri:ServiceFeaturesRequest]#complexTyp

-
-

1.43. The complex type element[siri:ServiceDelivery]#complexType (typedef-78.4) +
+

1.43. The complex type element[siri:ServiceDelivery]#complexType (typedef-82.4)

@@ -19817,7 +20215,7 @@

1.43. The complex type element[siri:ServiceDelivery]#complexType (type
  #complexType
-   (typedef-78.4) +   (typedef-82.4)

@@ -20122,8 +20520,8 @@

1.43. The complex type element[siri:ServiceDelivery]#complexType (type

@@ -20061,7 +20459,7 @@

1.43. The complex type element[siri:ServiceDelivery]#complexType (type

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-
-

1.44. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

1.44. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -20143,7 +20541,7 @@

1.44. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -20254,8 +20652,8 @@

1.44. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

1.45. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

1.45. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -20275,7 +20673,7 @@

1.45. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -20386,8 +20784,8 @@

1.45. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

1.46. The complex type element[siri:ServiceRequest]#complexType (typedef-78.2) +
+

1.46. The complex type element[siri:ServiceRequest]#complexType (typedef-82.2)

@@ -20407,7 +20805,7 @@

1.46. The complex type element[siri:ServiceRequest]#complexType (typed
  #complexType
-   (typedef-78.2) +   (typedef-82.2)

@@ -20641,8 +21039,8 @@

1.46. The complex type element[siri:ServiceRequest]#complexType (typed

-
-

1.47. The complex type element[siri:SubscriptionRequest]#complexType (typedef-78.3) +
+

1.47. The complex type element[siri:SubscriptionRequest]#complexType (typedef-82.3)

@@ -20662,7 +21060,7 @@

1.47. The complex type element[siri:SubscriptionRequest]#complexType (
  #complexType
-   (typedef-78.3) +   (typedef-82.3)

@@ -20970,8 +21368,8 @@

1.47. The complex type element[siri:SubscriptionRequest]#complexType (

-
-

1.48. The complex type element[siri:StopPointsRequest]#complexType (typedef-86.1) +
+

1.48. The complex type element[siri:StopPointsRequest]#complexType (typedef-73.1)

@@ -20991,7 +21389,7 @@

1.48. The complex type element[siri:StopPointsRequest]#complexType (ty
  #complexType
-   (typedef-86.1) +   (typedef-73.1)

@@ -21381,8 +21779,8 @@

1.48. The complex type element[siri:StopPointsRequest]#complexType (ty

-
-

1.49. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-86.2) +
+

1.49. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-73.2)

@@ -21402,7 +21800,7 @@

1.49. The complex type element[siri:ServiceFeaturesRequest]#complexTyp
  #complexType
-   (typedef-86.2) +   (typedef-73.2)

@@ -21620,8 +22018,8 @@

1.49. The complex type element[siri:ServiceFeaturesRequest]#complexTyp

-
-

1.50. The complex type element[siri:ProductionTimetableCapabilitiesRequest]#complexType (typedef-82.3) +
+

1.50. The complex type element[siri:ProductionTimetableCapabilitiesRequest]#complexType (typedef-74.3)

@@ -21641,7 +22039,7 @@

1.50. The complex type element[siri:ProductionTimetableCapabilitiesReq
  #complexType
-   (typedef-82.3) +   (typedef-74.3)

@@ -21791,8 +22189,8 @@

1.50. The complex type element[siri:ProductionTimetableCapabilitiesReq

-
-

1.51. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-82.2) +
+

1.51. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-74.2)

@@ -21812,7 +22210,7 @@

1.51. The complex type element[siri:ProductionTimetableSubscriptionReq
  #complexType
-   (typedef-82.2) +   (typedef-74.2)

@@ -22009,8 +22407,8 @@

1.51. The complex type element[siri:ProductionTimetableSubscriptionReq

-
-

1.52. The complex type element[siri:ProductionTimetableCapabilitiesRequest]#complexType (typedef-82.3) +
+

1.52. The complex type element[siri:ProductionTimetableCapabilitiesRequest]#complexType (typedef-74.3)

@@ -22030,7 +22428,7 @@

1.52. The complex type element[siri:ProductionTimetableCapabilitiesReq
  #complexType
-   (typedef-82.3) +   (typedef-74.3)

@@ -22180,8 +22578,8 @@

1.52. The complex type element[siri:ProductionTimetableCapabilitiesReq

-
-

1.53. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

1.53. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -22201,7 +22599,7 @@

1.53. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -22312,8 +22710,8 @@

1.53. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

1.54. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

1.54. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -22333,7 +22731,7 @@

1.54. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -22444,8 +22842,8 @@

1.54. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

1.55. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-82.2) +
+

1.55. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-74.2)

@@ -22465,7 +22863,7 @@

1.55. The complex type element[siri:ProductionTimetableSubscriptionReq
  #complexType
-   (typedef-82.2) +   (typedef-74.2)

@@ -22662,8 +23060,8 @@

1.55. The complex type element[siri:ProductionTimetableSubscriptionReq

-
-

1.56. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-82.2) +
+

1.56. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-74.2)

@@ -22683,7 +23081,7 @@

1.56. The complex type element[siri:ProductionTimetableSubscriptionReq
  #complexType
-   (typedef-82.2) +   (typedef-74.2)

@@ -23972,7 +24370,7 @@

2.6. The group siri:DeliveryResponseGroup

@@ -24280,7 +24678,7 @@

2.9. The group siri:RequestGroup

@@ -24311,7 +24709,7 @@

2.9. The group siri:RequestGroup

@@ -24728,7 +25126,7 @@

2.10. The group siri:ResponseGroup

@@ -24943,7 +25341,7 @@

2.11. The group siri:ServiceDeliveryBodyGroup

@@ -25062,7 +25460,7 @@

2.12. The group siri:ServiceRequestGroup

@@ -25093,7 +25491,7 @@

2.12. The group siri:ServiceRequestGroup

@@ -25853,7 +26251,7 @@

2.16. The complex type siri:ServiceDeliveryBodyStructure

@@ -25906,11 +26304,11 @@

2.16. The complex type siri:ServiceDeliveryBodyStructure

- + + + + + + +
@@ -23212,7 +23610,7 @@

2.3. The toplevel element siri:ServiceDelivery

- +local-type: typedef-5.1 + +local-type: typedef-68.1

- +local-type: typedef-78.4 + +local-type: typedef-82.4

- +local-type: typedef-78.2 + +local-type: typedef-82.2

- +local-type: typedef-78.3 + +local-type: typedef-82.3

- +local-type: typedef-78.4 + +local-type: typedef-82.4

- +local-type: typedef-5.1 + +local-type: typedef-68.1

- +local-type: typedef-78.2 + +local-type: typedef-82.2

- +local-type: typedef-78.3 + +local-type: typedef-82.3

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-

The element contains one of the following elements (b) or element sequences (a)

+

The element contains one of the following elements (b-c) or element sequences (a)

+ siri:SiriServiceDeliveryGroup @@ -26285,6 +26683,37 @@

2.16. The complex type siri:ServiceDeliveryBodyStructure

Delivery for Situation Exchange Service.

+

+ c +

+
+

+ + →‍siri:ControlActionDelivery + + +

+
+

+ + -1:* + +

+
+

+ +siri:ControlActionDeliveryStructure + +

+
+

Delivery for Control Action Service.

+
@@ -26555,7 +26984,7 @@

2.17. The complex type siri:ServiceDeliveryStructure

- +local-type: typedef-5.1 + +local-type: typedef-68.1

@@ -26608,11 +27037,11 @@

2.17. The complex type siri:ServiceDeliveryStructure -

The element contains one of the following elements (b) or element sequences (a)

+

The element contains one of the following elements (b-c) or element sequences (a)

- + siri:SiriServiceDeliveryGroup @@ -26987,6 +27416,37 @@

2.17. The complex type siri:ServiceDeliveryStructure

Delivery for Situation Exchange Service.

+ + +

+ c +

+ + +

+ + →‍siri:ControlActionDelivery + + +

+ + +

+ + -1:* + +

+ + +

+ +siri:ControlActionDeliveryStructure + +

+ + +

Delivery for Control Action Service.

+ +

@@ -27337,7 +27797,7 @@

2.19. The complex type siri:SiriSchema

- +local-type: typedef-78.2 + +local-type: typedef-82.2

@@ -27368,7 +27828,7 @@

2.19. The complex type siri:SiriSchema

- +local-type: typedef-78.3 + +local-type: typedef-82.3

@@ -27617,7 +28077,7 @@

2.19. The complex type siri:SiriSchema

- +local-type: typedef-86.1 + +local-type: typedef-73.1

@@ -27679,7 +28139,7 @@

2.19. The complex type siri:SiriSchema

- +local-type: typedef-86.2 + +local-type: typedef-73.2

@@ -27979,7 +28439,7 @@

2.19. The complex type siri:SiriSchema

- +local-type: typedef-78.4 + +local-type: typedef-82.4

@@ -28716,8 +29176,8 @@

2.20. The complex type siri:SubscriptionRequestStructure

-
-

2.21. The complex type element[siri:ServiceDelivery]#complexType (typedef-3.3) +
+

2.21. The complex type element[siri:ServiceDelivery]#complexType (typedef-70.3)

@@ -28737,7 +29197,7 @@

2.21. The complex type element[siri:ServiceDelivery]#complexType (type
  #complexType
-   (typedef-3.3) +   (typedef-70.3)

@@ -29042,8 +29502,8 @@

2.21. The complex type element[siri:ServiceDelivery]#complexType (type

@@ -28981,7 +29441,7 @@

2.21. The complex type element[siri:ServiceDelivery]#complexType (type

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-
-

2.22. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

2.22. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -29063,7 +29523,7 @@

2.22. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -29174,8 +29634,8 @@

2.22. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

2.23. The complex type element[siri:ServiceRequest]#complexType (typedef-3.1) +
+

2.23. The complex type element[siri:ServiceRequest]#complexType (typedef-70.1)

@@ -29195,7 +29655,7 @@

2.23. The complex type element[siri:ServiceRequest]#complexType (typed
  #complexType
-   (typedef-3.1) +   (typedef-70.1)

@@ -29463,8 +29923,8 @@

2.23. The complex type element[siri:ServiceRequest]#complexType (typed

-
-

2.24. The complex type element[siri:SubscriptionRequest]#complexType (typedef-3.2) +
+

2.24. The complex type element[siri:SubscriptionRequest]#complexType (typedef-70.2)

@@ -29484,7 +29944,7 @@

2.24. The complex type element[siri:SubscriptionRequest]#complexType (
  #complexType
-   (typedef-3.2) +   (typedef-70.2)

@@ -29792,8 +30252,8 @@

2.24. The complex type element[siri:SubscriptionRequest]#complexType (

-
-

2.25. The complex type element[siri:ServiceDelivery]#complexType (typedef-78.4) +
+

2.25. The complex type element[siri:ServiceDelivery]#complexType (typedef-82.4)

@@ -29813,7 +30273,7 @@

2.25. The complex type element[siri:ServiceDelivery]#complexType (type
  #complexType
-   (typedef-78.4) +   (typedef-82.4)

@@ -30118,8 +30578,8 @@

2.25. The complex type element[siri:ServiceDelivery]#complexType (type

@@ -30057,7 +30517,7 @@

2.25. The complex type element[siri:ServiceDelivery]#complexType (type

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-
-

2.26. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

2.26. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -30139,7 +30599,7 @@

2.26. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -30250,8 +30710,8 @@

2.26. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

2.27. The complex type element[siri:ServiceRequest]#complexType (typedef-78.2) +
+

2.27. The complex type element[siri:ServiceRequest]#complexType (typedef-82.2)

@@ -30271,7 +30731,7 @@

2.27. The complex type element[siri:ServiceRequest]#complexType (typed
  #complexType
-   (typedef-78.2) +   (typedef-82.2)

@@ -30505,8 +30965,8 @@

2.27. The complex type element[siri:ServiceRequest]#complexType (typed

-
-

2.28. The complex type element[siri:SubscriptionRequest]#complexType (typedef-78.3) +
+

2.28. The complex type element[siri:SubscriptionRequest]#complexType (typedef-82.3)

@@ -30526,7 +30986,7 @@

2.28. The complex type element[siri:SubscriptionRequest]#complexType (
  #complexType
-   (typedef-78.3) +   (typedef-82.3)

@@ -30834,8 +31294,8 @@

2.28. The complex type element[siri:SubscriptionRequest]#complexType (

-
-

2.29. The complex type element[siri:ServiceDelivery]#complexType (typedef-78.4) +
+

2.29. The complex type element[siri:ServiceDelivery]#complexType (typedef-82.4)

@@ -30855,7 +31315,7 @@

2.29. The complex type element[siri:ServiceDelivery]#complexType (type
  #complexType
-   (typedef-78.4) +   (typedef-82.4)

@@ -31160,8 +31620,8 @@

2.29. The complex type element[siri:ServiceDelivery]#complexType (type

@@ -31099,7 +31559,7 @@

2.29. The complex type element[siri:ServiceDelivery]#complexType (type

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-
-

2.30. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

2.30. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -31181,7 +31641,7 @@

2.30. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -31292,8 +31752,8 @@

2.30. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

2.31. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

2.31. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -31313,7 +31773,7 @@

2.31. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -31424,8 +31884,8 @@

2.31. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

2.32. The complex type element[siri:ServiceRequest]#complexType (typedef-78.2) +
+

2.32. The complex type element[siri:ServiceRequest]#complexType (typedef-82.2)

@@ -31445,7 +31905,7 @@

2.32. The complex type element[siri:ServiceRequest]#complexType (typed
  #complexType
-   (typedef-78.2) +   (typedef-82.2)

@@ -31679,8 +32139,8 @@

2.32. The complex type element[siri:ServiceRequest]#complexType (typed

-
-

2.33. The complex type element[siri:SubscriptionRequest]#complexType (typedef-78.3) +
+

2.33. The complex type element[siri:SubscriptionRequest]#complexType (typedef-82.3)

@@ -31700,7 +32160,7 @@

2.33. The complex type element[siri:SubscriptionRequest]#complexType (
  #complexType
-   (typedef-78.3) +   (typedef-82.3)

@@ -32008,8 +32468,8 @@

2.33. The complex type element[siri:SubscriptionRequest]#complexType (

-
-

2.34. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

2.34. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -32029,7 +32489,7 @@

2.34. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -32140,8 +32600,8 @@

2.34. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

2.35. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

2.35. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -32161,7 +32621,7 @@

2.35. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -32272,8 +32732,8 @@

2.35. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

2.36. The complex type element[siri:ServiceRequest]#complexType (typedef-78.2) +
+

2.36. The complex type element[siri:ServiceRequest]#complexType (typedef-82.2)

@@ -32293,7 +32753,7 @@

2.36. The complex type element[siri:ServiceRequest]#complexType (typed
  #complexType
-   (typedef-78.2) +   (typedef-82.2)

@@ -32527,8 +32987,8 @@

2.36. The complex type element[siri:ServiceRequest]#complexType (typed

-
-

2.37. The complex type element[siri:SubscriptionRequest]#complexType (typedef-78.3) +
+

2.37. The complex type element[siri:SubscriptionRequest]#complexType (typedef-82.3)

@@ -32548,7 +33008,7 @@

2.37. The complex type element[siri:SubscriptionRequest]#complexType (
  #complexType
-   (typedef-78.3) +   (typedef-82.3)

@@ -32856,8 +33316,8 @@

2.37. The complex type element[siri:SubscriptionRequest]#complexType (

-
-

2.38. The complex type element[siri:StopPointsRequest]#complexType (typedef-86.1) +
+

2.38. The complex type element[siri:StopPointsRequest]#complexType (typedef-73.1)

@@ -32877,7 +33337,7 @@

2.38. The complex type element[siri:StopPointsRequest]#complexType (ty
  #complexType
-   (typedef-86.1) +   (typedef-73.1)

@@ -33267,8 +33727,8 @@

2.38. The complex type element[siri:StopPointsRequest]#complexType (ty

-
-

2.39. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-86.2) +
+

2.39. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-73.2)

@@ -33288,7 +33748,7 @@

2.39. The complex type element[siri:ServiceFeaturesRequest]#complexTyp
  #complexType
-   (typedef-86.2) +   (typedef-73.2)

@@ -33506,8 +33966,8 @@

2.39. The complex type element[siri:ServiceFeaturesRequest]#complexTyp

-
-

2.40. The complex type element[siri:ServiceDelivery]#complexType (typedef-78.4) +
+

2.40. The complex type element[siri:ServiceDelivery]#complexType (typedef-82.4)

@@ -33527,7 +33987,7 @@

2.40. The complex type element[siri:ServiceDelivery]#complexType (type
  #complexType
-   (typedef-78.4) +   (typedef-82.4)

@@ -33832,8 +34292,8 @@

2.40. The complex type element[siri:ServiceDelivery]#complexType (type

@@ -33771,7 +34231,7 @@

2.40. The complex type element[siri:ServiceDelivery]#complexType (type

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-
-

2.41. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

2.41. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -33853,7 +34313,7 @@

2.41. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -34808,7 +35268,7 @@

3.18. The group siri:DataReceivedPayloadGroup

@@ -37048,7 +37508,7 @@

3.37. The complex type siri:CheckStatusResponseBodyStructure

@@ -37386,7 +37846,7 @@

3.38. The complex type siri:CheckStatusResponseStructure

@@ -38301,7 +38761,7 @@

3.42. The complex type siri:DataReadyResponseStructure

@@ -38508,7 +38968,7 @@

3.43. The complex type siri:DataReceivedResponseStructure

@@ -39146,7 +39606,7 @@

3.46. The complex type siri:HeartbeatNotificationStructure

@@ -41623,7 +42083,7 @@

3.55. The complex type siri:TerminationResponseStatusStructure

@@ -41635,8 +42095,8 @@

3.55. The complex type siri:TerminationResponseStatusStructure

@@ -34542,7 +35002,7 @@

3.16. The group siri:CheckStatusPayloadGroup

- +local-type: typedef-2.4 + +local-type: typedef-67.4

- +local-type: typedef-2.3 + +local-type: typedef-67.3

- +local-type: typedef-2.4 + +local-type: typedef-67.4

- +local-type: typedef-2.4 + +local-type: typedef-67.4

- +local-type: typedef-2.2 + +local-type: typedef-67.2

- +local-type: typedef-2.3 + +local-type: typedef-67.3

- +local-type: typedef-2.4 + +local-type: typedef-67.4

- +local-type: typedef-2.1 + +local-type: typedef-67.1

-
-

3.56. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondition#complexType (typedef-2.4) +
+

3.56. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondition#complexType (typedef-67.4)

@@ -41656,7 +42116,7 @@

3.56. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondit
  /ErrorCondition #complexType
-   (typedef-2.4) +   (typedef-67.4)

@@ -41767,8 +42227,8 @@

3.56. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondit

-
-

3.57. The complex type group[siri:DataReceivedPayloadGroup]/ErrorCondition#complexType (typedef-2.3) +
+

3.57. The complex type group[siri:DataReceivedPayloadGroup]/ErrorCondition#complexType (typedef-67.3)

@@ -41788,7 +42248,7 @@

3.57. The complex type group[siri:DataReceivedPayloadGroup]/ErrorCondi
  /ErrorCondition #complexType
-   (typedef-2.3) +   (typedef-67.3)

@@ -41899,8 +42359,8 @@

3.57. The complex type group[siri:DataReceivedPayloadGroup]/ErrorCondi

-
-

3.58. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondition#complexType (typedef-2.4) +
+

3.58. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondition#complexType (typedef-67.4)

@@ -41920,7 +42380,7 @@

3.58. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondit
  /ErrorCondition #complexType
-   (typedef-2.4) +   (typedef-67.4)

@@ -42031,8 +42491,8 @@

3.58. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondit

-
-

3.59. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondition#complexType (typedef-2.4) +
+

3.59. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondition#complexType (typedef-67.4)

@@ -42052,7 +42512,7 @@

3.59. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondit
  /ErrorCondition #complexType
-   (typedef-2.4) +   (typedef-67.4)

@@ -42163,8 +42623,8 @@

3.59. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondit

-
-

3.60. The complex type complexType[siri:DataReadyResponseStructure]/ErrorCondition#complexType (typedef-2.2) +
+

3.60. The complex type complexType[siri:DataReadyResponseStructure]/ErrorCondition#complexType (typedef-67.2)

@@ -42184,7 +42644,7 @@

3.60. The complex type complexType[siri:DataReadyResponseStructure]/Er
  /ErrorCondition #complexType
-   (typedef-2.2) +   (typedef-67.2)

@@ -42295,8 +42755,8 @@

3.60. The complex type complexType[siri:DataReadyResponseStructure]/Er

-
-

3.61. The complex type group[siri:DataReceivedPayloadGroup]/ErrorCondition#complexType (typedef-2.3) +
+

3.61. The complex type group[siri:DataReceivedPayloadGroup]/ErrorCondition#complexType (typedef-67.3)

@@ -42316,7 +42776,7 @@

3.61. The complex type group[siri:DataReceivedPayloadGroup]/ErrorCondi
  /ErrorCondition #complexType
-   (typedef-2.3) +   (typedef-67.3)

@@ -42427,8 +42887,8 @@

3.61. The complex type group[siri:DataReceivedPayloadGroup]/ErrorCondi

-
-

3.62. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondition#complexType (typedef-2.4) +
+

3.62. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondition#complexType (typedef-67.4)

@@ -42448,7 +42908,7 @@

3.62. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondit
  /ErrorCondition #complexType
-   (typedef-2.4) +   (typedef-67.4)

@@ -42559,8 +43019,8 @@

3.62. The complex type group[siri:CheckStatusPayloadGroup]/ErrorCondit

-
-

3.63. The complex type complexType[siri:TerminationResponseStatusStructure]/ErrorCondition#complexType (typedef-2.1) +
+

3.63. The complex type complexType[siri:TerminationResponseStatusStructure]/ErrorCondition#complexType (typedef-67.1)

@@ -42580,7 +43040,7 @@

3.63. The complex type complexType[siri:TerminationResponseStatusStruc
  /ErrorCondition #complexType
-   (typedef-2.1) +   (typedef-67.1)

@@ -53179,7 +53639,7 @@

6.50. The complex type siri:CapabilityGeneralInteractionStructure

@@ -53207,7 +53667,7 @@

6.50. The complex type siri:CapabilityGeneralInteractionStructure

@@ -55353,8 +55813,8 @@

6.63. The complex type siri:TransportDescriptionStructure

@@ -50447,7 +50907,7 @@

6.29. The group siri:ServiceDeliveryRequestStatusGroup

- +local-type: typedef-5.1 + +local-type: typedef-68.1

- +local-type: typedef-5.2 + +local-type: typedef-68.2

- +local-type: typedef-5.3 + +local-type: typedef-68.3

-
-

6.64. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

6.64. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -55374,7 +55834,7 @@

6.64. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

@@ -55485,8 +55945,8 @@

6.64. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E

-
-

6.65. The complex type complexType[siri:CapabilityGeneralInteractionStructure]/Interaction#complexType (typedef-5.2) +
+

6.65. The complex type complexType[siri:CapabilityGeneralInteractionStructure]/Interaction#complexType (typedef-68.2)

@@ -55506,7 +55966,7 @@

6.65. The complex type complexType[siri:CapabilityGeneralInteractionSt
  /Interaction #complexType
-   (typedef-5.2) +   (typedef-68.2)

@@ -55574,8 +56034,8 @@

6.65. The complex type complexType[siri:CapabilityGeneralInteractionSt

-
-

6.66. The complex type complexType[siri:CapabilityGeneralInteractionStructure]/Delivery#complexType (typedef-5.3) +
+

6.66. The complex type complexType[siri:CapabilityGeneralInteractionStructure]/Delivery#complexType (typedef-68.3)

@@ -55595,7 +56055,7 @@

6.66. The complex type complexType[siri:CapabilityGeneralInteractionSt
  /Delivery #complexType
-   (typedef-5.3) +   (typedef-68.3)

@@ -59634,7 +60094,7 @@

7.30. The complex type siri:ConnectionMonitoringServiceCapabilitiesStr

@@ -59658,7 +60118,7 @@

7.30. The complex type siri:ConnectionMonitoringServiceCapabilitiesStr

@@ -61934,8 +62394,8 @@

7.36. The complex type siri:WaitProlongedDepartureStructure

@@ -57952,7 +58412,7 @@

7.24. The complex type siri:ConnectionMonitoringCapabilitiesResponseSt

- +local-type: typedef-83.3 + +local-type: typedef-72.3

- +local-type: typedef-83.1 + +local-type: typedef-72.1

- +local-type: typedef-83.2 + +local-type: typedef-72.2

-
-

7.37. The complex type element[siri:ConnectionMonitoringPermissions]#complexType (typedef-83.3) +
+

7.37. The complex type element[siri:ConnectionMonitoringPermissions]#complexType (typedef-72.3)

@@ -61955,7 +62415,7 @@

7.37. The complex type element[siri:ConnectionMonitoringPermissions]#c
  #complexType
-   (typedef-83.3) +   (typedef-72.3)

@@ -61993,8 +62453,8 @@

7.37. The complex type element[siri:ConnectionMonitoringPermissions]#c

-
-

7.38. The complex type element[siri:ConnectionMonitoringPermissions]#complexType (typedef-83.3) +
+

7.38. The complex type element[siri:ConnectionMonitoringPermissions]#complexType (typedef-72.3)

@@ -62014,7 +62474,7 @@

7.38. The complex type element[siri:ConnectionMonitoringPermissions]#c
  #complexType
-   (typedef-83.3) +   (typedef-72.3)

@@ -62052,8 +62512,8 @@

7.38. The complex type element[siri:ConnectionMonitoringPermissions]#c

-
-

7.39. The complex type complexType[siri:ConnectionMonitoringServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-83.1) +
+

7.39. The complex type complexType[siri:ConnectionMonitoringServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-72.1)

@@ -62073,7 +62533,7 @@

7.39. The complex type complexType[siri:ConnectionMonitoringServiceCap
  /TopicFiltering #complexType
-   (typedef-83.1) +   (typedef-72.1)

@@ -62182,8 +62642,8 @@

7.39. The complex type complexType[siri:ConnectionMonitoringServiceCap

-
-

7.40. The complex type complexType[siri:ConnectionMonitoringServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-83.2) +
+

7.40. The complex type complexType[siri:ConnectionMonitoringServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-72.2)

@@ -62203,7 +62663,7 @@

7.40. The complex type complexType[siri:ConnectionMonitoringServiceCap
  /RequestPolicy #complexType
-   (typedef-83.2) +   (typedef-72.2)

@@ -64952,7 +65412,7 @@

8.22. The complex type siri:ConnectionTimetableServiceCapabilitiesStru

@@ -64976,7 +65436,7 @@

8.22. The complex type siri:ConnectionTimetableServiceCapabilitiesStru

@@ -66192,8 +66652,8 @@

8.25. The complex type siri:TimetabledFeederArrivalStructure

@@ -63829,7 +64289,7 @@

8.17. The complex type siri:ConnectionTimetableCapabilitiesResponseStr

- +local-type: typedef-74.1 + +local-type: typedef-84.1

- +local-type: typedef-74.2 + +local-type: typedef-84.2

- +local-type: typedef-74.3 + +local-type: typedef-84.3

-
-

8.26. The complex type complexType[siri:ConnectionTimetableCapabilitiesResponseStructure]/ConnectionTimetablePermissions#complexType (typedef-74.1) +
+

8.26. The complex type complexType[siri:ConnectionTimetableCapabilitiesResponseStructure]/ConnectionTimetablePermissions#complexType (typedef-84.1)

@@ -66213,7 +66673,7 @@

8.26. The complex type complexType[siri:ConnectionTimetableCapabilitie
  /ConnectionTimetablePermissions #complexType
-   (typedef-74.1) +   (typedef-84.1)

@@ -66287,8 +66747,8 @@

8.26. The complex type complexType[siri:ConnectionTimetableCapabilitie

-
-

8.27. The complex type complexType[siri:ConnectionTimetableServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-74.2) +
+

8.27. The complex type complexType[siri:ConnectionTimetableServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-84.2)

@@ -66308,7 +66768,7 @@

8.27. The complex type complexType[siri:ConnectionTimetableServiceCapa
  /TopicFiltering #complexType
-   (typedef-74.2) +   (typedef-84.2)

@@ -66378,8 +66838,8 @@

8.27. The complex type complexType[siri:ConnectionTimetableServiceCapa

-
-

8.28. The complex type complexType[siri:ConnectionTimetableServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-74.3) +
+

8.28. The complex type complexType[siri:ConnectionTimetableServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-84.3)

@@ -66399,7 +66859,7 @@

8.28. The complex type complexType[siri:ConnectionTimetableServiceCapa
  /RequestPolicy #complexType
-   (typedef-74.3) +   (typedef-84.3)

@@ -67867,7 +68327,7 @@

9.22. The group siri:ControlActionPayloadGroup

@@ -67888,7 +68348,7 @@

9.22. The group siri:ControlActionPayloadGroup

@@ -67909,7 +68369,7 @@

9.22. The group siri:ControlActionPayloadGroup

@@ -67930,7 +68390,7 @@

9.22. The group siri:ControlActionPayloadGroup

@@ -68296,7 +68756,7 @@

9.25. The group siri:ControlActionTopicGroup

@@ -69772,7 +70232,7 @@

9.35. The group siri:PartialJourneyScope

@@ -69802,7 +70262,7 @@

9.35. The group siri:PartialJourneyScope

@@ -69931,7 +70391,7 @@

9.36. The group siri:PartOfJourneyPatternScope

@@ -69961,7 +70421,7 @@

9.36. The group siri:PartOfJourneyPatternScope

@@ -71792,7 +72252,7 @@

9.44. The complex type siri:CallCancellationActionStructure

@@ -71822,7 +72282,7 @@

9.44. The complex type siri:CallCancellationActionStructure

@@ -72554,7 +73014,7 @@

9.49. The complex type siri:ControlActionCapabilitiesResponseStructure

@@ -73253,7 +73713,7 @@

9.52. The complex type siri:ControlActionDeliveryStructure

@@ -73274,7 +73734,7 @@

9.52. The complex type siri:ControlActionDeliveryStructure

@@ -73295,7 +73755,7 @@

9.52. The complex type siri:ControlActionDeliveryStructure

@@ -73316,7 +73776,7 @@

9.52. The complex type siri:ControlActionDeliveryStructure

@@ -73337,7 +73797,7 @@

9.52. The complex type siri:ControlActionDeliveryStructure

@@ -73583,7 +74043,7 @@

9.53. The complex type siri:ControlActionFilterStructure

@@ -74258,7 +74718,7 @@

9.56. The complex type siri:ControlActionRequestStructure

@@ -74522,7 +74982,7 @@

9.57. The complex type siri:ControlActionServiceCapabilitiesStructure<

@@ -74546,7 +75006,7 @@

9.57. The complex type siri:ControlActionServiceCapabilitiesStructure<

@@ -74618,7 +75078,7 @@

9.57. The complex type siri:ControlActionServiceCapabilitiesStructure<

@@ -74752,7 +75212,7 @@

9.58. The complex type siri:ControlActionServicePermissionStructure

@@ -74786,7 +75246,7 @@

9.58. The complex type siri:ControlActionServicePermissionStructure

@@ -74815,7 +75275,7 @@

9.58. The complex type siri:ControlActionServicePermissionStructure

@@ -75563,7 +76023,7 @@

9.59. The complex type siri:ControlActionStructure

@@ -76406,7 +76866,7 @@

9.63. The complex type siri:DriverMessageStructure

@@ -76535,7 +76995,7 @@

9.63. The complex type siri:DriverMessageStructure

@@ -79917,8 +80377,8 @@

9.82. The complex type siri:VehicleWorkAssignment

@@ -67846,7 +68306,7 @@

9.22. The group siri:ControlActionPayloadGroup

- +local-type: typedef-72.2 + +local-type: typedef-79.2

- +local-type: typedef-72.3 + +local-type: typedef-79.3

- +local-type: typedef-72.7 + +local-type: typedef-79.7

- +local-type: typedef-72.9 + +local-type: typedef-79.9

- +local-type: typedef-72.10 + +local-type: typedef-79.10

- +local-type: typedef-72.1 + +local-type: typedef-79.1

- +local-type: typedef-72.18 + +local-type: typedef-79.18

- +local-type: typedef-72.19 + +local-type: typedef-79.19

- +local-type: typedef-72.18 + +local-type: typedef-79.18

- +local-type: typedef-72.19 + +local-type: typedef-79.19

- +local-type: typedef-72.18 + +local-type: typedef-79.18

- +local-type: typedef-72.19 + +local-type: typedef-79.19

- +local-type: typedef-72.14 + +local-type: typedef-79.14

- +local-type: typedef-72.2 + +local-type: typedef-79.2

- +local-type: typedef-72.3 + +local-type: typedef-79.3

- +local-type: typedef-72.7 + +local-type: typedef-79.7

- +local-type: typedef-72.9 + +local-type: typedef-79.9

- +local-type: typedef-72.10 + +local-type: typedef-79.10

- +local-type: typedef-72.1 + +local-type: typedef-79.1

- +local-type: typedef-72.1 + +local-type: typedef-79.1

- +local-type: typedef-72.11 + +local-type: typedef-79.11

- +local-type: typedef-72.12 + +local-type: typedef-79.12

- +local-type: typedef-72.13 + +local-type: typedef-79.13

- +local-type: typedef-10.1 + +local-type: typedef-61.1

- +local-type: typedef-27.2 + +local-type: typedef-2.2

- +local-type: typedef-27.1 + +local-type: typedef-2.1

- +local-type: typedef-72.15 + +local-type: typedef-79.15

- +local-type: typedef-72.16 + +local-type: typedef-79.16

- +local-type: typedef-72.17 + +local-type: typedef-79.17

-
-

9.83. The complex type element[siri:ControlActionPermissions]#complexType (typedef-72.14) +
+

9.83. The complex type element[siri:ControlActionPermissions]#complexType (typedef-79.14)

@@ -79938,7 +80398,7 @@

9.83. The complex type element[siri:ControlActionPermissions]#complexT
  #complexType
-   (typedef-72.14) +   (typedef-79.14)

@@ -80012,8 +80472,8 @@

9.83. The complex type element[siri:ControlActionPermissions]#complexT

-
-

9.84. The complex type group[siri:ControlActionPayloadGroup]/controlActions#complexType (typedef-72.2) +
+

9.84. The complex type group[siri:ControlActionPayloadGroup]/controlActions#complexType (typedef-79.2)

@@ -80033,7 +80493,7 @@

9.84. The complex type group[siri:ControlActionPayloadGroup]/controlAc
  /controlActions #complexType
-   (typedef-72.2) +   (typedef-79.2)

@@ -80075,8 +80535,8 @@

9.84. The complex type group[siri:ControlActionPayloadGroup]/controlAc

-
-

9.85. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions#complexType (typedef-72.3) +
+

9.85. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions#complexType (typedef-79.3)

@@ -80096,7 +80556,7 @@

9.85. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC
  /groupsOfControlActions #complexType
-   (typedef-72.3) +   (typedef-79.3)

@@ -80138,8 +80598,8 @@

9.85. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC

@@ -80126,7 +80586,7 @@

9.85. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC

- +local-type: typedef-72.4 + +local-type: typedef-79.4

-
-

9.86. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions#complexType (typedef-72.4) +
+

9.86. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions#complexType (typedef-79.4)

@@ -80159,7 +80619,7 @@

9.86. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC
  /groupsOfControlActions/GroupOfControlActions #complexType
-   (typedef-72.4) +   (typedef-79.4)

@@ -80353,7 +80813,7 @@

9.86. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC

@@ -80365,8 +80825,8 @@

9.86. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC

@@ -80329,7 +80789,7 @@

9.86. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC

- +local-type: typedef-72.5 + +local-type: typedef-79.5

- +local-type: typedef-72.6 + +local-type: typedef-79.6

-
-

9.87. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions/AddedControlActions#complexType (typedef-72.5) +
+

9.87. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions/AddedControlActions#complexType (typedef-79.5)

@@ -80386,7 +80846,7 @@

9.87. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC
  /groupsOfControlActions/GroupOfControlActions/AddedControlActions #complexType
-   (typedef-72.5) +   (typedef-79.5)

@@ -80428,8 +80888,8 @@

9.87. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC

-
-

9.88. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions/RemovedControlActions#complexType (typedef-72.6) +
+

9.88. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions/RemovedControlActions#complexType (typedef-79.6)

@@ -80449,7 +80909,7 @@

9.88. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC
  /groupsOfControlActions/GroupOfControlActions/RemovedControlActions #complexType
-   (typedef-72.6) +   (typedef-79.6)

@@ -80491,8 +80951,8 @@

9.88. The complex type group[siri:ControlActionPayloadGroup]/groupsOfC

-
-

9.89. The complex type group[siri:ControlActionPayloadGroup]/revokedControlActions#complexType (typedef-72.7) +
+

9.89. The complex type group[siri:ControlActionPayloadGroup]/revokedControlActions#complexType (typedef-79.7)

@@ -80512,7 +80972,7 @@

9.89. The complex type group[siri:ControlActionPayloadGroup]/revokedCo
  /revokedControlActions #complexType
-   (typedef-72.7) +   (typedef-79.7)

@@ -80554,8 +81014,8 @@

9.89. The complex type group[siri:ControlActionPayloadGroup]/revokedCo

@@ -80542,7 +81002,7 @@

9.89. The complex type group[siri:ControlActionPayloadGroup]/revokedCo

- +local-type: typedef-72.8 + +local-type: typedef-79.8

-
-

9.90. The complex type group[siri:ControlActionPayloadGroup]/revokedControlActions/RevokedControlAction#complexType (typedef-72.8) +
+

9.90. The complex type group[siri:ControlActionPayloadGroup]/revokedControlActions/RevokedControlAction#complexType (typedef-79.8)

@@ -80575,7 +81035,7 @@

9.90. The complex type group[siri:ControlActionPayloadGroup]/revokedCo
  /revokedControlActions/RevokedControlAction #complexType
-   (typedef-72.8) +   (typedef-79.8)

@@ -80708,8 +81168,8 @@

9.90. The complex type group[siri:ControlActionPayloadGroup]/revokedCo

-
-

9.91. The complex type group[siri:ControlActionPayloadGroup]/driverMessages#complexType (typedef-72.9) +
+

9.91. The complex type group[siri:ControlActionPayloadGroup]/driverMessages#complexType (typedef-79.9)

@@ -80729,7 +81189,7 @@

9.91. The complex type group[siri:ControlActionPayloadGroup]/driverMes
  /driverMessages #complexType
-   (typedef-72.9) +   (typedef-79.9)

@@ -80771,8 +81231,8 @@

9.91. The complex type group[siri:ControlActionPayloadGroup]/driverMes

-
-

9.92. The complex type group[siri:ControlActionPayloadGroup]/vehicleDetectings#complexType (typedef-72.10) +
+

9.92. The complex type group[siri:ControlActionPayloadGroup]/vehicleDetectings#complexType (typedef-79.10)

@@ -80792,7 +81252,7 @@

9.92. The complex type group[siri:ControlActionPayloadGroup]/vehicleDe
  /vehicleDetectings #complexType
-   (typedef-72.10) +   (typedef-79.10)

@@ -80834,8 +81294,8 @@

9.92. The complex type group[siri:ControlActionPayloadGroup]/vehicleDe

-
-

9.93. The complex type group[siri:ControlActionTopicGroup]/Lines#complexType (typedef-72.1) +
+

9.93. The complex type group[siri:ControlActionTopicGroup]/Lines#complexType (typedef-79.1)

@@ -80855,7 +81315,7 @@

9.93. The complex type group[siri:ControlActionTopicGroup]/Lines#compl
  /Lines #complexType
-   (typedef-72.1) +   (typedef-79.1)

@@ -80897,8 +81357,8 @@

9.93. The complex type group[siri:ControlActionTopicGroup]/Lines#compl

-
-

9.94. The complex type group[siri:PartOfJourneyPatternScope]/SelectedCalls#complexType (typedef-72.18) +
+

9.94. The complex type group[siri:PartOfJourneyPatternScope]/SelectedCalls#complexType (typedef-79.18)

@@ -80918,7 +81378,7 @@

9.94. The complex type group[siri:PartOfJourneyPatternScope]/SelectedC
  /SelectedCalls #complexType
-   (typedef-72.18) +   (typedef-79.18)

@@ -80960,8 +81420,8 @@

9.94. The complex type group[siri:PartOfJourneyPatternScope]/SelectedC

-
-

9.95. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetweenPoints#complexType (typedef-72.19) +
+

9.95. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetweenPoints#complexType (typedef-79.19)

@@ -80981,7 +81441,7 @@

9.95. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetw
  /CallsBetweenPoints #complexType
-   (typedef-72.19) +   (typedef-79.19)

@@ -81051,8 +81511,8 @@

9.95. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetw

-
-

9.96. The complex type group[siri:PartOfJourneyPatternScope]/SelectedCalls#complexType (typedef-72.18) +
+

9.96. The complex type group[siri:PartOfJourneyPatternScope]/SelectedCalls#complexType (typedef-79.18)

@@ -81072,7 +81532,7 @@

9.96. The complex type group[siri:PartOfJourneyPatternScope]/SelectedC
  /SelectedCalls #complexType
-   (typedef-72.18) +   (typedef-79.18)

@@ -81114,8 +81574,8 @@

9.96. The complex type group[siri:PartOfJourneyPatternScope]/SelectedC

-
-

9.97. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetweenPoints#complexType (typedef-72.19) +
+

9.97. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetweenPoints#complexType (typedef-79.19)

@@ -81135,7 +81595,7 @@

9.97. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetw
  /CallsBetweenPoints #complexType
-   (typedef-72.19) +   (typedef-79.19)

@@ -81205,8 +81665,8 @@

9.97. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetw

-
-

9.98. The complex type group[siri:PartOfJourneyPatternScope]/SelectedCalls#complexType (typedef-72.18) +
+

9.98. The complex type group[siri:PartOfJourneyPatternScope]/SelectedCalls#complexType (typedef-79.18)

@@ -81226,7 +81686,7 @@

9.98. The complex type group[siri:PartOfJourneyPatternScope]/SelectedC
  /SelectedCalls #complexType
-   (typedef-72.18) +   (typedef-79.18)

@@ -81268,8 +81728,8 @@

9.98. The complex type group[siri:PartOfJourneyPatternScope]/SelectedC

-
-

9.99. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetweenPoints#complexType (typedef-72.19) +
+

9.99. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetweenPoints#complexType (typedef-79.19)

@@ -81289,7 +81749,7 @@

9.99. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetw
  /CallsBetweenPoints #complexType
-   (typedef-72.19) +   (typedef-79.19)

@@ -81359,8 +81819,8 @@

9.99. The complex type group[siri:PartOfJourneyPatternScope]/CallsBetw

-
-

9.100. The complex type element[siri:ControlActionPermissions]#complexType (typedef-72.14) +
+

9.100. The complex type element[siri:ControlActionPermissions]#complexType (typedef-79.14)

@@ -81380,7 +81840,7 @@

9.100. The complex type element[siri:ControlActionPermissions]#complex
  #complexType
-   (typedef-72.14) +   (typedef-79.14)

@@ -81454,8 +81914,8 @@

9.100. The complex type element[siri:ControlActionPermissions]#complex

-
-

9.101. The complex type group[siri:ControlActionPayloadGroup]/controlActions#complexType (typedef-72.2) +
+

9.101. The complex type group[siri:ControlActionPayloadGroup]/controlActions#complexType (typedef-79.2)

@@ -81475,7 +81935,7 @@

9.101. The complex type group[siri:ControlActionPayloadGroup]/controlA
  /controlActions #complexType
-   (typedef-72.2) +   (typedef-79.2)

@@ -81517,8 +81977,8 @@

9.101. The complex type group[siri:ControlActionPayloadGroup]/controlA

-
-

9.102. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions#complexType (typedef-72.3) +
+

9.102. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions#complexType (typedef-79.3)

@@ -81538,7 +81998,7 @@

9.102. The complex type group[siri:ControlActionPayloadGroup]/groupsOf
  /groupsOfControlActions #complexType
-   (typedef-72.3) +   (typedef-79.3)

@@ -81580,8 +82040,8 @@

9.102. The complex type group[siri:ControlActionPayloadGroup]/groupsOf

@@ -81568,7 +82028,7 @@

9.102. The complex type group[siri:ControlActionPayloadGroup]/groupsOf

- +local-type: typedef-72.4 + +local-type: typedef-79.4

-
-

9.103. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions#complexType (typedef-72.4) +
+

9.103. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions#complexType (typedef-79.4)

@@ -81601,7 +82061,7 @@

9.103. The complex type group[siri:ControlActionPayloadGroup]/groupsOf
  /groupsOfControlActions/GroupOfControlActions #complexType
-   (typedef-72.4) +   (typedef-79.4)

@@ -81795,7 +82255,7 @@

9.103. The complex type group[siri:ControlActionPayloadGroup]/groupsOf

@@ -81807,8 +82267,8 @@

9.103. The complex type group[siri:ControlActionPayloadGroup]/groupsOf

@@ -81771,7 +82231,7 @@

9.103. The complex type group[siri:ControlActionPayloadGroup]/groupsOf

- +local-type: typedef-72.5 + +local-type: typedef-79.5

- +local-type: typedef-72.6 + +local-type: typedef-79.6

-
-

9.104. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions/AddedControlActions#complexType (typedef-72.5) +
+

9.104. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions/AddedControlActions#complexType (typedef-79.5)

@@ -81828,7 +82288,7 @@

9.104. The complex type group[siri:ControlActionPayloadGroup]/groupsOf
  /groupsOfControlActions/GroupOfControlActions/AddedControlActions #complexType
-   (typedef-72.5) +   (typedef-79.5)

@@ -81870,8 +82330,8 @@

9.104. The complex type group[siri:ControlActionPayloadGroup]/groupsOf

-
-

9.105. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions/RemovedControlActions#complexType (typedef-72.6) +
+

9.105. The complex type group[siri:ControlActionPayloadGroup]/groupsOfControlActions/GroupOfControlActions/RemovedControlActions#complexType (typedef-79.6)

@@ -81891,7 +82351,7 @@

9.105. The complex type group[siri:ControlActionPayloadGroup]/groupsOf
  /groupsOfControlActions/GroupOfControlActions/RemovedControlActions #complexType
-   (typedef-72.6) +   (typedef-79.6)

@@ -81933,8 +82393,8 @@

9.105. The complex type group[siri:ControlActionPayloadGroup]/groupsOf

-
-

9.106. The complex type group[siri:ControlActionPayloadGroup]/revokedControlActions#complexType (typedef-72.7) +
+

9.106. The complex type group[siri:ControlActionPayloadGroup]/revokedControlActions#complexType (typedef-79.7)

@@ -81954,7 +82414,7 @@

9.106. The complex type group[siri:ControlActionPayloadGroup]/revokedC
  /revokedControlActions #complexType
-   (typedef-72.7) +   (typedef-79.7)

@@ -81996,8 +82456,8 @@

9.106. The complex type group[siri:ControlActionPayloadGroup]/revokedC

@@ -81984,7 +82444,7 @@

9.106. The complex type group[siri:ControlActionPayloadGroup]/revokedC

- +local-type: typedef-72.8 + +local-type: typedef-79.8

-
-

9.107. The complex type group[siri:ControlActionPayloadGroup]/revokedControlActions/RevokedControlAction#complexType (typedef-72.8) +
+

9.107. The complex type group[siri:ControlActionPayloadGroup]/revokedControlActions/RevokedControlAction#complexType (typedef-79.8)

@@ -82017,7 +82477,7 @@

9.107. The complex type group[siri:ControlActionPayloadGroup]/revokedC
  /revokedControlActions/RevokedControlAction #complexType
-   (typedef-72.8) +   (typedef-79.8)

@@ -82150,8 +82610,8 @@

9.107. The complex type group[siri:ControlActionPayloadGroup]/revokedC

-
-

9.108. The complex type group[siri:ControlActionPayloadGroup]/driverMessages#complexType (typedef-72.9) +
+

9.108. The complex type group[siri:ControlActionPayloadGroup]/driverMessages#complexType (typedef-79.9)

@@ -82171,7 +82631,7 @@

9.108. The complex type group[siri:ControlActionPayloadGroup]/driverMe
  /driverMessages #complexType
-   (typedef-72.9) +   (typedef-79.9)

@@ -82213,8 +82673,8 @@

9.108. The complex type group[siri:ControlActionPayloadGroup]/driverMe

-
-

9.109. The complex type group[siri:ControlActionPayloadGroup]/vehicleDetectings#complexType (typedef-72.10) +
+

9.109. The complex type group[siri:ControlActionPayloadGroup]/vehicleDetectings#complexType (typedef-79.10)

@@ -82234,7 +82694,7 @@

9.109. The complex type group[siri:ControlActionPayloadGroup]/vehicleD
  /vehicleDetectings #complexType
-   (typedef-72.10) +   (typedef-79.10)

@@ -82276,8 +82736,8 @@

9.109. The complex type group[siri:ControlActionPayloadGroup]/vehicleD

-
-

9.110. The complex type group[siri:ControlActionTopicGroup]/Lines#complexType (typedef-72.1) +
+

9.110. The complex type group[siri:ControlActionTopicGroup]/Lines#complexType (typedef-79.1)

@@ -82297,7 +82757,7 @@

9.110. The complex type group[siri:ControlActionTopicGroup]/Lines#comp
  /Lines #complexType
-   (typedef-72.1) +   (typedef-79.1)

@@ -82339,8 +82799,8 @@

9.110. The complex type group[siri:ControlActionTopicGroup]/Lines#comp

-
-

9.111. The complex type group[siri:ControlActionTopicGroup]/Lines#complexType (typedef-72.1) +
+

9.111. The complex type group[siri:ControlActionTopicGroup]/Lines#complexType (typedef-79.1)

@@ -82360,7 +82820,7 @@

9.111. The complex type group[siri:ControlActionTopicGroup]/Lines#comp
  /Lines #complexType
-   (typedef-72.1) +   (typedef-79.1)

@@ -82402,8 +82862,8 @@

9.111. The complex type group[siri:ControlActionTopicGroup]/Lines#comp

-
-

9.112. The complex type complexType[siri:ControlActionServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-72.11) +
+

9.112. The complex type complexType[siri:ControlActionServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-79.11)

@@ -82423,7 +82883,7 @@

9.112. The complex type complexType[siri:ControlActionServiceCapabilit
  /TopicFiltering #complexType
-   (typedef-72.11) +   (typedef-79.11)

@@ -82555,8 +83015,8 @@

9.112. The complex type complexType[siri:ControlActionServiceCapabilit

-
-

9.113. The complex type complexType[siri:ControlActionServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-72.12) +
+

9.113. The complex type complexType[siri:ControlActionServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-79.12)

@@ -82576,7 +83036,7 @@

9.113. The complex type complexType[siri:ControlActionServiceCapabilit
  /RequestPolicy #complexType
-   (typedef-72.12) +   (typedef-79.12)

@@ -82794,8 +83254,8 @@

9.113. The complex type complexType[siri:ControlActionServiceCapabilit

-
-

9.114. The complex type complexType[siri:ControlActionServiceCapabilitiesStructure]/ResponseFeatures#complexType (typedef-72.13) +
+

9.114. The complex type complexType[siri:ControlActionServiceCapabilitiesStructure]/ResponseFeatures#complexType (typedef-79.13)

@@ -82815,7 +83275,7 @@

9.114. The complex type complexType[siri:ControlActionServiceCapabilit
  /ResponseFeatures #complexType
-   (typedef-72.13) +   (typedef-79.13)

@@ -82852,8 +83312,8 @@

9.114. The complex type complexType[siri:ControlActionServiceCapabilit

-
-

9.115. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-10.1) +
+

9.115. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-61.1)

@@ -82873,7 +83333,7 @@

9.115. The complex type complexType[siri:AbstractPermissionStructure]/
  /GeneralCapabilities #complexType
-   (typedef-10.1) +   (typedef-61.1)

@@ -82941,8 +83401,8 @@

9.115. The complex type complexType[siri:AbstractPermissionStructure]/

-
-

9.116. The complex type element[siri:OperatorPermissions]#complexType (typedef-27.2) +
+

9.116. The complex type element[siri:OperatorPermissions]#complexType (typedef-2.2)

@@ -82962,7 +83422,7 @@

9.116. The complex type element[siri:OperatorPermissions]#complexType
  #complexType
-   (typedef-27.2) +   (typedef-2.2)

@@ -83047,8 +83507,8 @@

9.116. The complex type element[siri:OperatorPermissions]#complexType

-
-

9.117. The complex type element[siri:LinePermissions]#complexType (typedef-27.1) +
+

9.117. The complex type element[siri:LinePermissions]#complexType (typedef-2.1)

@@ -83068,7 +83528,7 @@

9.117. The complex type element[siri:LinePermissions]#complexType (typ
  #complexType
-   (typedef-27.1) +   (typedef-2.1)

@@ -83153,8 +83613,8 @@

9.117. The complex type element[siri:LinePermissions]#complexType (typ

-
-

9.118. The complex type complexType[siri:ControlActionStructure]/SituationDescription#complexType (typedef-72.15) +
+

9.118. The complex type complexType[siri:ControlActionStructure]/SituationDescription#complexType (typedef-79.15)

@@ -83174,7 +83634,7 @@

9.118. The complex type complexType[siri:ControlActionStructure]/Situa
  /SituationDescription #complexType
-   (typedef-72.15) +   (typedef-79.15)

@@ -83346,7 +83806,7 @@

9.118. The complex type complexType[siri:ControlActionStructure]/Situa

@@ -83358,8 +83818,8 @@

9.118. The complex type complexType[siri:ControlActionStructure]/Situa

@@ -83325,7 +83785,7 @@

9.118. The complex type complexType[siri:ControlActionStructure]/Situa

- +local-type: typedef-34.14 + +local-type: typedef-11.14

- +local-type: typedef-34.16 + +local-type: typedef-11.16

-
-

9.119. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-34.14) +
+

9.119. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-11.14)

@@ -83379,7 +83839,7 @@

9.119. The complex type group[siri:DescriptionGroup]/Images#complexTyp
  /Images #complexType
-   (typedef-34.14) +   (typedef-11.14)

@@ -83421,8 +83881,8 @@

9.119. The complex type group[siri:DescriptionGroup]/Images#complexTyp

@@ -83409,7 +83869,7 @@

9.119. The complex type group[siri:DescriptionGroup]/Images#complexTyp

- +local-type: typedef-34.15 + +local-type: typedef-11.15

-
-

9.120. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-34.15) +
+

9.120. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-11.15)

@@ -83442,7 +83902,7 @@

9.120. The complex type group[siri:DescriptionGroup]/Images/Image#comp
  /Images/Image #complexType
-   (typedef-34.15) +   (typedef-11.15)

@@ -83557,8 +84017,8 @@

9.120. The complex type group[siri:DescriptionGroup]/Images/Image#comp

-
-

9.121. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-34.16) +
+

9.121. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-11.16)

@@ -83578,7 +84038,7 @@

9.121. The complex type group[siri:DescriptionGroup]/InfoLinks#complex
  /InfoLinks #complexType
-   (typedef-34.16) +   (typedef-11.16)

@@ -83620,8 +84080,8 @@

9.121. The complex type group[siri:DescriptionGroup]/InfoLinks#complex

-
-

9.122. The complex type complexType[siri:DriverMessageStructure]/MessageContents#complexType (typedef-72.16) +
+

9.122. The complex type complexType[siri:DriverMessageStructure]/MessageContents#complexType (typedef-79.16)

@@ -83641,7 +84101,7 @@

9.122. The complex type complexType[siri:DriverMessageStructure]/Messa
  /MessageContents #complexType
-   (typedef-72.16) +   (typedef-79.16)

@@ -83683,8 +84143,8 @@

9.122. The complex type complexType[siri:DriverMessageStructure]/Messa

-
-

9.123. The complex type complexType[siri:DriverMessageStructure]/DriverScope#complexType (typedef-72.17) +
+

9.123. The complex type complexType[siri:DriverMessageStructure]/DriverScope#complexType (typedef-79.17)

@@ -83704,7 +84164,7 @@

9.123. The complex type complexType[siri:DriverMessageStructure]/Drive
  /DriverScope #complexType
-   (typedef-72.17) +   (typedef-79.17)

@@ -86259,7 +86719,7 @@

10.29. The group siri:SiriDiscoveryIndexGroup

@@ -87027,7 +87487,7 @@

10.31. The group siri:SiriReferenceDiscoveryRequestGroup

@@ -87089,7 +87549,7 @@

10.31. The group siri:SiriReferenceDiscoveryRequestGroup

@@ -92109,8 +92569,8 @@

10.50. The complex type siri:VehicleFeaturesRequestStructure

@@ -86197,7 +86657,7 @@

10.29. The group siri:SiriDiscoveryIndexGroup

- +local-type: typedef-86.1 + +local-type: typedef-73.1

- +local-type: typedef-86.2 + +local-type: typedef-73.2

- +local-type: typedef-86.1 + +local-type: typedef-73.1

- +local-type: typedef-86.2 + +local-type: typedef-73.2

-
-

10.51. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-86.2) +
+

10.51. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-73.2)

@@ -92130,7 +92590,7 @@

10.51. The complex type element[siri:ServiceFeaturesRequest]#complexTy
  #complexType
-   (typedef-86.2) +   (typedef-73.2)

@@ -92348,8 +92808,8 @@

10.51. The complex type element[siri:ServiceFeaturesRequest]#complexTy

-
-

10.52. The complex type element[siri:StopPointsRequest]#complexType (typedef-86.1) +
+

10.52. The complex type element[siri:StopPointsRequest]#complexType (typedef-73.1)

@@ -92369,7 +92829,7 @@

10.52. The complex type element[siri:StopPointsRequest]#complexType (t
  #complexType
-   (typedef-86.1) +   (typedef-73.1)

@@ -92759,8 +93219,8 @@

10.52. The complex type element[siri:StopPointsRequest]#complexType (t

-
-

10.53. The complex type element[siri:StopPointsRequest]#complexType (typedef-86.1) +
+

10.53. The complex type element[siri:StopPointsRequest]#complexType (typedef-73.1)

@@ -92780,7 +93240,7 @@

10.53. The complex type element[siri:StopPointsRequest]#complexType (t
  #complexType
-   (typedef-86.1) +   (typedef-73.1)

@@ -93170,8 +93630,8 @@

10.53. The complex type element[siri:StopPointsRequest]#complexType (t

-
-

10.54. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-86.2) +
+

10.54. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-73.2)

@@ -93191,7 +93651,7 @@

10.54. The complex type element[siri:ServiceFeaturesRequest]#complexTy
  #complexType
-   (typedef-86.2) +   (typedef-73.2)

@@ -93409,8 +93869,8 @@

10.54. The complex type element[siri:ServiceFeaturesRequest]#complexTy

-
-

10.55. The complex type element[siri:StopPointsRequest]#complexType (typedef-86.1) +
+

10.55. The complex type element[siri:StopPointsRequest]#complexType (typedef-73.1)

@@ -93430,7 +93890,7 @@

10.55. The complex type element[siri:StopPointsRequest]#complexType (t
  #complexType
-   (typedef-86.1) +   (typedef-73.1)

@@ -93820,8 +94280,8 @@

10.55. The complex type element[siri:StopPointsRequest]#complexType (t

-
-

10.56. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-86.2) +
+

10.56. The complex type element[siri:ServiceFeaturesRequest]#complexType (typedef-73.2)

@@ -93841,7 +94301,7 @@

10.56. The complex type element[siri:ServiceFeaturesRequest]#complexTy
  #complexType
-   (typedef-86.2) +   (typedef-73.2)

@@ -100830,7 +101290,7 @@

12.21. The complex type siri:FacilityMonitoringServiceCapabilitiesStru

@@ -100854,7 +101314,7 @@

12.21. The complex type siri:FacilityMonitoringServiceCapabilitiesStru

@@ -100902,7 +101362,7 @@

12.21. The complex type siri:FacilityMonitoringServiceCapabilitiesStru

@@ -100926,7 +101386,7 @@

12.21. The complex type siri:FacilityMonitoringServiceCapabilitiesStru

@@ -101085,7 +101545,7 @@

12.22. The complex type siri:FacilityMonitoringServicePermissionStruct

@@ -101119,7 +101579,7 @@

12.22. The complex type siri:FacilityMonitoringServicePermissionStruct

@@ -101148,7 +101608,7 @@

12.22. The complex type siri:FacilityMonitoringServicePermissionStruct

@@ -101404,8 +101864,8 @@

12.23. The complex type siri:FacilityMonitoringSubscriptionStructure -
-

12.24. The complex type element[siri:FacilityMonitoringPermissions]#complexType (typedef-73.5) +
+

12.24. The complex type element[siri:FacilityMonitoringPermissions]#complexType (typedef-86.5)

@@ -99633,7 +100093,7 @@

12.17. The complex type siri:FacilityMonitoringCapabilitiesResponseStr

- +local-type: typedef-73.5 + +local-type: typedef-86.5

- +local-type: typedef-73.1 + +local-type: typedef-86.1

- +local-type: typedef-73.2 + +local-type: typedef-86.2

- +local-type: typedef-73.3 + +local-type: typedef-86.3

- +local-type: typedef-73.4 + +local-type: typedef-86.4

- +local-type: typedef-10.1 + +local-type: typedef-61.1

- +local-type: typedef-27.2 + +local-type: typedef-2.2

- +local-type: typedef-27.1 + +local-type: typedef-2.1

@@ -101425,7 +101885,7 @@

12.24. The complex type element[siri:FacilityMonitoringPermissions]#co
  #complexType
-   (typedef-73.5) +   (typedef-86.5)

@@ -101499,8 +101959,8 @@

12.24. The complex type element[siri:FacilityMonitoringPermissions]#co

-
-

12.25. The complex type element[siri:FacilityMonitoringPermissions]#complexType (typedef-73.5) +
+

12.25. The complex type element[siri:FacilityMonitoringPermissions]#complexType (typedef-86.5)

@@ -101520,7 +101980,7 @@

12.25. The complex type element[siri:FacilityMonitoringPermissions]#co
  #complexType
-   (typedef-73.5) +   (typedef-86.5)

@@ -101594,8 +102054,8 @@

12.25. The complex type element[siri:FacilityMonitoringPermissions]#co

-
-

12.26. The complex type complexType[siri:FacilityMonitoringServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-73.1) +
+

12.26. The complex type complexType[siri:FacilityMonitoringServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-86.1)

@@ -101615,7 +102075,7 @@

12.26. The complex type complexType[siri:FacilityMonitoringServiceCapa
  /TopicFiltering #complexType
-   (typedef-73.1) +   (typedef-86.1)

@@ -101880,8 +102340,8 @@

12.26. The complex type complexType[siri:FacilityMonitoringServiceCapa

-
-

12.27. The complex type complexType[siri:FacilityMonitoringServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-73.2) +
+

12.27. The complex type complexType[siri:FacilityMonitoringServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-86.2)

@@ -101901,7 +102361,7 @@

12.27. The complex type complexType[siri:FacilityMonitoringServiceCapa
  /RequestPolicy #complexType
-   (typedef-73.2) +   (typedef-86.2)

@@ -102073,8 +102533,8 @@

12.27. The complex type complexType[siri:FacilityMonitoringServiceCapa

-
-

12.28. The complex type complexType[siri:FacilityMonitoringServiceCapabilitiesStructure]/AccessControl#complexType (typedef-73.3) +
+

12.28. The complex type complexType[siri:FacilityMonitoringServiceCapabilitiesStructure]/AccessControl#complexType (typedef-86.3)

@@ -102094,7 +102554,7 @@

12.28. The complex type complexType[siri:FacilityMonitoringServiceCapa
  /AccessControl #complexType
-   (typedef-73.3) +   (typedef-86.3)

@@ -102195,8 +102655,8 @@

12.28. The complex type complexType[siri:FacilityMonitoringServiceCapa

-
-

12.29. The complex type complexType[siri:FacilityMonitoringServiceCapabilitiesStructure]/ResponseFeatures#complexType (typedef-73.4) +
+

12.29. The complex type complexType[siri:FacilityMonitoringServiceCapabilitiesStructure]/ResponseFeatures#complexType (typedef-86.4)

@@ -102216,7 +102676,7 @@

12.29. The complex type complexType[siri:FacilityMonitoringServiceCapa
  /ResponseFeatures #complexType
-   (typedef-73.4) +   (typedef-86.4)

@@ -102276,8 +102736,8 @@

12.29. The complex type complexType[siri:FacilityMonitoringServiceCapa

-
-

12.30. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-10.1) +
+

12.30. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-61.1)

@@ -102297,7 +102757,7 @@

12.30. The complex type complexType[siri:AbstractPermissionStructure]/
  /GeneralCapabilities #complexType
-   (typedef-10.1) +   (typedef-61.1)

@@ -102365,8 +102825,8 @@

12.30. The complex type complexType[siri:AbstractPermissionStructure]/

-
-

12.31. The complex type element[siri:OperatorPermissions]#complexType (typedef-27.2) +
+

12.31. The complex type element[siri:OperatorPermissions]#complexType (typedef-2.2)

@@ -102386,7 +102846,7 @@

12.31. The complex type element[siri:OperatorPermissions]#complexType
  #complexType
-   (typedef-27.2) +   (typedef-2.2)

@@ -102471,8 +102931,8 @@

12.31. The complex type element[siri:OperatorPermissions]#complexType

-
-

12.32. The complex type element[siri:LinePermissions]#complexType (typedef-27.1) +
+

12.32. The complex type element[siri:LinePermissions]#complexType (typedef-2.1)

@@ -102492,7 +102952,7 @@

12.32. The complex type element[siri:LinePermissions]#complexType (typ
  #complexType
-   (typedef-27.1) +   (typedef-2.1)

@@ -104614,7 +105074,7 @@

13.22. The complex type siri:GeneralMessageServiceCapabilitiesStructur

@@ -104796,7 +105256,7 @@

13.23. The complex type siri:GeneralMessageServicePermissionStructure<

@@ -104829,7 +105289,7 @@

13.23. The complex type siri:GeneralMessageServicePermissionStructure<

@@ -105655,8 +106115,8 @@

13.28. The complex type siri:InfoMessageStructure

@@ -103671,7 +104131,7 @@

13.17. The complex type siri:GeneralMessageCapabilitiesResponseStructu

- +local-type: typedef-84.2 + +local-type: typedef-81.2

- +local-type: typedef-84.1 + +local-type: typedef-81.1

- +local-type: typedef-10.1 + +local-type: typedef-61.1

- +local-type: typedef-84.3 + +local-type: typedef-81.3

-
-

13.29. The complex type element[siri:GeneralMessagePermissions]#complexType (typedef-84.2) +
+

13.29. The complex type element[siri:GeneralMessagePermissions]#complexType (typedef-81.2)

@@ -105676,7 +106136,7 @@

13.29. The complex type element[siri:GeneralMessagePermissions]#comple
  #complexType
-   (typedef-84.2) +   (typedef-81.2)

@@ -105750,8 +106210,8 @@

13.29. The complex type element[siri:GeneralMessagePermissions]#comple

-
-

13.30. The complex type element[siri:GeneralMessagePermissions]#complexType (typedef-84.2) +
+

13.30. The complex type element[siri:GeneralMessagePermissions]#complexType (typedef-81.2)

@@ -105771,7 +106231,7 @@

13.30. The complex type element[siri:GeneralMessagePermissions]#comple
  #complexType
-   (typedef-84.2) +   (typedef-81.2)

@@ -105845,8 +106305,8 @@

13.30. The complex type element[siri:GeneralMessagePermissions]#comple

-
-

13.31. The complex type complexType[siri:GeneralMessageServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-84.1) +
+

13.31. The complex type complexType[siri:GeneralMessageServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-81.1)

@@ -105866,7 +106326,7 @@

13.31. The complex type complexType[siri:GeneralMessageServiceCapabili
  /TopicFiltering #complexType
-   (typedef-84.1) +   (typedef-81.1)

@@ -105932,8 +106392,8 @@

13.31. The complex type complexType[siri:GeneralMessageServiceCapabili

-
-

13.32. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-10.1) +
+

13.32. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-61.1)

@@ -105953,7 +106413,7 @@

13.32. The complex type complexType[siri:AbstractPermissionStructure]/
  /GeneralCapabilities #complexType
-   (typedef-10.1) +   (typedef-61.1)

@@ -106021,8 +106481,8 @@

13.32. The complex type complexType[siri:AbstractPermissionStructure]/

-
-

13.33. The complex type complexType[siri:GeneralMessageServicePermissionStructure]/InfoChannelPermissions#complexType (typedef-84.3) +
+

13.33. The complex type complexType[siri:GeneralMessageServicePermissionStructure]/InfoChannelPermissions#complexType (typedef-81.3)

@@ -106042,7 +106502,7 @@

13.33. The complex type complexType[siri:GeneralMessageServicePermissi
  /InfoChannelPermissions #complexType
-   (typedef-84.3) +   (typedef-81.3)

@@ -110269,7 +110729,7 @@

14.30. The complex type siri:DatedVehicleJourneyStructure

@@ -110293,7 +110753,7 @@

14.30. The complex type siri:DatedVehicleJourneyStructure

@@ -110314,7 +110774,7 @@

14.30. The complex type siri:DatedVehicleJourneyStructure

@@ -110335,7 +110795,7 @@

14.30. The complex type siri:DatedVehicleJourneyStructure

@@ -110363,7 +110823,7 @@

14.30. The complex type siri:DatedVehicleJourneyStructure

@@ -111078,7 +111538,7 @@

14.32. The complex type siri:RemovedDatedVehicleJourneyStructure

@@ -113113,8 +113573,8 @@

14.36. The complex type siri:ToServiceJourneyInterchangeStructure -
-

14.37. The complex type group[siri:DatedTrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-28.6) +
+

14.37. The complex type group[siri:DatedTrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-8.6)

@@ -110248,7 +110708,7 @@

14.30. The complex type siri:DatedVehicleJourneyStructure

- +local-type: typedef-28.6 + +local-type: typedef-8.6

- +local-type: typedef-28.7 + +local-type: typedef-8.7

- +local-type: typedef-18.2 + +local-type: typedef-24.2

- +local-type: typedef-18.3 + +local-type: typedef-24.3

- +local-type: typedef-18.4 + +local-type: typedef-24.4

- +local-type: typedef-21.1 + +local-type: typedef-3.1

- +local-type: typedef-21.2 + +local-type: typedef-3.2

@@ -113134,7 +113594,7 @@

14.37. The complex type group[siri:DatedTrainOperationalInfoGroup]/Tra
  /TrainNumbers #complexType
-   (typedef-28.6) +   (typedef-8.6)

@@ -113176,8 +113636,8 @@

14.37. The complex type group[siri:DatedTrainOperationalInfoGroup]/Tra

-
-

14.38. The complex type group[siri:DatedTrainOperationalInfoGroup]/JourneyParts#complexType (typedef-28.7) +
+

14.38. The complex type group[siri:DatedTrainOperationalInfoGroup]/JourneyParts#complexType (typedef-8.7)

@@ -113197,7 +113657,7 @@

14.38. The complex type group[siri:DatedTrainOperationalInfoGroup]/Jou
  /JourneyParts #complexType
-   (typedef-28.7) +   (typedef-8.7)

@@ -113239,8 +113699,8 @@

14.38. The complex type group[siri:DatedTrainOperationalInfoGroup]/Jou

-
-

14.39. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-18.2) +
+

14.39. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-24.2)

@@ -113260,7 +113720,7 @@

14.39. The complex type group[siri:JourneyFormationGroup]/TrainElement
  /TrainElements #complexType
-   (typedef-18.2) +   (typedef-24.2)

@@ -113347,8 +113807,8 @@

14.39. The complex type group[siri:JourneyFormationGroup]/TrainElement

-
-

14.40. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-18.3) +
+

14.40. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-24.3)

@@ -113368,7 +113828,7 @@

14.40. The complex type group[siri:JourneyFormationGroup]/Trains#compl
  /Trains #complexType
-   (typedef-18.3) +   (typedef-24.3)

@@ -113455,8 +113915,8 @@

14.40. The complex type group[siri:JourneyFormationGroup]/Trains#compl

-
-

14.41. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-18.4) +
+

14.41. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-24.4)

@@ -113476,7 +113936,7 @@

14.41. The complex type group[siri:JourneyFormationGroup]/CompoundTrai
  /CompoundTrains #complexType
-   (typedef-18.4) +   (typedef-24.4)

@@ -113563,8 +114023,8 @@

14.41. The complex type group[siri:JourneyFormationGroup]/CompoundTrai

-
-

14.42. The complex type complexType[siri:DatedVehicleJourneyStructure]/DatedCalls#complexType (typedef-21.1) +
+

14.42. The complex type complexType[siri:DatedVehicleJourneyStructure]/DatedCalls#complexType (typedef-3.1)

@@ -113584,7 +114044,7 @@

14.42. The complex type complexType[siri:DatedVehicleJourneyStructure]
  /DatedCalls #complexType
-   (typedef-21.1) +   (typedef-3.1)

@@ -113627,8 +114087,8 @@

14.42. The complex type complexType[siri:DatedVehicleJourneyStructure]

-
-

14.43. The complex type complexType[siri:RemovedDatedVehicleJourneyStructure]/TrainNumbers#complexType (typedef-21.2) +
+

14.43. The complex type complexType[siri:RemovedDatedVehicleJourneyStructure]/TrainNumbers#complexType (typedef-3.2)

@@ -113648,7 +114108,7 @@

14.43. The complex type complexType[siri:RemovedDatedVehicleJourneyStr
  /TrainNumbers #complexType
-   (typedef-21.2) +   (typedef-3.2)

@@ -119128,7 +119588,7 @@

15.13. The complex type siri:EstimatedVehicleJourneyStructure

@@ -119152,7 +119612,7 @@

15.13. The complex type siri:EstimatedVehicleJourneyStructure

@@ -119173,7 +119633,7 @@

15.13. The complex type siri:EstimatedVehicleJourneyStructure

@@ -119194,7 +119654,7 @@

15.13. The complex type siri:EstimatedVehicleJourneyStructure

@@ -119218,7 +119678,7 @@

15.13. The complex type siri:EstimatedVehicleJourneyStructure

@@ -119242,7 +119702,7 @@

15.13. The complex type siri:EstimatedVehicleJourneyStructure

@@ -120624,8 +121084,8 @@

15.15. The complex type siri:WillWaitStructure

@@ -119107,7 +119567,7 @@

15.13. The complex type siri:EstimatedVehicleJourneyStructure

- +local-type: typedef-28.4 + +local-type: typedef-8.4

- +local-type: typedef-28.5 + +local-type: typedef-8.5

- +local-type: typedef-18.2 + +local-type: typedef-24.2

- +local-type: typedef-18.3 + +local-type: typedef-24.3

- +local-type: typedef-18.4 + +local-type: typedef-24.4

- +local-type: typedef-36.1 + +local-type: typedef-16.1

- +local-type: typedef-36.2 + +local-type: typedef-16.2

-
-

15.16. The complex type group[siri:TrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-28.4) +
+

15.16. The complex type group[siri:TrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-8.4)

@@ -120645,7 +121105,7 @@

15.16. The complex type group[siri:TrainOperationalInfoGroup]/TrainNum
  /TrainNumbers #complexType
-   (typedef-28.4) +   (typedef-8.4)

@@ -120687,8 +121147,8 @@

15.16. The complex type group[siri:TrainOperationalInfoGroup]/TrainNum

-
-

15.17. The complex type group[siri:TrainOperationalInfoGroup]/JourneyParts#complexType (typedef-28.5) +
+

15.17. The complex type group[siri:TrainOperationalInfoGroup]/JourneyParts#complexType (typedef-8.5)

@@ -120708,7 +121168,7 @@

15.17. The complex type group[siri:TrainOperationalInfoGroup]/JourneyP
  /JourneyParts #complexType
-   (typedef-28.5) +   (typedef-8.5)

@@ -120750,8 +121210,8 @@

15.17. The complex type group[siri:TrainOperationalInfoGroup]/JourneyP

-
-

15.18. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-18.2) +
+

15.18. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-24.2)

@@ -120771,7 +121231,7 @@

15.18. The complex type group[siri:JourneyFormationGroup]/TrainElement
  /TrainElements #complexType
-   (typedef-18.2) +   (typedef-24.2)

@@ -120858,8 +121318,8 @@

15.18. The complex type group[siri:JourneyFormationGroup]/TrainElement

-
-

15.19. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-18.3) +
+

15.19. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-24.3)

@@ -120879,7 +121339,7 @@

15.19. The complex type group[siri:JourneyFormationGroup]/Trains#compl
  /Trains #complexType
-   (typedef-18.3) +   (typedef-24.3)

@@ -120966,8 +121426,8 @@

15.19. The complex type group[siri:JourneyFormationGroup]/Trains#compl

-
-

15.20. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-18.4) +
+

15.20. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-24.4)

@@ -120987,7 +121447,7 @@

15.20. The complex type group[siri:JourneyFormationGroup]/CompoundTrai
  /CompoundTrains #complexType
-   (typedef-18.4) +   (typedef-24.4)

@@ -121074,8 +121534,8 @@

15.20. The complex type group[siri:JourneyFormationGroup]/CompoundTrai

-
-

15.21. The complex type complexType[siri:EstimatedVehicleJourneyStructure]/RecordedCalls#complexType (typedef-36.1) +
+

15.21. The complex type complexType[siri:EstimatedVehicleJourneyStructure]/RecordedCalls#complexType (typedef-16.1)

@@ -121095,7 +121555,7 @@

15.21. The complex type complexType[siri:EstimatedVehicleJourneyStruct
  /RecordedCalls #complexType
-   (typedef-36.1) +   (typedef-16.1)

@@ -121138,8 +121598,8 @@

15.21. The complex type complexType[siri:EstimatedVehicleJourneyStruct

-
-

15.22. The complex type complexType[siri:EstimatedVehicleJourneyStructure]/EstimatedCalls#complexType (typedef-36.2) +
+

15.22. The complex type complexType[siri:EstimatedVehicleJourneyStructure]/EstimatedCalls#complexType (typedef-16.2)

@@ -121159,7 +121619,7 @@

15.22. The complex type complexType[siri:EstimatedVehicleJourneyStruct
  /EstimatedCalls #complexType
-   (typedef-36.2) +   (typedef-16.2)

@@ -126342,7 +126802,7 @@

17.15. The group siri:FacilityAccessibilityGroup

@@ -127039,7 +127499,7 @@

17.19. The complex type siri:EquipmentAvailabilityStructure

@@ -127323,7 +127783,7 @@

17.21. The complex type siri:FacilityConditionStructure

@@ -128258,7 +128718,7 @@

17.25. The complex type siri:FacilityStructure

@@ -128378,7 +128838,7 @@

17.25. The complex type siri:FacilityStructure

@@ -128399,7 +128859,7 @@

17.25. The complex type siri:FacilityStructure

@@ -128810,7 +129270,7 @@

17.27. The complex type siri:MonitoredCountingStructure

@@ -129317,8 +129777,8 @@

17.31. The complex type siri:TypeOfVehicleFuelStructure

@@ -126321,7 +126781,7 @@

17.15. The group siri:FacilityAccessibilityGroup

- +local-type: typedef-22.2 + +local-type: typedef-26.2

- +local-type: typedef-22.3 + +local-type: typedef-26.3

- +local-type: typedef-22.6 + +local-type: typedef-26.6

- +local-type: typedef-22.5 + +local-type: typedef-26.5

- +local-type: typedef-22.1 + +local-type: typedef-26.1

- +local-type: typedef-22.2 + +local-type: typedef-26.2

- +local-type: typedef-22.3 + +local-type: typedef-26.3

- +local-type: typedef-22.4 + +local-type: typedef-26.4

-
-

17.32. The complex type group[siri:FacilityAccessibilityGroup]/Limitations#complexType (typedef-22.2) +
+

17.32. The complex type group[siri:FacilityAccessibilityGroup]/Limitations#complexType (typedef-26.2)

@@ -129338,7 +129798,7 @@

17.32. The complex type group[siri:FacilityAccessibilityGroup]/Limitat
  /Limitations #complexType
-   (typedef-22.2) +   (typedef-26.2)

@@ -129494,8 +129954,8 @@

17.32. The complex type group[siri:FacilityAccessibilityGroup]/Limitat

-
-

17.33. The complex type group[siri:FacilityAccessibilityGroup]/Suitabilities#complexType (typedef-22.3) +
+

17.33. The complex type group[siri:FacilityAccessibilityGroup]/Suitabilities#complexType (typedef-26.3)

@@ -129515,7 +129975,7 @@

17.33. The complex type group[siri:FacilityAccessibilityGroup]/Suitabi
  /Suitabilities #complexType
-   (typedef-22.3) +   (typedef-26.3)

@@ -129557,8 +130017,8 @@

17.33. The complex type group[siri:FacilityAccessibilityGroup]/Suitabi

-
-

17.34. The complex type complexType[siri:EquipmentAvailabilityStructure]/EquipmentFeatures#complexType (typedef-22.6) +
+

17.34. The complex type complexType[siri:EquipmentAvailabilityStructure]/EquipmentFeatures#complexType (typedef-26.6)

@@ -129578,7 +130038,7 @@

17.34. The complex type complexType[siri:EquipmentAvailabilityStructur
  /EquipmentFeatures #complexType
-   (typedef-22.6) +   (typedef-26.6)

@@ -129620,8 +130080,8 @@

17.34. The complex type complexType[siri:EquipmentAvailabilityStructur

-
-

17.35. The complex type complexType[siri:FacilityConditionStructure]/MonitoredCounting#complexType (typedef-22.5) +
+

17.35. The complex type complexType[siri:FacilityConditionStructure]/MonitoredCounting#complexType (typedef-26.5)

@@ -129641,7 +130101,7 @@

17.35. The complex type complexType[siri:FacilityConditionStructure]/M
  /MonitoredCounting #complexType
-   (typedef-22.5) +   (typedef-26.5)

@@ -129934,8 +130394,8 @@

17.35. The complex type complexType[siri:FacilityConditionStructure]/M

@@ -129897,7 +130357,7 @@

17.35. The complex type complexType[siri:FacilityConditionStructure]/M

- +local-type: typedef-22.4 + +local-type: typedef-26.4

-
-

17.36. The complex type complexType[siri:MonitoredCountingStructure]/CountedItemsIdList#complexType (typedef-22.4) +
+

17.36. The complex type complexType[siri:MonitoredCountingStructure]/CountedItemsIdList#complexType (typedef-26.4)

@@ -129955,7 +130415,7 @@

17.36. The complex type complexType[siri:MonitoredCountingStructure]/C
  /CountedItemsIdList #complexType
-   (typedef-22.4) +   (typedef-26.4)

@@ -129998,8 +130458,8 @@

17.36. The complex type complexType[siri:MonitoredCountingStructure]/C

-
-

17.37. The complex type complexType[siri:FacilityStructure]/Features#complexType (typedef-22.1) +
+

17.37. The complex type complexType[siri:FacilityStructure]/Features#complexType (typedef-26.1)

@@ -130019,7 +130479,7 @@

17.37. The complex type complexType[siri:FacilityStructure]/Features#c
  /Features #complexType
-   (typedef-22.1) +   (typedef-26.1)

@@ -130061,8 +130521,8 @@

17.37. The complex type complexType[siri:FacilityStructure]/Features#c

-
-

17.38. The complex type group[siri:FacilityAccessibilityGroup]/Limitations#complexType (typedef-22.2) +
+

17.38. The complex type group[siri:FacilityAccessibilityGroup]/Limitations#complexType (typedef-26.2)

@@ -130082,7 +130542,7 @@

17.38. The complex type group[siri:FacilityAccessibilityGroup]/Limitat
  /Limitations #complexType
-   (typedef-22.2) +   (typedef-26.2)

@@ -130238,8 +130698,8 @@

17.38. The complex type group[siri:FacilityAccessibilityGroup]/Limitat

-
-

17.39. The complex type group[siri:FacilityAccessibilityGroup]/Suitabilities#complexType (typedef-22.3) +
+

17.39. The complex type group[siri:FacilityAccessibilityGroup]/Suitabilities#complexType (typedef-26.3)

@@ -130259,7 +130719,7 @@

17.39. The complex type group[siri:FacilityAccessibilityGroup]/Suitabi
  /Suitabilities #complexType
-   (typedef-22.3) +   (typedef-26.3)

@@ -130301,8 +130761,8 @@

17.39. The complex type group[siri:FacilityAccessibilityGroup]/Suitabi

-
-

17.40. The complex type complexType[siri:MonitoredCountingStructure]/CountedItemsIdList#complexType (typedef-22.4) +
+

17.40. The complex type complexType[siri:MonitoredCountingStructure]/CountedItemsIdList#complexType (typedef-26.4)

@@ -130322,7 +130782,7 @@

17.40. The complex type complexType[siri:MonitoredCountingStructure]/C
  /CountedItemsIdList #complexType
-   (typedef-22.4) +   (typedef-26.4)

@@ -135473,7 +135933,7 @@

20.65. The group siri:JourneyFormationGroup

@@ -135494,7 +135954,7 @@

20.65. The group siri:JourneyFormationGroup

@@ -135712,7 +136172,7 @@

20.67. The group siri:JourneyRelationInfoGroup

@@ -139290,7 +139750,7 @@

20.83. The group siri:TrainGroup

@@ -139671,7 +140131,7 @@

20.84. The group siri:TrainInCompoundTrainGroup

@@ -140824,7 +141284,7 @@

20.90. The group siri:VehicleTypeGroup

@@ -141002,7 +141462,7 @@

20.90. The group siri:VehicleTypeGroup

@@ -141139,7 +141599,7 @@

20.91. The group siri:VehicleTypePropertiesGroup

@@ -141789,7 +142249,7 @@

20.94. The complex type siri:CompoundTrainStructure

@@ -141967,7 +142427,7 @@

20.94. The complex type siri:CompoundTrainStructure

@@ -141991,7 +142451,7 @@

20.94. The complex type siri:CompoundTrainStructure

@@ -143152,7 +143612,7 @@

20.102. The complex type siri:JourneyRelationStructure

@@ -146171,7 +146631,7 @@

20.113. The complex type siri:RelatedJourneyStructure

@@ -147562,7 +148022,7 @@

20.119. The complex type siri:TrainElementStructure

@@ -147740,7 +148200,7 @@

20.119. The complex type siri:TrainElementStructure

@@ -148173,7 +148633,7 @@

20.120. The complex type siri:TrainInCompoundTrainStructure

@@ -148421,7 +148881,7 @@

20.121. The complex type siri:TrainStructure

@@ -148599,7 +149059,7 @@

20.121. The complex type siri:TrainStructure

@@ -148665,7 +149125,7 @@

20.121. The complex type siri:TrainStructure

@@ -149519,8 +149979,8 @@

20.125. The complex type siri:ViaNameStructure

@@ -131790,12 +132250,12 @@

20.1. Simple type definitions

-

+

attribute[lang]
  #simpleType
-   (typedef-71.1) +   (typedef-36.1)

@@ -135452,7 +135912,7 @@

20.65. The group siri:JourneyFormationGroup

- +local-type: typedef-18.2 + +local-type: typedef-24.2

- +local-type: typedef-18.3 + +local-type: typedef-24.3

- +local-type: typedef-18.4 + +local-type: typedef-24.4

- +local-type: typedef-18.1 + +local-type: typedef-24.1

- +local-type: typedef-18.5 + +local-type: typedef-24.5

- +local-type: typedef-18.7 + +local-type: typedef-24.7

- +local-type: typedef-18.9 + +local-type: typedef-24.9

- +local-type: typedef-18.8 + +local-type: typedef-24.8

- +local-type: typedef-18.9 + +local-type: typedef-24.9

- +local-type: typedef-18.9 + +local-type: typedef-24.9

- +local-type: typedef-18.8 + +local-type: typedef-24.8

- +local-type: typedef-18.6 + +local-type: typedef-24.6

- +local-type: typedef-18.1 + +local-type: typedef-24.1

- +local-type: typedef-18.1 + +local-type: typedef-24.1

- +local-type: typedef-18.9 + +local-type: typedef-24.9

- +local-type: typedef-18.8 + +local-type: typedef-24.8

- +local-type: typedef-18.7 + +local-type: typedef-24.7

- +local-type: typedef-18.9 + +local-type: typedef-24.9

- +local-type: typedef-18.8 + +local-type: typedef-24.8

- +local-type: typedef-18.5 + +local-type: typedef-24.5

-
-

20.126. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-18.2) +
+

20.126. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-24.2)

@@ -149540,7 +150000,7 @@

20.126. The complex type group[siri:JourneyFormationGroup]/TrainElemen
  /TrainElements #complexType
-   (typedef-18.2) +   (typedef-24.2)

@@ -149627,8 +150087,8 @@

20.126. The complex type group[siri:JourneyFormationGroup]/TrainElemen

-
-

20.127. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-18.3) +
+

20.127. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-24.3)

@@ -149648,7 +150108,7 @@

20.127. The complex type group[siri:JourneyFormationGroup]/Trains#comp
  /Trains #complexType
-   (typedef-18.3) +   (typedef-24.3)

@@ -149735,8 +150195,8 @@

20.127. The complex type group[siri:JourneyFormationGroup]/Trains#comp

-
-

20.128. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-18.4) +
+

20.128. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-24.4)

@@ -149756,7 +150216,7 @@

20.128. The complex type group[siri:JourneyFormationGroup]/CompoundTra
  /CompoundTrains #complexType
-   (typedef-18.4) +   (typedef-24.4)

@@ -149843,8 +150303,8 @@

20.128. The complex type group[siri:JourneyFormationGroup]/CompoundTra

-
-

20.129. The complex type group[siri:JourneyRelationInfoGroup]/JourneyParts#complexType (typedef-18.1) +
+

20.129. The complex type group[siri:JourneyRelationInfoGroup]/JourneyParts#complexType (typedef-24.1)

@@ -149864,7 +150324,7 @@

20.129. The complex type group[siri:JourneyRelationInfoGroup]/JourneyP
  /JourneyParts #complexType
-   (typedef-18.1) +   (typedef-24.1)

@@ -149906,8 +150366,8 @@

20.129. The complex type group[siri:JourneyRelationInfoGroup]/JourneyP

-
-

20.130. The complex type group[siri:TrainGroup]/TrainComponents#complexType (typedef-18.5) +
+

20.130. The complex type group[siri:TrainGroup]/TrainComponents#complexType (typedef-24.5)

@@ -149927,7 +150387,7 @@

20.130. The complex type group[siri:TrainGroup]/TrainComponents#comple
  /TrainComponents #complexType
-   (typedef-18.5) +   (typedef-24.5)

@@ -150014,8 +150474,8 @@

20.130. The complex type group[siri:TrainGroup]/TrainComponents#comple

-
-

20.131. The complex type group[siri:TrainInCompoundTrainGroup]/Passages#complexType (typedef-18.7) +
+

20.131. The complex type group[siri:TrainInCompoundTrainGroup]/Passages#complexType (typedef-24.7)

@@ -150035,7 +150495,7 @@

20.131. The complex type group[siri:TrainInCompoundTrainGroup]/Passage
  /Passages #complexType
-   (typedef-18.7) +   (typedef-24.7)

@@ -150077,8 +150537,8 @@

20.131. The complex type group[siri:TrainInCompoundTrainGroup]/Passage

-
-

20.132. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-18.9) +
+

20.132. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-24.9)

@@ -150098,7 +150558,7 @@

20.132. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu
  /MaximumPassengerCapacities #complexType
-   (typedef-18.9) +   (typedef-24.9)

@@ -150140,8 +150600,8 @@

20.132. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu

-
-

20.133. The complex type group[siri:VehicleTypeGroup]/Facilities#complexType (typedef-18.8) +
+

20.133. The complex type group[siri:VehicleTypeGroup]/Facilities#complexType (typedef-24.8)

@@ -150161,7 +150621,7 @@

20.133. The complex type group[siri:VehicleTypeGroup]/Facilities#compl
  /Facilities #complexType
-   (typedef-18.8) +   (typedef-24.8)

@@ -150281,8 +150741,8 @@

20.133. The complex type group[siri:VehicleTypeGroup]/Facilities#compl

-
-

20.134. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-18.9) +
+

20.134. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-24.9)

@@ -150302,7 +150762,7 @@

20.134. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu
  /MaximumPassengerCapacities #complexType
-   (typedef-18.9) +   (typedef-24.9)

@@ -150344,8 +150804,8 @@

20.134. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu

-
-

20.135. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-18.9) +
+

20.135. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-24.9)

@@ -150365,7 +150825,7 @@

20.135. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu
  /MaximumPassengerCapacities #complexType
-   (typedef-18.9) +   (typedef-24.9)

@@ -150407,8 +150867,8 @@

20.135. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu

-
-

20.136. The complex type group[siri:VehicleTypeGroup]/Facilities#complexType (typedef-18.8) +
+

20.136. The complex type group[siri:VehicleTypeGroup]/Facilities#complexType (typedef-24.8)

@@ -150428,7 +150888,7 @@

20.136. The complex type group[siri:VehicleTypeGroup]/Facilities#compl
  /Facilities #complexType
-   (typedef-18.8) +   (typedef-24.8)

@@ -150548,8 +151008,8 @@

20.136. The complex type group[siri:VehicleTypeGroup]/Facilities#compl

-
-

20.137. The complex type complexType[siri:CompoundTrainStructure]/TrainsInCompoundTrain#complexType (typedef-18.6) +
+

20.137. The complex type complexType[siri:CompoundTrainStructure]/TrainsInCompoundTrain#complexType (typedef-24.6)

@@ -150569,7 +151029,7 @@

20.137. The complex type complexType[siri:CompoundTrainStructure]/Trai
  /TrainsInCompoundTrain #complexType
-   (typedef-18.6) +   (typedef-24.6)

@@ -150656,8 +151116,8 @@

20.137. The complex type complexType[siri:CompoundTrainStructure]/Trai

-
-

20.138. The complex type group[siri:JourneyRelationInfoGroup]/JourneyParts#complexType (typedef-18.1) +
+

20.138. The complex type group[siri:JourneyRelationInfoGroup]/JourneyParts#complexType (typedef-24.1)

@@ -150677,7 +151137,7 @@

20.138. The complex type group[siri:JourneyRelationInfoGroup]/JourneyP
  /JourneyParts #complexType
-   (typedef-18.1) +   (typedef-24.1)

@@ -150719,8 +151179,8 @@

20.138. The complex type group[siri:JourneyRelationInfoGroup]/JourneyP

-
-

20.139. The complex type group[siri:JourneyRelationInfoGroup]/JourneyParts#complexType (typedef-18.1) +
+

20.139. The complex type group[siri:JourneyRelationInfoGroup]/JourneyParts#complexType (typedef-24.1)

@@ -150740,7 +151200,7 @@

20.139. The complex type group[siri:JourneyRelationInfoGroup]/JourneyP
  /JourneyParts #complexType
-   (typedef-18.1) +   (typedef-24.1)

@@ -150782,8 +151242,8 @@

20.139. The complex type group[siri:JourneyRelationInfoGroup]/JourneyP

-
-

20.140. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-18.9) +
+

20.140. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-24.9)

@@ -150803,7 +151263,7 @@

20.140. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu
  /MaximumPassengerCapacities #complexType
-   (typedef-18.9) +   (typedef-24.9)

@@ -150845,8 +151305,8 @@

20.140. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu

-
-

20.141. The complex type group[siri:VehicleTypeGroup]/Facilities#complexType (typedef-18.8) +
+

20.141. The complex type group[siri:VehicleTypeGroup]/Facilities#complexType (typedef-24.8)

@@ -150866,7 +151326,7 @@

20.141. The complex type group[siri:VehicleTypeGroup]/Facilities#compl
  /Facilities #complexType
-   (typedef-18.8) +   (typedef-24.8)

@@ -150986,8 +151446,8 @@

20.141. The complex type group[siri:VehicleTypeGroup]/Facilities#compl

-
-

20.142. The complex type group[siri:TrainInCompoundTrainGroup]/Passages#complexType (typedef-18.7) +
+

20.142. The complex type group[siri:TrainInCompoundTrainGroup]/Passages#complexType (typedef-24.7)

@@ -151007,7 +151467,7 @@

20.142. The complex type group[siri:TrainInCompoundTrainGroup]/Passage
  /Passages #complexType
-   (typedef-18.7) +   (typedef-24.7)

@@ -151049,8 +151509,8 @@

20.142. The complex type group[siri:TrainInCompoundTrainGroup]/Passage

-
-

20.143. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-18.9) +
+

20.143. The complex type group[siri:VehicleTypePropertiesGroup]/MaximumPassengerCapacities#complexType (typedef-24.9)

@@ -151070,7 +151530,7 @@

20.143. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu
  /MaximumPassengerCapacities #complexType
-   (typedef-18.9) +   (typedef-24.9)

@@ -151112,8 +151572,8 @@

20.143. The complex type group[siri:VehicleTypePropertiesGroup]/Maximu

-
-

20.144. The complex type group[siri:VehicleTypeGroup]/Facilities#complexType (typedef-18.8) +
+

20.144. The complex type group[siri:VehicleTypeGroup]/Facilities#complexType (typedef-24.8)

@@ -151133,7 +151593,7 @@

20.144. The complex type group[siri:VehicleTypeGroup]/Facilities#compl
  /Facilities #complexType
-   (typedef-18.8) +   (typedef-24.8)

@@ -151253,8 +151713,8 @@

20.144. The complex type group[siri:VehicleTypeGroup]/Facilities#compl

-
-

20.145. The complex type group[siri:TrainGroup]/TrainComponents#complexType (typedef-18.5) +
+

20.145. The complex type group[siri:TrainGroup]/TrainComponents#complexType (typedef-24.5)

@@ -151274,7 +151734,7 @@

20.145. The complex type group[siri:TrainGroup]/TrainComponents#comple
  /TrainComponents #complexType
-   (typedef-18.5) +   (typedef-24.5)

@@ -156465,7 +156925,7 @@

22.25. The complex type siri:ConnectionServicePermissionStructure

@@ -156494,7 +156954,7 @@

22.25. The complex type siri:ConnectionServicePermissionStructure

@@ -156523,7 +156983,7 @@

22.25. The complex type siri:ConnectionServicePermissionStructure

@@ -157075,8 +157535,8 @@

22.30. The complex type siri:StopMonitorPermissionStructure

@@ -156431,7 +156891,7 @@

22.25. The complex type siri:ConnectionServicePermissionStructure

- +local-type: typedef-10.1 + +local-type: typedef-61.1

- +local-type: typedef-27.2 + +local-type: typedef-2.2

- +local-type: typedef-27.1 + +local-type: typedef-2.1

- +local-type: typedef-27.3 + +local-type: typedef-2.3

-
-

22.31. The complex type element[siri:ConnectionLinkPermissions]#complexType (typedef-27.3) +
+

22.31. The complex type element[siri:ConnectionLinkPermissions]#complexType (typedef-2.3)

@@ -157096,7 +157556,7 @@

22.31. The complex type element[siri:ConnectionLinkPermissions]#comple
  #complexType
-   (typedef-27.3) +   (typedef-2.3)

@@ -157181,8 +157641,8 @@

22.31. The complex type element[siri:ConnectionLinkPermissions]#comple

-
-

22.32. The complex type element[siri:LinePermissions]#complexType (typedef-27.1) +
+

22.32. The complex type element[siri:LinePermissions]#complexType (typedef-2.1)

@@ -157202,7 +157662,7 @@

22.32. The complex type element[siri:LinePermissions]#complexType (typ
  #complexType
-   (typedef-27.1) +   (typedef-2.1)

@@ -157287,8 +157747,8 @@

22.32. The complex type element[siri:LinePermissions]#complexType (typ

-
-

22.33. The complex type element[siri:OperatorPermissions]#complexType (typedef-27.2) +
+

22.33. The complex type element[siri:OperatorPermissions]#complexType (typedef-2.2)

@@ -157308,7 +157768,7 @@

22.33. The complex type element[siri:OperatorPermissions]#complexType
  #complexType
-   (typedef-27.2) +   (typedef-2.2)

@@ -157393,8 +157853,8 @@

22.33. The complex type element[siri:OperatorPermissions]#complexType

-
-

22.34. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-10.1) +
+

22.34. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-61.1)

@@ -157414,7 +157874,7 @@

22.34. The complex type complexType[siri:AbstractPermissionStructure]/
  /GeneralCapabilities #complexType
-   (typedef-10.1) +   (typedef-61.1)

@@ -157482,8 +157942,8 @@

22.34. The complex type complexType[siri:AbstractPermissionStructure]/

-
-

22.35. The complex type element[siri:OperatorPermissions]#complexType (typedef-27.2) +
+

22.35. The complex type element[siri:OperatorPermissions]#complexType (typedef-2.2)

@@ -157503,7 +157963,7 @@

22.35. The complex type element[siri:OperatorPermissions]#complexType
  #complexType
-   (typedef-27.2) +   (typedef-2.2)

@@ -157588,8 +158048,8 @@

22.35. The complex type element[siri:OperatorPermissions]#complexType

-
-

22.36. The complex type element[siri:LinePermissions]#complexType (typedef-27.1) +
+

22.36. The complex type element[siri:LinePermissions]#complexType (typedef-2.1)

@@ -157609,7 +158069,7 @@

22.36. The complex type element[siri:LinePermissions]#complexType (typ
  #complexType
-   (typedef-27.1) +   (typedef-2.1)

@@ -157694,8 +158154,8 @@

22.36. The complex type element[siri:LinePermissions]#complexType (typ

-
-

22.37. The complex type element[siri:ConnectionLinkPermissions]#complexType (typedef-27.3) +
+

22.37. The complex type element[siri:ConnectionLinkPermissions]#complexType (typedef-2.3)

@@ -157715,7 +158175,7 @@

22.37. The complex type element[siri:ConnectionLinkPermissions]#comple
  #complexType
-   (typedef-27.3) +   (typedef-2.3)

@@ -163949,7 +164409,7 @@

24.3. The group siri:DatedTrainOperationalInfoGroup

@@ -163973,7 +164433,7 @@

24.3. The group siri:DatedTrainOperationalInfoGroup

@@ -163994,7 +164454,7 @@

24.3. The group siri:DatedTrainOperationalInfoGroup

@@ -164015,7 +164475,7 @@

24.3. The group siri:DatedTrainOperationalInfoGroup

@@ -166738,7 +167198,7 @@

24.12. The group siri:ServicePointsGroup

@@ -166759,7 +167219,7 @@

24.12. The group siri:ServicePointsGroup

@@ -166780,7 +167240,7 @@

24.12. The group siri:ServicePointsGroup

@@ -167885,7 +168345,7 @@

24.15. The group siri:TrainOperationalInfoGroup

@@ -167906,7 +168366,7 @@

24.15. The group siri:TrainOperationalInfoGroup

@@ -167930,7 +168390,7 @@

24.15. The group siri:TrainOperationalInfoGroup

@@ -167951,7 +168411,7 @@

24.15. The group siri:TrainOperationalInfoGroup

@@ -167972,7 +168432,7 @@

24.15. The group siri:TrainOperationalInfoGroup

@@ -171315,7 +171775,7 @@

24.19. The complex type siri:MonitoredVehicleJourneyStructure

@@ -171336,7 +171796,7 @@

24.19. The complex type siri:MonitoredVehicleJourneyStructure

@@ -171360,7 +171820,7 @@

24.19. The complex type siri:MonitoredVehicleJourneyStructure

@@ -171381,7 +171841,7 @@

24.19. The complex type siri:MonitoredVehicleJourneyStructure

@@ -171402,7 +171862,7 @@

24.19. The complex type siri:MonitoredVehicleJourneyStructure

@@ -172064,8 +172524,8 @@

24.22. The complex type siri:TrainBlockPartStructure

@@ -163928,7 +164388,7 @@

24.3. The group siri:DatedTrainOperationalInfoGroup

- +local-type: typedef-28.6 + +local-type: typedef-8.6

- +local-type: typedef-28.7 + +local-type: typedef-8.7

- +local-type: typedef-18.2 + +local-type: typedef-24.2

- +local-type: typedef-18.3 + +local-type: typedef-24.3

- +local-type: typedef-18.4 + +local-type: typedef-24.4

- +local-type: typedef-28.1 + +local-type: typedef-8.1

- +local-type: typedef-28.2 + +local-type: typedef-8.2

- +local-type: typedef-28.3 + +local-type: typedef-8.3

- +local-type: typedef-28.4 + +local-type: typedef-8.4

- +local-type: typedef-28.5 + +local-type: typedef-8.5

- +local-type: typedef-18.2 + +local-type: typedef-24.2

- +local-type: typedef-18.3 + +local-type: typedef-24.3

- +local-type: typedef-18.4 + +local-type: typedef-24.4

- +local-type: typedef-28.4 + +local-type: typedef-8.4

- +local-type: typedef-28.5 + +local-type: typedef-8.5

- +local-type: typedef-18.2 + +local-type: typedef-24.2

- +local-type: typedef-18.3 + +local-type: typedef-24.3

- +local-type: typedef-18.4 + +local-type: typedef-24.4

-
-

24.23. The complex type group[siri:DatedTrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-28.6) +
+

24.23. The complex type group[siri:DatedTrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-8.6)

@@ -172085,7 +172545,7 @@

24.23. The complex type group[siri:DatedTrainOperationalInfoGroup]/Tra
  /TrainNumbers #complexType
-   (typedef-28.6) +   (typedef-8.6)

@@ -172127,8 +172587,8 @@

24.23. The complex type group[siri:DatedTrainOperationalInfoGroup]/Tra

-
-

24.24. The complex type group[siri:DatedTrainOperationalInfoGroup]/JourneyParts#complexType (typedef-28.7) +
+

24.24. The complex type group[siri:DatedTrainOperationalInfoGroup]/JourneyParts#complexType (typedef-8.7)

@@ -172148,7 +172608,7 @@

24.24. The complex type group[siri:DatedTrainOperationalInfoGroup]/Jou
  /JourneyParts #complexType
-   (typedef-28.7) +   (typedef-8.7)

@@ -172190,8 +172650,8 @@

24.24. The complex type group[siri:DatedTrainOperationalInfoGroup]/Jou

-
-

24.25. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-18.2) +
+

24.25. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-24.2)

@@ -172211,7 +172671,7 @@

24.25. The complex type group[siri:JourneyFormationGroup]/TrainElement
  /TrainElements #complexType
-   (typedef-18.2) +   (typedef-24.2)

@@ -172298,8 +172758,8 @@

24.25. The complex type group[siri:JourneyFormationGroup]/TrainElement

-
-

24.26. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-18.3) +
+

24.26. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-24.3)

@@ -172319,7 +172779,7 @@

24.26. The complex type group[siri:JourneyFormationGroup]/Trains#compl
  /Trains #complexType
-   (typedef-18.3) +   (typedef-24.3)

@@ -172406,8 +172866,8 @@

24.26. The complex type group[siri:JourneyFormationGroup]/Trains#compl

-
-

24.27. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-18.4) +
+

24.27. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-24.4)

@@ -172427,7 +172887,7 @@

24.27. The complex type group[siri:JourneyFormationGroup]/CompoundTrai
  /CompoundTrains #complexType
-   (typedef-18.4) +   (typedef-24.4)

@@ -172514,8 +172974,8 @@

24.27. The complex type group[siri:JourneyFormationGroup]/CompoundTrai

-
-

24.28. The complex type group[siri:ServicePointsGroup]/Origin#complexType (typedef-28.1) +
+

24.28. The complex type group[siri:ServicePointsGroup]/Origin#complexType (typedef-8.1)

@@ -172535,7 +172995,7 @@

24.28. The complex type group[siri:ServicePointsGroup]/Origin#complexT
  /Origin #complexType
-   (typedef-28.1) +   (typedef-8.1)

@@ -172599,8 +173059,8 @@

24.28. The complex type group[siri:ServicePointsGroup]/Origin#complexT

-
-

24.29. The complex type group[siri:ServicePointsGroup]/Via#complexType (typedef-28.2) +
+

24.29. The complex type group[siri:ServicePointsGroup]/Via#complexType (typedef-8.2)

@@ -172620,7 +173080,7 @@

24.29. The complex type group[siri:ServicePointsGroup]/Via#complexType
  /Via #complexType
-   (typedef-28.2) +   (typedef-8.2)

@@ -172707,8 +173167,8 @@

24.29. The complex type group[siri:ServicePointsGroup]/Via#complexType

-
-

24.30. The complex type group[siri:ServicePointsGroup]/Destination#complexType (typedef-28.3) +
+

24.30. The complex type group[siri:ServicePointsGroup]/Destination#complexType (typedef-8.3)

@@ -172728,7 +173188,7 @@

24.30. The complex type group[siri:ServicePointsGroup]/Destination#com
  /Destination #complexType
-   (typedef-28.3) +   (typedef-8.3)

@@ -172792,8 +173252,8 @@

24.30. The complex type group[siri:ServicePointsGroup]/Destination#com

-
-

24.31. The complex type group[siri:TrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-28.4) +
+

24.31. The complex type group[siri:TrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-8.4)

@@ -172813,7 +173273,7 @@

24.31. The complex type group[siri:TrainOperationalInfoGroup]/TrainNum
  /TrainNumbers #complexType
-   (typedef-28.4) +   (typedef-8.4)

@@ -172855,8 +173315,8 @@

24.31. The complex type group[siri:TrainOperationalInfoGroup]/TrainNum

-
-

24.32. The complex type group[siri:TrainOperationalInfoGroup]/JourneyParts#complexType (typedef-28.5) +
+

24.32. The complex type group[siri:TrainOperationalInfoGroup]/JourneyParts#complexType (typedef-8.5)

@@ -172876,7 +173336,7 @@

24.32. The complex type group[siri:TrainOperationalInfoGroup]/JourneyP
  /JourneyParts #complexType
-   (typedef-28.5) +   (typedef-8.5)

@@ -172918,8 +173378,8 @@

24.32. The complex type group[siri:TrainOperationalInfoGroup]/JourneyP

-
-

24.33. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-18.2) +
+

24.33. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-24.2)

@@ -172939,7 +173399,7 @@

24.33. The complex type group[siri:JourneyFormationGroup]/TrainElement
  /TrainElements #complexType
-   (typedef-18.2) +   (typedef-24.2)

@@ -173026,8 +173486,8 @@

24.33. The complex type group[siri:JourneyFormationGroup]/TrainElement

-
-

24.34. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-18.3) +
+

24.34. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-24.3)

@@ -173047,7 +173507,7 @@

24.34. The complex type group[siri:JourneyFormationGroup]/Trains#compl
  /Trains #complexType
-   (typedef-18.3) +   (typedef-24.3)

@@ -173134,8 +173594,8 @@

24.34. The complex type group[siri:JourneyFormationGroup]/Trains#compl

-
-

24.35. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-18.4) +
+

24.35. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-24.4)

@@ -173155,7 +173615,7 @@

24.35. The complex type group[siri:JourneyFormationGroup]/CompoundTrai
  /CompoundTrains #complexType
-   (typedef-18.4) +   (typedef-24.4)

@@ -173242,8 +173702,8 @@

24.35. The complex type group[siri:JourneyFormationGroup]/CompoundTrai

-
-

24.36. The complex type group[siri:TrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-28.4) +
+

24.36. The complex type group[siri:TrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-8.4)

@@ -173263,7 +173723,7 @@

24.36. The complex type group[siri:TrainOperationalInfoGroup]/TrainNum
  /TrainNumbers #complexType
-   (typedef-28.4) +   (typedef-8.4)

@@ -173305,8 +173765,8 @@

24.36. The complex type group[siri:TrainOperationalInfoGroup]/TrainNum

-
-

24.37. The complex type group[siri:TrainOperationalInfoGroup]/JourneyParts#complexType (typedef-28.5) +
+

24.37. The complex type group[siri:TrainOperationalInfoGroup]/JourneyParts#complexType (typedef-8.5)

@@ -173326,7 +173786,7 @@

24.37. The complex type group[siri:TrainOperationalInfoGroup]/JourneyP
  /JourneyParts #complexType
-   (typedef-28.5) +   (typedef-8.5)

@@ -173368,8 +173828,8 @@

24.37. The complex type group[siri:TrainOperationalInfoGroup]/JourneyP

-
-

24.38. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-18.2) +
+

24.38. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-24.2)

@@ -173389,7 +173849,7 @@

24.38. The complex type group[siri:JourneyFormationGroup]/TrainElement
  /TrainElements #complexType
-   (typedef-18.2) +   (typedef-24.2)

@@ -173476,8 +173936,8 @@

24.38. The complex type group[siri:JourneyFormationGroup]/TrainElement

-
-

24.39. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-18.3) +
+

24.39. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-24.3)

@@ -173497,7 +173957,7 @@

24.39. The complex type group[siri:JourneyFormationGroup]/Trains#compl
  /Trains #complexType
-   (typedef-18.3) +   (typedef-24.3)

@@ -173584,8 +174044,8 @@

24.39. The complex type group[siri:JourneyFormationGroup]/Trains#compl

-
-

24.40. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-18.4) +
+

24.40. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-24.4)

@@ -173605,7 +174065,7 @@

24.40. The complex type group[siri:JourneyFormationGroup]/CompoundTrai
  /CompoundTrains #complexType
-   (typedef-18.4) +   (typedef-24.4)

@@ -179284,7 +179744,7 @@

27.16. The group siri:ClassifierGroup

@@ -180050,7 +180510,7 @@

27.22. The group siri:DescriptionGroup

@@ -180071,7 +180531,7 @@

27.22. The group siri:DescriptionGroup

@@ -180224,7 +180684,7 @@

27.24. The group siri:PtSituationBodyGroup

@@ -180383,7 +180843,7 @@

27.24. The group siri:PtSituationBodyGroup

@@ -180931,7 +181391,7 @@

27.24. The group siri:PtSituationBodyGroup

@@ -181015,7 +181475,7 @@

27.24. The group siri:PtSituationBodyGroup

@@ -181164,7 +181624,7 @@

27.24. The group siri:PtSituationBodyGroup

@@ -181185,7 +181645,7 @@

27.24. The group siri:PtSituationBodyGroup

@@ -181871,7 +182331,7 @@

27.27. The group siri:RoadSituationBodyGroup

@@ -182030,7 +182490,7 @@

27.27. The group siri:RoadSituationBodyGroup

@@ -182578,7 +183038,7 @@

27.27. The group siri:RoadSituationBodyGroup

@@ -182662,7 +183122,7 @@

27.27. The group siri:RoadSituationBodyGroup

@@ -182811,7 +183271,7 @@

27.27. The group siri:RoadSituationBodyGroup

@@ -182832,7 +183292,7 @@

27.27. The group siri:RoadSituationBodyGroup

@@ -183195,7 +183655,7 @@

27.30. The group siri:StatusGroup

@@ -183385,7 +183845,7 @@

27.31. The group siri:TemporalGroup

@@ -183885,7 +184345,7 @@

27.35. The complex type siri:AffectsScopeStructure

@@ -183909,7 +184369,7 @@

27.35. The complex type siri:AffectsScopeStructure

@@ -183933,7 +184393,7 @@

27.35. The complex type siri:AffectsScopeStructure

@@ -183957,7 +184417,7 @@

27.35. The complex type siri:AffectsScopeStructure

@@ -183981,7 +184441,7 @@

27.35. The complex type siri:AffectsScopeStructure

@@ -184005,7 +184465,7 @@

27.35. The complex type siri:AffectsScopeStructure

@@ -184029,7 +184489,7 @@

27.35. The complex type siri:AffectsScopeStructure

@@ -185577,7 +186037,7 @@

27.46. The complex type siri:PtConsequenceStructure

@@ -186074,7 +186534,7 @@

27.47. The complex type siri:PtSituationElementStructure

@@ -186233,7 +186693,7 @@

27.47. The complex type siri:PtSituationElementStructure

@@ -186781,7 +187241,7 @@

27.47. The complex type siri:PtSituationElementStructure

@@ -186865,7 +187325,7 @@

27.47. The complex type siri:PtSituationElementStructure

@@ -187014,7 +187474,7 @@

27.47. The complex type siri:PtSituationElementStructure

@@ -187035,7 +187495,7 @@

27.47. The complex type siri:PtSituationElementStructure

@@ -187757,7 +188217,7 @@

27.50. The complex type siri:RoadSituationElementStructure

@@ -187916,7 +188376,7 @@

27.50. The complex type siri:RoadSituationElementStructure

@@ -188464,7 +188924,7 @@

27.50. The complex type siri:RoadSituationElementStructure

@@ -188548,7 +189008,7 @@

27.50. The complex type siri:RoadSituationElementStructure

@@ -188697,7 +189157,7 @@

27.50. The complex type siri:RoadSituationElementStructure

@@ -188718,7 +189178,7 @@

27.50. The complex type siri:RoadSituationElementStructure

@@ -189503,8 +189963,8 @@

27.52. The complex type siri:SituationSourceStructure

@@ -178315,12 +178775,12 @@

27.1. Simple type definitions

-

+

group[siri:ClassifierGroup]
  /ScopeType #simpleType
-   (typedef-34.3) +   (typedef-11.3)

@@ -178501,12 +178961,12 @@

27.1. Simple type definitions

-

+

group[siri:StatusGroup]
  /Verification #simpleType
-   (typedef-34.1) +   (typedef-11.1)

@@ -178567,12 +179027,12 @@

27.1. Simple type definitions

-

+

attribute[lang]
  #simpleType
-   (typedef-71.1) +   (typedef-36.1)

@@ -179200,7 +179660,7 @@

27.16. The group siri:ClassifierGroup

- local-type: typedef-34.3 + local-type: typedef-11.3

- +local-type: typedef-34.4 + +local-type: typedef-11.4

- +local-type: typedef-34.14 + +local-type: typedef-11.14

- +local-type: typedef-34.16 + +local-type: typedef-11.16

- local-type: typedef-34.1 + local-type: typedef-11.1

- +local-type: typedef-34.2 + +local-type: typedef-11.2

- local-type: typedef-34.3 + local-type: typedef-11.3

- +local-type: typedef-34.4 + +local-type: typedef-11.4

- +local-type: typedef-34.14 + +local-type: typedef-11.14

- +local-type: typedef-34.16 + +local-type: typedef-11.16

- local-type: typedef-34.1 + local-type: typedef-11.1

- +local-type: typedef-34.2 + +local-type: typedef-11.2

- local-type: typedef-34.3 + local-type: typedef-11.3

- +local-type: typedef-34.4 + +local-type: typedef-11.4

- +local-type: typedef-34.14 + +local-type: typedef-11.14

- +local-type: typedef-34.16 + +local-type: typedef-11.16

- local-type: typedef-34.1 + local-type: typedef-11.1

- +local-type: typedef-34.2 + +local-type: typedef-11.2

- +local-type: typedef-34.6 + +local-type: typedef-11.6

- +local-type: typedef-34.7 + +local-type: typedef-11.7

- +local-type: typedef-34.9 + +local-type: typedef-11.9

- +local-type: typedef-34.10 + +local-type: typedef-11.10

- +local-type: typedef-34.11 + +local-type: typedef-11.11

- +local-type: typedef-34.12 + +local-type: typedef-11.12

- +local-type: typedef-34.13 + +local-type: typedef-11.13

- +local-type: typedef-34.17 + +local-type: typedef-11.17

- local-type: typedef-34.1 + local-type: typedef-11.1

- +local-type: typedef-34.2 + +local-type: typedef-11.2

- local-type: typedef-34.3 + local-type: typedef-11.3

- +local-type: typedef-34.4 + +local-type: typedef-11.4

- +local-type: typedef-34.14 + +local-type: typedef-11.14

- +local-type: typedef-34.16 + +local-type: typedef-11.16

- local-type: typedef-34.1 + local-type: typedef-11.1

- +local-type: typedef-34.2 + +local-type: typedef-11.2

- local-type: typedef-34.3 + local-type: typedef-11.3

- +local-type: typedef-34.4 + +local-type: typedef-11.4

- +local-type: typedef-34.14 + +local-type: typedef-11.14

- +local-type: typedef-34.16 + +local-type: typedef-11.16

-
-

27.53. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-34.4) +
+

27.53. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-11.4)

@@ -189524,7 +189984,7 @@

27.53. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c
  /SecondaryReasons #complexType
-   (typedef-34.4) +   (typedef-11.4)

@@ -189566,8 +190026,8 @@

27.53. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

@@ -189554,7 +190014,7 @@

27.53. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

- +local-type: typedef-34.5 + +local-type: typedef-11.5

-
-

27.54. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-34.5) +
+

27.54. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-11.5)

@@ -189587,7 +190047,7 @@

27.54. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R
  /SecondaryReasons/Reason #complexType
-   (typedef-34.5) +   (typedef-11.5)

@@ -190016,8 +190476,8 @@

27.54. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R

-
-

27.55. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-34.14) +
+

27.55. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-11.14)

@@ -190037,7 +190497,7 @@

27.55. The complex type group[siri:DescriptionGroup]/Images#complexTyp
  /Images #complexType
-   (typedef-34.14) +   (typedef-11.14)

@@ -190079,8 +190539,8 @@

27.55. The complex type group[siri:DescriptionGroup]/Images#complexTyp

@@ -190067,7 +190527,7 @@

27.55. The complex type group[siri:DescriptionGroup]/Images#complexTyp

- +local-type: typedef-34.15 + +local-type: typedef-11.15

-
-

27.56. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-34.15) +
+

27.56. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-11.15)

@@ -190100,7 +190560,7 @@

27.56. The complex type group[siri:DescriptionGroup]/Images/Image#comp
  /Images/Image #complexType
-   (typedef-34.15) +   (typedef-11.15)

@@ -190215,8 +190675,8 @@

27.56. The complex type group[siri:DescriptionGroup]/Images/Image#comp

-
-

27.57. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-34.16) +
+

27.57. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-11.16)

@@ -190236,7 +190696,7 @@

27.57. The complex type group[siri:DescriptionGroup]/InfoLinks#complex
  /InfoLinks #complexType
-   (typedef-34.16) +   (typedef-11.16)

@@ -190278,8 +190738,8 @@

27.57. The complex type group[siri:DescriptionGroup]/InfoLinks#complex

-
-

27.58. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-34.2) +
+

27.58. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-11.2)

@@ -190299,7 +190759,7 @@

27.58. The complex type group[siri:TemporalGroup]/Repetitions#complexT
  /Repetitions #complexType
-   (typedef-34.2) +   (typedef-11.2)

@@ -190343,8 +190803,8 @@

27.58. The complex type group[siri:TemporalGroup]/Repetitions#complexT

-
-

27.59. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-34.4) +
+

27.59. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-11.4)

@@ -190364,7 +190824,7 @@

27.59. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c
  /SecondaryReasons #complexType
-   (typedef-34.4) +   (typedef-11.4)

@@ -190406,8 +190866,8 @@

27.59. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

@@ -190394,7 +190854,7 @@

27.59. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

- +local-type: typedef-34.5 + +local-type: typedef-11.5

-
-

27.60. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-34.5) +
+

27.60. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-11.5)

@@ -190427,7 +190887,7 @@

27.60. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R
  /SecondaryReasons/Reason #complexType
-   (typedef-34.5) +   (typedef-11.5)

@@ -190856,8 +191316,8 @@

27.60. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R

-
-

27.61. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-34.14) +
+

27.61. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-11.14)

@@ -190877,7 +191337,7 @@

27.61. The complex type group[siri:DescriptionGroup]/Images#complexTyp
  /Images #complexType
-   (typedef-34.14) +   (typedef-11.14)

@@ -190919,8 +191379,8 @@

27.61. The complex type group[siri:DescriptionGroup]/Images#complexTyp

@@ -190907,7 +191367,7 @@

27.61. The complex type group[siri:DescriptionGroup]/Images#complexTyp

- +local-type: typedef-34.15 + +local-type: typedef-11.15

-
-

27.62. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-34.15) +
+

27.62. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-11.15)

@@ -190940,7 +191400,7 @@

27.62. The complex type group[siri:DescriptionGroup]/Images/Image#comp
  /Images/Image #complexType
-   (typedef-34.15) +   (typedef-11.15)

@@ -191055,8 +191515,8 @@

27.62. The complex type group[siri:DescriptionGroup]/Images/Image#comp

-
-

27.63. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-34.16) +
+

27.63. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-11.16)

@@ -191076,7 +191536,7 @@

27.63. The complex type group[siri:DescriptionGroup]/InfoLinks#complex
  /InfoLinks #complexType
-   (typedef-34.16) +   (typedef-11.16)

@@ -191118,8 +191578,8 @@

27.63. The complex type group[siri:DescriptionGroup]/InfoLinks#complex

-
-

27.64. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-34.2) +
+

27.64. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-11.2)

@@ -191139,7 +191599,7 @@

27.64. The complex type group[siri:TemporalGroup]/Repetitions#complexT
  /Repetitions #complexType
-   (typedef-34.2) +   (typedef-11.2)

@@ -191183,8 +191643,8 @@

27.64. The complex type group[siri:TemporalGroup]/Repetitions#complexT

-
-

27.65. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-34.4) +
+

27.65. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-11.4)

@@ -191204,7 +191664,7 @@

27.65. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c
  /SecondaryReasons #complexType
-   (typedef-34.4) +   (typedef-11.4)

@@ -191246,8 +191706,8 @@

27.65. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

@@ -191234,7 +191694,7 @@

27.65. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

- +local-type: typedef-34.5 + +local-type: typedef-11.5

-
-

27.66. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-34.5) +
+

27.66. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-11.5)

@@ -191267,7 +191727,7 @@

27.66. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R
  /SecondaryReasons/Reason #complexType
-   (typedef-34.5) +   (typedef-11.5)

@@ -191696,8 +192156,8 @@

27.66. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R

-
-

27.67. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-34.14) +
+

27.67. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-11.14)

@@ -191717,7 +192177,7 @@

27.67. The complex type group[siri:DescriptionGroup]/Images#complexTyp
  /Images #complexType
-   (typedef-34.14) +   (typedef-11.14)

@@ -191759,8 +192219,8 @@

27.67. The complex type group[siri:DescriptionGroup]/Images#complexTyp

@@ -191747,7 +192207,7 @@

27.67. The complex type group[siri:DescriptionGroup]/Images#complexTyp

- +local-type: typedef-34.15 + +local-type: typedef-11.15

-
-

27.68. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-34.15) +
+

27.68. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-11.15)

@@ -191780,7 +192240,7 @@

27.68. The complex type group[siri:DescriptionGroup]/Images/Image#comp
  /Images/Image #complexType
-   (typedef-34.15) +   (typedef-11.15)

@@ -191895,8 +192355,8 @@

27.68. The complex type group[siri:DescriptionGroup]/Images/Image#comp

-
-

27.69. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-34.16) +
+

27.69. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-11.16)

@@ -191916,7 +192376,7 @@

27.69. The complex type group[siri:DescriptionGroup]/InfoLinks#complex
  /InfoLinks #complexType
-   (typedef-34.16) +   (typedef-11.16)

@@ -191958,8 +192418,8 @@

27.69. The complex type group[siri:DescriptionGroup]/InfoLinks#complex

-
-

27.70. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-34.2) +
+

27.70. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-11.2)

@@ -191979,7 +192439,7 @@

27.70. The complex type group[siri:TemporalGroup]/Repetitions#complexT
  /Repetitions #complexType
-   (typedef-34.2) +   (typedef-11.2)

@@ -192023,8 +192483,8 @@

27.70. The complex type group[siri:TemporalGroup]/Repetitions#complexT

-
-

27.71. The complex type complexType[siri:AffectsScopeStructure]/Operators#complexType (typedef-34.6) +
+

27.71. The complex type complexType[siri:AffectsScopeStructure]/Operators#complexType (typedef-11.6)

@@ -192044,7 +192504,7 @@

27.71. The complex type complexType[siri:AffectsScopeStructure]/Operat
  /Operators #complexType
-   (typedef-34.6) +   (typedef-11.6)

@@ -192130,8 +192590,8 @@

27.71. The complex type complexType[siri:AffectsScopeStructure]/Operat

-
-

27.72. The complex type complexType[siri:AffectsScopeStructure]/Networks#complexType (typedef-34.7) +
+

27.72. The complex type complexType[siri:AffectsScopeStructure]/Networks#complexType (typedef-11.7)

@@ -192151,7 +192611,7 @@

27.72. The complex type complexType[siri:AffectsScopeStructure]/Networ
  /Networks #complexType
-   (typedef-34.7) +   (typedef-11.7)

@@ -192193,8 +192653,8 @@

27.72. The complex type complexType[siri:AffectsScopeStructure]/Networ

@@ -192181,7 +192641,7 @@

27.72. The complex type complexType[siri:AffectsScopeStructure]/Networ

- +local-type: typedef-34.8 + +local-type: typedef-11.8

-
-

27.73. The complex type complexType[siri:AffectsScopeStructure]/Networks/AffectedNetwork#complexType (typedef-34.8) +
+

27.73. The complex type complexType[siri:AffectsScopeStructure]/Networks/AffectedNetwork#complexType (typedef-11.8)

@@ -192214,7 +192674,7 @@

27.73. The complex type complexType[siri:AffectsScopeStructure]/Networ
  /Networks/AffectedNetwork #complexType
-   (typedef-34.8) +   (typedef-11.8)

@@ -192809,8 +193269,8 @@

27.73. The complex type complexType[siri:AffectsScopeStructure]/Networ

-
-

27.74. The complex type complexType[siri:AffectsScopeStructure]/StopPoints#complexType (typedef-34.9) +
+

27.74. The complex type complexType[siri:AffectsScopeStructure]/StopPoints#complexType (typedef-11.9)

@@ -192830,7 +193290,7 @@

27.74. The complex type complexType[siri:AffectsScopeStructure]/StopPo
  /StopPoints #complexType
-   (typedef-34.9) +   (typedef-11.9)

@@ -192872,8 +193332,8 @@

27.74. The complex type complexType[siri:AffectsScopeStructure]/StopPo

-
-

27.75. The complex type complexType[siri:AffectsScopeStructure]/StopPlaces#complexType (typedef-34.10) +
+

27.75. The complex type complexType[siri:AffectsScopeStructure]/StopPlaces#complexType (typedef-11.10)

@@ -192893,7 +193353,7 @@

27.75. The complex type complexType[siri:AffectsScopeStructure]/StopPl
  /StopPlaces #complexType
-   (typedef-34.10) +   (typedef-11.10)

@@ -192935,8 +193395,8 @@

27.75. The complex type complexType[siri:AffectsScopeStructure]/StopPl

-
-

27.76. The complex type complexType[siri:AffectsScopeStructure]/Places#complexType (typedef-34.11) +
+

27.76. The complex type complexType[siri:AffectsScopeStructure]/Places#complexType (typedef-11.11)

@@ -192956,7 +193416,7 @@

27.76. The complex type complexType[siri:AffectsScopeStructure]/Places
  /Places #complexType
-   (typedef-34.11) +   (typedef-11.11)

@@ -192998,8 +193458,8 @@

27.76. The complex type complexType[siri:AffectsScopeStructure]/Places

-
-

27.77. The complex type complexType[siri:AffectsScopeStructure]/VehicleJourneys#complexType (typedef-34.12) +
+

27.77. The complex type complexType[siri:AffectsScopeStructure]/VehicleJourneys#complexType (typedef-11.12)

@@ -193019,7 +193479,7 @@

27.77. The complex type complexType[siri:AffectsScopeStructure]/Vehicl
  /VehicleJourneys #complexType
-   (typedef-34.12) +   (typedef-11.12)

@@ -193061,8 +193521,8 @@

27.77. The complex type complexType[siri:AffectsScopeStructure]/Vehicl

-
-

27.78. The complex type complexType[siri:AffectsScopeStructure]/Vehicles#complexType (typedef-34.13) +
+

27.78. The complex type complexType[siri:AffectsScopeStructure]/Vehicles#complexType (typedef-11.13)

@@ -193082,7 +193542,7 @@

27.78. The complex type complexType[siri:AffectsScopeStructure]/Vehicl
  /Vehicles #complexType
-   (typedef-34.13) +   (typedef-11.13)

@@ -193124,8 +193584,8 @@

27.78. The complex type complexType[siri:AffectsScopeStructure]/Vehicl

-
-

27.79. The complex type complexType[siri:PtConsequenceStructure]/Suitabilities#complexType (typedef-34.17) +
+

27.79. The complex type complexType[siri:PtConsequenceStructure]/Suitabilities#complexType (typedef-11.17)

@@ -193145,7 +193605,7 @@

27.79. The complex type complexType[siri:PtConsequenceStructure]/Suita
  /Suitabilities #complexType
-   (typedef-34.17) +   (typedef-11.17)

@@ -193187,8 +193647,8 @@

27.79. The complex type complexType[siri:PtConsequenceStructure]/Suita

-
-

27.80. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-34.2) +
+

27.80. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-11.2)

@@ -193208,7 +193668,7 @@

27.80. The complex type group[siri:TemporalGroup]/Repetitions#complexT
  /Repetitions #complexType
-   (typedef-34.2) +   (typedef-11.2)

@@ -193252,8 +193712,8 @@

27.80. The complex type group[siri:TemporalGroup]/Repetitions#complexT

-
-

27.81. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-34.4) +
+

27.81. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-11.4)

@@ -193273,7 +193733,7 @@

27.81. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c
  /SecondaryReasons #complexType
-   (typedef-34.4) +   (typedef-11.4)

@@ -193315,8 +193775,8 @@

27.81. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

@@ -193303,7 +193763,7 @@

27.81. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

- +local-type: typedef-34.5 + +local-type: typedef-11.5

-
-

27.82. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-34.5) +
+

27.82. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-11.5)

@@ -193336,7 +193796,7 @@

27.82. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R
  /SecondaryReasons/Reason #complexType
-   (typedef-34.5) +   (typedef-11.5)

@@ -193765,8 +194225,8 @@

27.82. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R

-
-

27.83. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-34.14) +
+

27.83. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-11.14)

@@ -193786,7 +194246,7 @@

27.83. The complex type group[siri:DescriptionGroup]/Images#complexTyp
  /Images #complexType
-   (typedef-34.14) +   (typedef-11.14)

@@ -193828,8 +194288,8 @@

27.83. The complex type group[siri:DescriptionGroup]/Images#complexTyp

@@ -193816,7 +194276,7 @@

27.83. The complex type group[siri:DescriptionGroup]/Images#complexTyp

- +local-type: typedef-34.15 + +local-type: typedef-11.15

-
-

27.84. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-34.15) +
+

27.84. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-11.15)

@@ -193849,7 +194309,7 @@

27.84. The complex type group[siri:DescriptionGroup]/Images/Image#comp
  /Images/Image #complexType
-   (typedef-34.15) +   (typedef-11.15)

@@ -193964,8 +194424,8 @@

27.84. The complex type group[siri:DescriptionGroup]/Images/Image#comp

-
-

27.85. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-34.16) +
+

27.85. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-11.16)

@@ -193985,7 +194445,7 @@

27.85. The complex type group[siri:DescriptionGroup]/InfoLinks#complex
  /InfoLinks #complexType
-   (typedef-34.16) +   (typedef-11.16)

@@ -194027,8 +194487,8 @@

27.85. The complex type group[siri:DescriptionGroup]/InfoLinks#complex

-
-

27.86. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-34.2) +
+

27.86. The complex type group[siri:TemporalGroup]/Repetitions#complexType (typedef-11.2)

@@ -194048,7 +194508,7 @@

27.86. The complex type group[siri:TemporalGroup]/Repetitions#complexT
  /Repetitions #complexType
-   (typedef-34.2) +   (typedef-11.2)

@@ -194092,8 +194552,8 @@

27.86. The complex type group[siri:TemporalGroup]/Repetitions#complexT

-
-

27.87. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-34.4) +
+

27.87. The complex type group[siri:ClassifierGroup]/SecondaryReasons#complexType (typedef-11.4)

@@ -194113,7 +194573,7 @@

27.87. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c
  /SecondaryReasons #complexType
-   (typedef-34.4) +   (typedef-11.4)

@@ -194155,8 +194615,8 @@

27.87. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

@@ -194143,7 +194603,7 @@

27.87. The complex type group[siri:ClassifierGroup]/SecondaryReasons#c

- +local-type: typedef-34.5 + +local-type: typedef-11.5

-
-

27.88. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-34.5) +
+

27.88. The complex type group[siri:ClassifierGroup]/SecondaryReasons/Reason#complexType (typedef-11.5)

@@ -194176,7 +194636,7 @@

27.88. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R
  /SecondaryReasons/Reason #complexType
-   (typedef-34.5) +   (typedef-11.5)

@@ -194605,8 +195065,8 @@

27.88. The complex type group[siri:ClassifierGroup]/SecondaryReasons/R

-
-

27.89. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-34.14) +
+

27.89. The complex type group[siri:DescriptionGroup]/Images#complexType (typedef-11.14)

@@ -194626,7 +195086,7 @@

27.89. The complex type group[siri:DescriptionGroup]/Images#complexTyp
  /Images #complexType
-   (typedef-34.14) +   (typedef-11.14)

@@ -194668,8 +195128,8 @@

27.89. The complex type group[siri:DescriptionGroup]/Images#complexTyp

@@ -194656,7 +195116,7 @@

27.89. The complex type group[siri:DescriptionGroup]/Images#complexTyp

- +local-type: typedef-34.15 + +local-type: typedef-11.15

-
-

27.90. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-34.15) +
+

27.90. The complex type group[siri:DescriptionGroup]/Images/Image#complexType (typedef-11.15)

@@ -194689,7 +195149,7 @@

27.90. The complex type group[siri:DescriptionGroup]/Images/Image#comp
  /Images/Image #complexType
-   (typedef-34.15) +   (typedef-11.15)

@@ -194804,8 +195264,8 @@

27.90. The complex type group[siri:DescriptionGroup]/Images/Image#comp

-
-

27.91. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-34.16) +
+

27.91. The complex type group[siri:DescriptionGroup]/InfoLinks#complexType (typedef-11.16)

@@ -194825,7 +195285,7 @@

27.91. The complex type group[siri:DescriptionGroup]/InfoLinks#complex
  /InfoLinks #complexType
-   (typedef-34.16) +   (typedef-11.16)

@@ -195904,7 +196364,7 @@

28.16. The complex type siri:ActionDataStructure

@@ -196070,7 +196530,7 @@

28.17. The complex type siri:ActionsStructure

@@ -196768,7 +197228,7 @@

28.22. The complex type siri:NotifyByEmailActionStructure

@@ -197003,7 +197463,7 @@

28.23. The complex type siri:NotifyByPagerActionStructure

@@ -197259,7 +197719,7 @@

28.24. The complex type siri:NotifyBySmsActionStructure

@@ -197517,7 +197977,7 @@

28.25. The complex type siri:NotifyUserActionStructure

@@ -198253,7 +198713,7 @@

28.28. The complex type siri:PublishingActionStructure

@@ -198464,7 +198924,7 @@

28.29. The complex type siri:PublishToAlertsActionStructure

@@ -199607,7 +200067,7 @@

28.34. The complex type siri:PushedActionStructure

@@ -200157,7 +200617,7 @@

28.40. The complex type siri:TextualContentStructure

@@ -200501,8 +200961,8 @@

28.40. The complex type siri:TextualContentStructure

@@ -195664,7 +196124,7 @@

28.15. The group siri:ActionsGroup

- +local-type: typedef-23.3 + +local-type: typedef-15.3

- +local-type: typedef-23.2 + +local-type: typedef-15.2

- +local-type: typedef-23.3 + +local-type: typedef-15.3

- +local-type: typedef-23.1 + +local-type: typedef-15.1

- +local-type: typedef-23.1 + +local-type: typedef-15.1

- +local-type: typedef-23.1 + +local-type: typedef-15.1

- +local-type: typedef-23.1 + +local-type: typedef-15.1

- +local-type: typedef-23.4 + +local-type: typedef-15.4

- +local-type: typedef-23.1 + +local-type: typedef-15.1

- +local-type: typedef-23.1 + +local-type: typedef-15.1

- +local-type: typedef-23.3 + +local-type: typedef-15.3

-
-

28.41. The complex type element[siri:ManualAction]#complexType (typedef-23.3) +
+

28.41. The complex type element[siri:ManualAction]#complexType (typedef-15.3)

@@ -200522,7 +200982,7 @@

28.41. The complex type element[siri:ManualAction]#complexType (typede
  #complexType
-   (typedef-23.3) +   (typedef-15.3)

@@ -200663,8 +201123,8 @@

28.41. The complex type element[siri:ManualAction]#complexType (typede

-
-

28.42. The complex type element[siri:ManualAction]#complexType (typedef-23.3) +
+

28.42. The complex type element[siri:ManualAction]#complexType (typedef-15.3)

@@ -200684,7 +201144,7 @@

28.42. The complex type element[siri:ManualAction]#complexType (typede
  #complexType
-   (typedef-23.3) +   (typedef-15.3)

@@ -200825,8 +201285,8 @@

28.42. The complex type element[siri:ManualAction]#complexType (typede

-
-

28.43. The complex type complexType[siri:ActionDataStructure]/PublishAtScope#complexType (typedef-23.2) +
+

28.43. The complex type complexType[siri:ActionDataStructure]/PublishAtScope#complexType (typedef-15.2)

@@ -200846,7 +201306,7 @@

28.43. The complex type complexType[siri:ActionDataStructure]/PublishA
  /PublishAtScope #complexType
-   (typedef-23.2) +   (typedef-15.2)

@@ -200913,8 +201373,8 @@

28.43. The complex type complexType[siri:ActionDataStructure]/PublishA

-
-

28.44. The complex type element[siri:ManualAction]#complexType (typedef-23.3) +
+

28.44. The complex type element[siri:ManualAction]#complexType (typedef-15.3)

@@ -200934,7 +201394,7 @@

28.44. The complex type element[siri:ManualAction]#complexType (typede
  #complexType
-   (typedef-23.3) +   (typedef-15.3)

@@ -201075,8 +201535,8 @@

28.44. The complex type element[siri:ManualAction]#complexType (typede

-
-

28.45. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-23.1) +
+

28.45. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-15.1)

@@ -201096,7 +201556,7 @@

28.45. The complex type complexType[siri:PushedActionStructure]/Before
  /BeforeNotices #complexType
-   (typedef-23.1) +   (typedef-15.1)

@@ -201135,8 +201595,8 @@

28.45. The complex type complexType[siri:PushedActionStructure]/Before

-
-

28.46. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-23.1) +
+

28.46. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-15.1)

@@ -201156,7 +201616,7 @@

28.46. The complex type complexType[siri:PushedActionStructure]/Before
  /BeforeNotices #complexType
-   (typedef-23.1) +   (typedef-15.1)

@@ -201195,8 +201655,8 @@

28.46. The complex type complexType[siri:PushedActionStructure]/Before

-
-

28.47. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-23.1) +
+

28.47. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-15.1)

@@ -201216,7 +201676,7 @@

28.47. The complex type complexType[siri:PushedActionStructure]/Before
  /BeforeNotices #complexType
-   (typedef-23.1) +   (typedef-15.1)

@@ -201255,8 +201715,8 @@

28.47. The complex type complexType[siri:PushedActionStructure]/Before

-
-

28.48. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-23.1) +
+

28.48. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-15.1)

@@ -201276,7 +201736,7 @@

28.48. The complex type complexType[siri:PushedActionStructure]/Before
  /BeforeNotices #complexType
-   (typedef-23.1) +   (typedef-15.1)

@@ -201315,8 +201775,8 @@

28.48. The complex type complexType[siri:PushedActionStructure]/Before

-
-

28.49. The complex type complexType[siri:PublishingActionStructure]/PublishAtScope#complexType (typedef-23.4) +
+

28.49. The complex type complexType[siri:PublishingActionStructure]/PublishAtScope#complexType (typedef-15.4)

@@ -201336,7 +201796,7 @@

28.49. The complex type complexType[siri:PublishingActionStructure]/Pu
  /PublishAtScope #complexType
-   (typedef-23.4) +   (typedef-15.4)

@@ -201403,8 +201863,8 @@

28.49. The complex type complexType[siri:PublishingActionStructure]/Pu

-
-

28.50. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-23.1) +
+

28.50. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-15.1)

@@ -201424,7 +201884,7 @@

28.50. The complex type complexType[siri:PushedActionStructure]/Before
  /BeforeNotices #complexType
-   (typedef-23.1) +   (typedef-15.1)

@@ -201463,8 +201923,8 @@

28.50. The complex type complexType[siri:PushedActionStructure]/Before

-
-

28.51. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-23.1) +
+

28.51. The complex type complexType[siri:PushedActionStructure]/BeforeNotices#complexType (typedef-15.1)

@@ -201484,7 +201944,7 @@

28.51. The complex type complexType[siri:PushedActionStructure]/Before
  /BeforeNotices #complexType
-   (typedef-23.1) +   (typedef-15.1)

@@ -201523,8 +201983,8 @@

28.51. The complex type complexType[siri:PushedActionStructure]/Before

-
-

28.52. The complex type element[siri:ManualAction]#complexType (typedef-23.3) +
+

28.52. The complex type element[siri:ManualAction]#complexType (typedef-15.3)

@@ -201544,7 +202004,7 @@

28.52. The complex type element[siri:ManualAction]#complexType (typede
  #complexType
-   (typedef-23.3) +   (typedef-15.3)

@@ -203460,7 +203920,7 @@

29.16. The complex type siri:AffectedCallStructure

@@ -204066,7 +204526,7 @@

29.16. The complex type siri:AffectedCallStructure

@@ -205024,7 +205484,7 @@

29.20. The complex type siri:AffectedLineStructure

@@ -205048,7 +205508,7 @@

29.20. The complex type siri:AffectedLineStructure

@@ -205072,7 +205532,7 @@

29.20. The complex type siri:AffectedLineStructure

@@ -205096,7 +205556,7 @@

29.20. The complex type siri:AffectedLineStructure

@@ -205322,7 +205782,7 @@

29.22. The complex type siri:AffectedModesStructure

@@ -206598,7 +207058,7 @@

29.27. The complex type siri:AffectedRouteStructure

@@ -206622,7 +207082,7 @@

29.27. The complex type siri:AffectedRouteStructure

@@ -206646,7 +207106,7 @@

29.27. The complex type siri:AffectedRouteStructure

@@ -206769,7 +207229,7 @@

29.28. The complex type siri:AffectedSectionStructure

@@ -207125,7 +207585,7 @@

29.29. The complex type siri:AffectedStopPlaceComponentStructure

@@ -207392,7 +207852,7 @@

29.31. The complex type siri:AffectedStopPlaceStructure

@@ -207416,7 +207876,7 @@

29.31. The complex type siri:AffectedStopPlaceStructure

@@ -207440,7 +207900,7 @@

29.31. The complex type siri:AffectedStopPlaceStructure

@@ -207469,7 +207929,7 @@

29.31. The complex type siri:AffectedStopPlaceStructure

@@ -207686,7 +208146,7 @@

29.32. The complex type siri:AffectedStopPlaceWithoutLineStructure

@@ -207710,7 +208170,7 @@

29.32. The complex type siri:AffectedStopPlaceWithoutLineStructure

@@ -207734,7 +208194,7 @@

29.32. The complex type siri:AffectedStopPlaceWithoutLineStructure

@@ -208086,7 +208546,7 @@

29.33. The complex type siri:AffectedStopPointStructure

@@ -208115,7 +208575,7 @@

29.33. The complex type siri:AffectedStopPointStructure

@@ -208485,7 +208945,7 @@

29.34. The complex type siri:AffectedStopPointWithoutLineStructure

@@ -208829,7 +209289,7 @@

29.35. The complex type siri:AffectedVehicleJourneyStructure

@@ -208853,7 +209313,7 @@

29.35. The complex type siri:AffectedVehicleJourneyStructure

@@ -209092,7 +209552,7 @@

29.35. The complex type siri:AffectedVehicleJourneyStructure

@@ -209116,7 +209576,7 @@

29.35. The complex type siri:AffectedVehicleJourneyStructure

@@ -210336,8 +210796,8 @@

29.43. The complex type siri:ZoneRefStructure

@@ -203436,7 +203896,7 @@

29.16. The complex type siri:AffectedCallStructure

- +local-type: typedef-29.1 + +local-type: typedef-22.1

- +local-type: typedef-29.2 + +local-type: typedef-22.2

- +local-type: typedef-29.16 + +local-type: typedef-22.16

- +local-type: typedef-29.4 + +local-type: typedef-22.4

- +local-type: typedef-29.5 + +local-type: typedef-22.5

- +local-type: typedef-29.6 + +local-type: typedef-22.6

- +local-type: typedef-29.7 + +local-type: typedef-22.7

- +local-type: typedef-29.3 + +local-type: typedef-22.3

- +local-type: typedef-29.9 + +local-type: typedef-22.9

- +local-type: typedef-29.10 + +local-type: typedef-22.10

- +local-type: typedef-29.11 + +local-type: typedef-22.11

- +local-type: typedef-29.8 + +local-type: typedef-22.8

- +local-type: typedef-29.21 + +local-type: typedef-22.21

- +local-type: typedef-29.18 + +local-type: typedef-22.18

- +local-type: typedef-29.19 + +local-type: typedef-22.19

- +local-type: typedef-29.20 + +local-type: typedef-22.20

- +local-type: typedef-29.17 + +local-type: typedef-22.17

- +local-type: typedef-29.18 + +local-type: typedef-22.18

- +local-type: typedef-29.19 + +local-type: typedef-22.19

- +local-type: typedef-29.20 + +local-type: typedef-22.20

- +local-type: typedef-29.1 + +local-type: typedef-22.1

- +local-type: typedef-29.2 + +local-type: typedef-22.2

- +local-type: typedef-29.1 + +local-type: typedef-22.1

- +local-type: typedef-29.12 + +local-type: typedef-22.12

- +local-type: typedef-29.13 + +local-type: typedef-22.13

- +local-type: typedef-29.14 + +local-type: typedef-22.14

- +local-type: typedef-29.15 + +local-type: typedef-22.15

-
-

29.44. The complex type complexType[siri:AffectedStopPointWithoutLineStructure]/ConnectionLinks#complexType (typedef-29.1) +
+

29.44. The complex type complexType[siri:AffectedStopPointWithoutLineStructure]/ConnectionLinks#complexType (typedef-22.1)

@@ -210357,7 +210817,7 @@

29.44. The complex type complexType[siri:AffectedStopPointWithoutLineS
  /ConnectionLinks #complexType
-   (typedef-29.1) +   (typedef-22.1)

@@ -210399,8 +210859,8 @@

29.44. The complex type complexType[siri:AffectedStopPointWithoutLineS

-
-

29.45. The complex type complexType[siri:AffectedStopPointStructure]/Lines#complexType (typedef-29.2) +
+

29.45. The complex type complexType[siri:AffectedStopPointStructure]/Lines#complexType (typedef-22.2)

@@ -210420,7 +210880,7 @@

29.45. The complex type complexType[siri:AffectedStopPointStructure]/L
  /Lines #complexType
-   (typedef-29.2) +   (typedef-22.2)

@@ -210462,8 +210922,8 @@

29.45. The complex type complexType[siri:AffectedStopPointStructure]/L

-
-

29.46. The complex type complexType[siri:AffectedCallStructure]/AffectedInterchanges#complexType (typedef-29.16) +
+

29.46. The complex type complexType[siri:AffectedCallStructure]/AffectedInterchanges#complexType (typedef-22.16)

@@ -210483,7 +210943,7 @@

29.46. The complex type complexType[siri:AffectedCallStructure]/Affect
  /AffectedInterchanges #complexType
-   (typedef-29.16) +   (typedef-22.16)

@@ -210521,8 +210981,8 @@

29.46. The complex type complexType[siri:AffectedCallStructure]/Affect

-
-

29.47. The complex type complexType[siri:AffectedLineStructure]/Routes#complexType (typedef-29.4) +
+

29.47. The complex type complexType[siri:AffectedLineStructure]/Routes#complexType (typedef-22.4)

@@ -210542,7 +211002,7 @@

29.47. The complex type complexType[siri:AffectedLineStructure]/Routes
  /Routes #complexType
-   (typedef-29.4) +   (typedef-22.4)

@@ -210584,8 +211044,8 @@

29.47. The complex type complexType[siri:AffectedLineStructure]/Routes

-
-

29.48. The complex type complexType[siri:AffectedLineStructure]/Sections#complexType (typedef-29.5) +
+

29.48. The complex type complexType[siri:AffectedLineStructure]/Sections#complexType (typedef-22.5)

@@ -210605,7 +211065,7 @@

29.48. The complex type complexType[siri:AffectedLineStructure]/Sectio
  /Sections #complexType
-   (typedef-29.5) +   (typedef-22.5)

@@ -210647,8 +211107,8 @@

29.48. The complex type complexType[siri:AffectedLineStructure]/Sectio

-
-

29.49. The complex type complexType[siri:AffectedLineStructure]/StopPoints#complexType (typedef-29.6) +
+

29.49. The complex type complexType[siri:AffectedLineStructure]/StopPoints#complexType (typedef-22.6)

@@ -210668,7 +211128,7 @@

29.49. The complex type complexType[siri:AffectedLineStructure]/StopPo
  /StopPoints #complexType
-   (typedef-29.6) +   (typedef-22.6)

@@ -210710,8 +211170,8 @@

29.49. The complex type complexType[siri:AffectedLineStructure]/StopPo

-
-

29.50. The complex type complexType[siri:AffectedLineStructure]/StopPlaces#complexType (typedef-29.7) +
+

29.50. The complex type complexType[siri:AffectedLineStructure]/StopPlaces#complexType (typedef-22.7)

@@ -210731,7 +211191,7 @@

29.50. The complex type complexType[siri:AffectedLineStructure]/StopPl
  /StopPlaces #complexType
-   (typedef-29.7) +   (typedef-22.7)

@@ -210773,8 +211233,8 @@

29.50. The complex type complexType[siri:AffectedLineStructure]/StopPl

-
-

29.51. The complex type complexType[siri:AffectedModesStructure]/Mode#complexType (typedef-29.3) +
+

29.51. The complex type complexType[siri:AffectedModesStructure]/Mode#complexType (typedef-22.3)

@@ -210794,7 +211254,7 @@

29.51. The complex type complexType[siri:AffectedModesStructure]/Mode#
  /Mode #complexType
-   (typedef-29.3) +   (typedef-22.3)

@@ -211123,8 +211583,8 @@

29.51. The complex type complexType[siri:AffectedModesStructure]/Mode#

-
-

29.52. The complex type complexType[siri:AffectedRouteStructure]/Sections#complexType (typedef-29.9) +
+

29.52. The complex type complexType[siri:AffectedRouteStructure]/Sections#complexType (typedef-22.9)

@@ -211144,7 +211604,7 @@

29.52. The complex type complexType[siri:AffectedRouteStructure]/Secti
  /Sections #complexType
-   (typedef-29.9) +   (typedef-22.9)

@@ -211186,8 +211646,8 @@

29.52. The complex type complexType[siri:AffectedRouteStructure]/Secti

-
-

29.53. The complex type complexType[siri:AffectedRouteStructure]/StopPoints#complexType (typedef-29.10) +
+

29.53. The complex type complexType[siri:AffectedRouteStructure]/StopPoints#complexType (typedef-22.10)

@@ -211207,7 +211667,7 @@

29.53. The complex type complexType[siri:AffectedRouteStructure]/StopP
  /StopPoints #complexType
-   (typedef-29.10) +   (typedef-22.10)

@@ -211296,8 +211756,8 @@

29.53. The complex type complexType[siri:AffectedRouteStructure]/StopP

-
-

29.54. The complex type complexType[siri:AffectedRouteStructure]/RouteLinks#complexType (typedef-29.11) +
+

29.54. The complex type complexType[siri:AffectedRouteStructure]/RouteLinks#complexType (typedef-22.11)

@@ -211317,7 +211777,7 @@

29.54. The complex type complexType[siri:AffectedRouteStructure]/Route
  /RouteLinks #complexType
-   (typedef-29.11) +   (typedef-22.11)

@@ -211359,8 +211819,8 @@

29.54. The complex type complexType[siri:AffectedRouteStructure]/Route

-
-

29.55. The complex type complexType[siri:AffectedSectionStructure]/IndirectSectionRef#complexType (typedef-29.8) +
+

29.55. The complex type complexType[siri:AffectedSectionStructure]/IndirectSectionRef#complexType (typedef-22.8)

@@ -211380,7 +211840,7 @@

29.55. The complex type complexType[siri:AffectedSectionStructure]/Ind
  /IndirectSectionRef #complexType
-   (typedef-29.8) +   (typedef-22.8)

@@ -211706,8 +212166,8 @@

29.55. The complex type complexType[siri:AffectedSectionStructure]/Ind

-
-

29.56. The complex type complexType[siri:AffectedStopPlaceComponentStructure]/AffectedFacilities#complexType (typedef-29.21) +
+

29.56. The complex type complexType[siri:AffectedStopPlaceComponentStructure]/AffectedFacilities#complexType (typedef-22.21)

@@ -211727,7 +212187,7 @@

29.56. The complex type complexType[siri:AffectedStopPlaceComponentStr
  /AffectedFacilities #complexType
-   (typedef-29.21) +   (typedef-22.21)

@@ -211769,8 +212229,8 @@

29.56. The complex type complexType[siri:AffectedStopPlaceComponentStr

-
-

29.57. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedFacilities#complexType (typedef-29.18) +
+

29.57. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedFacilities#complexType (typedef-22.18)

@@ -211790,7 +212250,7 @@

29.57. The complex type complexType[siri:AffectedStopPlaceWithoutLineS
  /AffectedFacilities #complexType
-   (typedef-29.18) +   (typedef-22.18)

@@ -211832,8 +212292,8 @@

29.57. The complex type complexType[siri:AffectedStopPlaceWithoutLineS

-
-

29.58. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedComponents#complexType (typedef-29.19) +
+

29.58. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedComponents#complexType (typedef-22.19)

@@ -211853,7 +212313,7 @@

29.58. The complex type complexType[siri:AffectedStopPlaceWithoutLineS
  /AffectedComponents #complexType
-   (typedef-29.19) +   (typedef-22.19)

@@ -211891,8 +212351,8 @@

29.58. The complex type complexType[siri:AffectedStopPlaceWithoutLineS

-
-

29.59. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedNavigationPaths#complexType (typedef-29.20) +
+

29.59. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedNavigationPaths#complexType (typedef-22.20)

@@ -211912,7 +212372,7 @@

29.59. The complex type complexType[siri:AffectedStopPlaceWithoutLineS
  /AffectedNavigationPaths #complexType
-   (typedef-29.20) +   (typedef-22.20)

@@ -211954,8 +212414,8 @@

29.59. The complex type complexType[siri:AffectedStopPlaceWithoutLineS

-
-

29.60. The complex type complexType[siri:AffectedStopPlaceStructure]/Lines#complexType (typedef-29.17) +
+

29.60. The complex type complexType[siri:AffectedStopPlaceStructure]/Lines#complexType (typedef-22.17)

@@ -211975,7 +212435,7 @@

29.60. The complex type complexType[siri:AffectedStopPlaceStructure]/L
  /Lines #complexType
-   (typedef-29.17) +   (typedef-22.17)

@@ -212017,8 +212477,8 @@

29.60. The complex type complexType[siri:AffectedStopPlaceStructure]/L

-
-

29.61. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedFacilities#complexType (typedef-29.18) +
+

29.61. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedFacilities#complexType (typedef-22.18)

@@ -212038,7 +212498,7 @@

29.61. The complex type complexType[siri:AffectedStopPlaceWithoutLineS
  /AffectedFacilities #complexType
-   (typedef-29.18) +   (typedef-22.18)

@@ -212080,8 +212540,8 @@

29.61. The complex type complexType[siri:AffectedStopPlaceWithoutLineS

-
-

29.62. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedComponents#complexType (typedef-29.19) +
+

29.62. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedComponents#complexType (typedef-22.19)

@@ -212101,7 +212561,7 @@

29.62. The complex type complexType[siri:AffectedStopPlaceWithoutLineS
  /AffectedComponents #complexType
-   (typedef-29.19) +   (typedef-22.19)

@@ -212139,8 +212599,8 @@

29.62. The complex type complexType[siri:AffectedStopPlaceWithoutLineS

-
-

29.63. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedNavigationPaths#complexType (typedef-29.20) +
+

29.63. The complex type complexType[siri:AffectedStopPlaceWithoutLineStructure]/AffectedNavigationPaths#complexType (typedef-22.20)

@@ -212160,7 +212620,7 @@

29.63. The complex type complexType[siri:AffectedStopPlaceWithoutLineS
  /AffectedNavigationPaths #complexType
-   (typedef-29.20) +   (typedef-22.20)

@@ -212202,8 +212662,8 @@

29.63. The complex type complexType[siri:AffectedStopPlaceWithoutLineS

-
-

29.64. The complex type complexType[siri:AffectedStopPointWithoutLineStructure]/ConnectionLinks#complexType (typedef-29.1) +
+

29.64. The complex type complexType[siri:AffectedStopPointWithoutLineStructure]/ConnectionLinks#complexType (typedef-22.1)

@@ -212223,7 +212683,7 @@

29.64. The complex type complexType[siri:AffectedStopPointWithoutLineS
  /ConnectionLinks #complexType
-   (typedef-29.1) +   (typedef-22.1)

@@ -212265,8 +212725,8 @@

29.64. The complex type complexType[siri:AffectedStopPointWithoutLineS

-
-

29.65. The complex type complexType[siri:AffectedStopPointStructure]/Lines#complexType (typedef-29.2) +
+

29.65. The complex type complexType[siri:AffectedStopPointStructure]/Lines#complexType (typedef-22.2)

@@ -212286,7 +212746,7 @@

29.65. The complex type complexType[siri:AffectedStopPointStructure]/L
  /Lines #complexType
-   (typedef-29.2) +   (typedef-22.2)

@@ -212328,8 +212788,8 @@

29.65. The complex type complexType[siri:AffectedStopPointStructure]/L

-
-

29.66. The complex type complexType[siri:AffectedStopPointWithoutLineStructure]/ConnectionLinks#complexType (typedef-29.1) +
+

29.66. The complex type complexType[siri:AffectedStopPointWithoutLineStructure]/ConnectionLinks#complexType (typedef-22.1)

@@ -212349,7 +212809,7 @@

29.66. The complex type complexType[siri:AffectedStopPointWithoutLineS
  /ConnectionLinks #complexType
-   (typedef-29.1) +   (typedef-22.1)

@@ -212391,8 +212851,8 @@

29.66. The complex type complexType[siri:AffectedStopPointWithoutLineS

-
-

29.67. The complex type complexType[siri:AffectedVehicleJourneyStructure]/TrainNumbers#complexType (typedef-29.12) +
+

29.67. The complex type complexType[siri:AffectedVehicleJourneyStructure]/TrainNumbers#complexType (typedef-22.12)

@@ -212412,7 +212872,7 @@

29.67. The complex type complexType[siri:AffectedVehicleJourneyStructu
  /TrainNumbers #complexType
-   (typedef-29.12) +   (typedef-22.12)

@@ -212454,8 +212914,8 @@

29.67. The complex type complexType[siri:AffectedVehicleJourneyStructu

-
-

29.68. The complex type complexType[siri:AffectedVehicleJourneyStructure]/JourneyParts#complexType (typedef-29.13) +
+

29.68. The complex type complexType[siri:AffectedVehicleJourneyStructure]/JourneyParts#complexType (typedef-22.13)

@@ -212475,7 +212935,7 @@

29.68. The complex type complexType[siri:AffectedVehicleJourneyStructu
  /JourneyParts #complexType
-   (typedef-29.13) +   (typedef-22.13)

@@ -212517,8 +212977,8 @@

29.68. The complex type complexType[siri:AffectedVehicleJourneyStructu

-
-

29.69. The complex type complexType[siri:AffectedVehicleJourneyStructure]/Calls#complexType (typedef-29.14) +
+

29.69. The complex type complexType[siri:AffectedVehicleJourneyStructure]/Calls#complexType (typedef-22.14)

@@ -212538,7 +212998,7 @@

29.69. The complex type complexType[siri:AffectedVehicleJourneyStructu
  /Calls #complexType
-   (typedef-29.14) +   (typedef-22.14)

@@ -212580,8 +213040,8 @@

29.69. The complex type complexType[siri:AffectedVehicleJourneyStructu

-
-

29.70. The complex type complexType[siri:AffectedVehicleJourneyStructure]/Facilities#complexType (typedef-29.15) +
+

29.70. The complex type complexType[siri:AffectedVehicleJourneyStructure]/Facilities#complexType (typedef-22.15)

@@ -212601,7 +213061,7 @@

29.70. The complex type complexType[siri:AffectedVehicleJourneyStructu
  /Facilities #complexType
-   (typedef-29.15) +   (typedef-22.15)

@@ -223140,7 +223600,7 @@

39.4. The complex type siri:AnnotatedLineStructure

@@ -223284,7 +223744,7 @@

39.5. The complex type siri:RouteDirectionStructure

@@ -223494,7 +223954,7 @@

39.6. The complex type siri:StopPointInPatternStructure

@@ -223518,7 +223978,7 @@

39.6. The complex type siri:StopPointInPatternStructure

@@ -223682,8 +224142,8 @@

39.6. The complex type siri:StopPointInPatternStructure

@@ -213266,12 +213726,12 @@

30.1. Simple type definitions

-

+

element[siri:Predictability]
  #simpleType
-   (typedef-39.2) +   (typedef-4.2)

@@ -213316,12 +213776,12 @@

30.1. Simple type definitions

-

+

element[siri:VerificationStatus]
  #simpleType
-   (typedef-39.1) +   (typedef-4.1)

@@ -223116,7 +223576,7 @@

39.4. The complex type siri:AnnotatedLineStructure

- +local-type: typedef-69.1 + +local-type: typedef-58.1

- +local-type: typedef-69.2 + +local-type: typedef-58.2

- +local-type: typedef-69.3 + +local-type: typedef-58.3

- +local-type: typedef-67.1 + +local-type: typedef-55.1

- +local-type: typedef-67.2 + +local-type: typedef-55.2

-
-

39.7. The complex type complexType[siri:AnnotatedLineStructure]/Destinations#complexType (typedef-69.1) +
+

39.7. The complex type complexType[siri:AnnotatedLineStructure]/Destinations#complexType (typedef-58.1)

@@ -223703,7 +224163,7 @@

39.7. The complex type complexType[siri:AnnotatedLineStructure]/Destin
  /Destinations #complexType
-   (typedef-69.1) +   (typedef-58.1)

@@ -223746,8 +224206,8 @@

39.7. The complex type complexType[siri:AnnotatedLineStructure]/Destin

-
-

39.8. The complex type complexType[siri:AnnotatedLineStructure]/Directions#complexType (typedef-69.2) +
+

39.8. The complex type complexType[siri:AnnotatedLineStructure]/Directions#complexType (typedef-58.2)

@@ -223767,7 +224227,7 @@

39.8. The complex type complexType[siri:AnnotatedLineStructure]/Direct
  /Directions #complexType
-   (typedef-69.2) +   (typedef-58.2)

@@ -223809,8 +224269,8 @@

39.8. The complex type complexType[siri:AnnotatedLineStructure]/Direct

-
-

39.9. The complex type complexType[siri:RouteDirectionStructure]/JourneyPatterns#complexType (typedef-69.3) +
+

39.9. The complex type complexType[siri:RouteDirectionStructure]/JourneyPatterns#complexType (typedef-58.3)

@@ -223830,7 +224290,7 @@

39.9. The complex type complexType[siri:RouteDirectionStructure]/Journ
  /JourneyPatterns #complexType
-   (typedef-69.3) +   (typedef-58.3)

@@ -223872,8 +224332,8 @@

39.9. The complex type complexType[siri:RouteDirectionStructure]/Journ

@@ -223860,7 +224320,7 @@

39.9. The complex type complexType[siri:RouteDirectionStructure]/Journ

- +local-type: typedef-69.4 + +local-type: typedef-58.4

-
-

39.10. The complex type complexType[siri:RouteDirectionStructure]/JourneyPatterns/JourneyPattern#complexType (typedef-69.4) +
+

39.10. The complex type complexType[siri:RouteDirectionStructure]/JourneyPatterns/JourneyPattern#complexType (typedef-58.4)

@@ -223893,7 +224353,7 @@

39.10. The complex type complexType[siri:RouteDirectionStructure]/Jour
  /JourneyPatterns/JourneyPattern #complexType
-   (typedef-69.4) +   (typedef-58.4)

@@ -223980,8 +224440,8 @@

39.10. The complex type complexType[siri:RouteDirectionStructure]/Jour

@@ -223968,7 +224428,7 @@

39.10. The complex type complexType[siri:RouteDirectionStructure]/Jour

- +local-type: typedef-69.5 + +local-type: typedef-58.5

-
-

39.11. The complex type complexType[siri:RouteDirectionStructure]/JourneyPatterns/JourneyPattern/StopsInPattern#complexType (typedef-69.5) +
+

39.11. The complex type complexType[siri:RouteDirectionStructure]/JourneyPatterns/JourneyPattern/StopsInPattern#complexType (typedef-58.5)

@@ -224001,7 +224461,7 @@

39.11. The complex type complexType[siri:RouteDirectionStructure]/Jour
  /JourneyPatterns/JourneyPattern/StopsInPattern #complexType
-   (typedef-69.5) +   (typedef-58.5)

@@ -224043,8 +224503,8 @@

39.11. The complex type complexType[siri:RouteDirectionStructure]/Jour

-
-

39.12. The complex type complexType[siri:AnnotatedStopPointStructure]/Features#complexType (typedef-67.1) +
+

39.12. The complex type complexType[siri:AnnotatedStopPointStructure]/Features#complexType (typedef-55.1)

@@ -224064,7 +224524,7 @@

39.12. The complex type complexType[siri:AnnotatedStopPointStructure]/
  /Features #complexType
-   (typedef-67.1) +   (typedef-55.1)

@@ -224150,8 +224610,8 @@

39.12. The complex type complexType[siri:AnnotatedStopPointStructure]/

-
-

39.13. The complex type complexType[siri:AnnotatedStopPointStructure]/Lines#complexType (typedef-67.2) +
+

39.13. The complex type complexType[siri:AnnotatedStopPointStructure]/Lines#complexType (typedef-55.2)

@@ -224171,7 +224631,7 @@

39.13. The complex type complexType[siri:AnnotatedStopPointStructure]/
  /Lines #complexType
-   (typedef-67.2) +   (typedef-55.2)

@@ -224483,7 +224943,7 @@

40.2. The complex type siri:AnnotatedStopPointStructure

@@ -224542,8 +225002,8 @@

40.2. The complex type siri:AnnotatedStopPointStructure

@@ -224459,7 +224919,7 @@

40.2. The complex type siri:AnnotatedStopPointStructure

- +local-type: typedef-67.1 + +local-type: typedef-55.1

- +local-type: typedef-67.2 + +local-type: typedef-55.2

-
-

40.3. The complex type complexType[siri:AnnotatedStopPointStructure]/Features#complexType (typedef-67.1) +
+

40.3. The complex type complexType[siri:AnnotatedStopPointStructure]/Features#complexType (typedef-55.1)

@@ -224563,7 +225023,7 @@

40.3. The complex type complexType[siri:AnnotatedStopPointStructure]/F
  /Features #complexType
-   (typedef-67.1) +   (typedef-55.1)

@@ -224649,8 +225109,8 @@

40.3. The complex type complexType[siri:AnnotatedStopPointStructure]/F

-
-

40.4. The complex type complexType[siri:AnnotatedStopPointStructure]/Lines#complexType (typedef-67.2) +
+

40.4. The complex type complexType[siri:AnnotatedStopPointStructure]/Lines#complexType (typedef-55.2)

@@ -224670,7 +225130,7 @@

40.4. The complex type complexType[siri:AnnotatedStopPointStructure]/L
  /Lines #complexType
-   (typedef-67.2) +   (typedef-55.2)

@@ -225944,7 +226404,7 @@

41.13. The group siri:SiriProductionTimetableIndexGroup

@@ -225996,7 +226456,7 @@

41.13. The group siri:SiriProductionTimetableIndexGroup

@@ -227056,7 +227516,7 @@

41.15. The complex type siri:ProductionTimetableCapabilitiesResponseSt

@@ -227966,7 +228426,7 @@

41.19. The complex type siri:ProductionTimetableRequestStructure

@@ -228297,7 +228757,7 @@

41.20. The complex type siri:ProductionTimetableServiceCapabilitiesStr

@@ -228321,7 +228781,7 @@

41.20. The complex type siri:ProductionTimetableServiceCapabilitiesStr

@@ -228345,7 +228805,7 @@

41.20. The complex type siri:ProductionTimetableServiceCapabilitiesStr

@@ -228717,8 +229177,8 @@

41.22. The complex type siri:TimetableValidityPeriod

@@ -225794,7 +226254,7 @@

41.12. The group siri:ProductionTimetableTopicGroup

- +local-type: typedef-82.1 + +local-type: typedef-74.1

- +local-type: typedef-82.2 + +local-type: typedef-74.2

- +local-type: typedef-82.3 + +local-type: typedef-74.3

- +local-type: typedef-82.7 + +local-type: typedef-74.7

- +local-type: typedef-82.1 + +local-type: typedef-74.1

- +local-type: typedef-82.4 + +local-type: typedef-74.4

- +local-type: typedef-82.5 + +local-type: typedef-74.5

- +local-type: typedef-82.6 + +local-type: typedef-74.6

-
-

41.23. The complex type element[siri:ProductionTimetableCapabilitiesRequest]#complexType (typedef-82.3) +
+

41.23. The complex type element[siri:ProductionTimetableCapabilitiesRequest]#complexType (typedef-74.3)

@@ -228738,7 +229198,7 @@

41.23. The complex type element[siri:ProductionTimetableCapabilitiesRe
  #complexType
-   (typedef-82.3) +   (typedef-74.3)

@@ -228888,8 +229348,8 @@

41.23. The complex type element[siri:ProductionTimetableCapabilitiesRe

-
-

41.24. The complex type element[siri:ProductionTimetablePermissions]#complexType (typedef-82.7) +
+

41.24. The complex type element[siri:ProductionTimetablePermissions]#complexType (typedef-74.7)

@@ -228909,7 +229369,7 @@

41.24. The complex type element[siri:ProductionTimetablePermissions]#c
  #complexType
-   (typedef-82.7) +   (typedef-74.7)

@@ -228984,8 +229444,8 @@

41.24. The complex type element[siri:ProductionTimetablePermissions]#c

-
-

41.25. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-82.2) +
+

41.25. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-74.2)

@@ -229005,7 +229465,7 @@

41.25. The complex type element[siri:ProductionTimetableSubscriptionRe
  #complexType
-   (typedef-82.2) +   (typedef-74.2)

@@ -229202,8 +229662,8 @@

41.25. The complex type element[siri:ProductionTimetableSubscriptionRe

-
-

41.26. The complex type group[siri:ProductionTimetableTopicGroup]/Lines#complexType (typedef-82.1) +
+

41.26. The complex type group[siri:ProductionTimetableTopicGroup]/Lines#complexType (typedef-74.1)

@@ -229223,7 +229683,7 @@

41.26. The complex type group[siri:ProductionTimetableTopicGroup]/Line
  /Lines #complexType
-   (typedef-82.1) +   (typedef-74.1)

@@ -229265,8 +229725,8 @@

41.26. The complex type group[siri:ProductionTimetableTopicGroup]/Line

-
-

41.27. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-82.2) +
+

41.27. The complex type element[siri:ProductionTimetableSubscriptionRequest]#complexType (typedef-74.2)

@@ -229286,7 +229746,7 @@

41.27. The complex type element[siri:ProductionTimetableSubscriptionRe
  #complexType
-   (typedef-82.2) +   (typedef-74.2)

@@ -229483,8 +229943,8 @@

41.27. The complex type element[siri:ProductionTimetableSubscriptionRe

-
-

41.28. The complex type element[siri:ProductionTimetableCapabilitiesRequest]#complexType (typedef-82.3) +
+

41.28. The complex type element[siri:ProductionTimetableCapabilitiesRequest]#complexType (typedef-74.3)

@@ -229504,7 +229964,7 @@

41.28. The complex type element[siri:ProductionTimetableCapabilitiesRe
  #complexType
-   (typedef-82.3) +   (typedef-74.3)

@@ -229654,8 +230114,8 @@

41.28. The complex type element[siri:ProductionTimetableCapabilitiesRe

-
-

41.29. The complex type element[siri:ProductionTimetablePermissions]#complexType (typedef-82.7) +
+

41.29. The complex type element[siri:ProductionTimetablePermissions]#complexType (typedef-74.7)

@@ -229675,7 +230135,7 @@

41.29. The complex type element[siri:ProductionTimetablePermissions]#c
  #complexType
-   (typedef-82.7) +   (typedef-74.7)

@@ -229750,8 +230210,8 @@

41.29. The complex type element[siri:ProductionTimetablePermissions]#c

-
-

41.30. The complex type group[siri:ProductionTimetableTopicGroup]/Lines#complexType (typedef-82.1) +
+

41.30. The complex type group[siri:ProductionTimetableTopicGroup]/Lines#complexType (typedef-74.1)

@@ -229771,7 +230231,7 @@

41.30. The complex type group[siri:ProductionTimetableTopicGroup]/Line
  /Lines #complexType
-   (typedef-82.1) +   (typedef-74.1)

@@ -229813,8 +230273,8 @@

41.30. The complex type group[siri:ProductionTimetableTopicGroup]/Line

-
-

41.31. The complex type complexType[siri:ProductionTimetableServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-82.4) +
+

41.31. The complex type complexType[siri:ProductionTimetableServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-74.4)

@@ -229834,7 +230294,7 @@

41.31. The complex type complexType[siri:ProductionTimetableServiceCap
  /TopicFiltering #complexType
-   (typedef-82.4) +   (typedef-74.4)

@@ -230031,8 +230491,8 @@

41.31. The complex type complexType[siri:ProductionTimetableServiceCap

-
-

41.32. The complex type complexType[siri:ProductionTimetableServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-82.5) +
+

41.32. The complex type complexType[siri:ProductionTimetableServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-74.5)

@@ -230052,7 +230512,7 @@

41.32. The complex type complexType[siri:ProductionTimetableServiceCap
  /RequestPolicy #complexType
-   (typedef-82.5) +   (typedef-74.5)

@@ -230196,8 +230656,8 @@

41.32. The complex type complexType[siri:ProductionTimetableServiceCap

-
-

41.33. The complex type complexType[siri:ProductionTimetableServiceCapabilitiesStructure]/SubscriptionPolicy#complexType (typedef-82.6) +
+

41.33. The complex type complexType[siri:ProductionTimetableServiceCapabilitiesStructure]/SubscriptionPolicy#complexType (typedef-74.6)

@@ -230217,7 +230677,7 @@

41.33. The complex type complexType[siri:ProductionTimetableServiceCap
  /SubscriptionPolicy #complexType
-   (typedef-82.6) +   (typedef-74.6)

@@ -235820,7 +236280,7 @@

42.31. The complex type siri:SituationExchangeServicePermissionStructu

@@ -235849,7 +236309,7 @@

42.31. The complex type siri:SituationExchangeServicePermissionStructu

@@ -237498,8 +237958,8 @@

42.45. The complex type complexType[siri:SituationExchangeServiceCapab

@@ -235786,7 +236246,7 @@

42.31. The complex type siri:SituationExchangeServicePermissionStructu

- +local-type: typedef-10.1 + +local-type: typedef-61.1

- +local-type: typedef-27.2 + +local-type: typedef-2.2

- +local-type: typedef-27.1 + +local-type: typedef-2.1

-
-

42.46. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-10.1) +
+

42.46. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-61.1)

@@ -237519,7 +237979,7 @@

42.46. The complex type complexType[siri:AbstractPermissionStructure]/
  /GeneralCapabilities #complexType
-   (typedef-10.1) +   (typedef-61.1)

@@ -237587,8 +238047,8 @@

42.46. The complex type complexType[siri:AbstractPermissionStructure]/

-
-

42.47. The complex type element[siri:OperatorPermissions]#complexType (typedef-27.2) +
+

42.47. The complex type element[siri:OperatorPermissions]#complexType (typedef-2.2)

@@ -237608,7 +238068,7 @@

42.47. The complex type element[siri:OperatorPermissions]#complexType
  #complexType
-   (typedef-27.2) +   (typedef-2.2)

@@ -237693,8 +238153,8 @@

42.47. The complex type element[siri:OperatorPermissions]#complexType

-
-

42.48. The complex type element[siri:LinePermissions]#complexType (typedef-27.1) +
+

42.48. The complex type element[siri:LinePermissions]#complexType (typedef-2.1)

@@ -237714,7 +238174,7 @@

42.48. The complex type element[siri:LinePermissions]#complexType (typ
  #complexType
-   (typedef-27.1) +   (typedef-2.1)

@@ -241802,7 +242262,7 @@

43.35. The complex type siri:StopMonitoringCapabilitiesResponseStructu

@@ -243134,7 +243594,7 @@

43.39. The complex type siri:StopMonitoringFilterStructure

@@ -243813,7 +244273,7 @@

43.41. The complex type siri:StopMonitoringRequestStructure

@@ -243953,7 +244413,7 @@

43.42. The complex type siri:StopMonitoringServiceCapabilitiesStructur

@@ -243977,7 +244437,7 @@

43.42. The complex type siri:StopMonitoringServiceCapabilitiesStructur

@@ -244049,7 +244509,7 @@

43.42. The complex type siri:StopMonitoringServiceCapabilitiesStructur

@@ -244183,7 +244643,7 @@

43.43. The complex type siri:StopMonitoringServicePermissionStructure<

@@ -244217,7 +244677,7 @@

43.43. The complex type siri:StopMonitoringServicePermissionStructure<

@@ -244246,7 +244706,7 @@

43.43. The complex type siri:StopMonitoringServicePermissionStructure<

@@ -244274,7 +244734,7 @@

43.43. The complex type siri:StopMonitoringServicePermissionStructure<

@@ -244977,8 +245437,8 @@

43.46. The complex type siri:StopNoticeStructure

@@ -239249,7 +239709,7 @@

43.23. The group siri:StopMonitoringRequestPolicyGroup

- +local-type: typedef-80.1 + +local-type: typedef-75.1

- +local-type: typedef-80.5 + +local-type: typedef-75.5

- +local-type: typedef-80.1 + +local-type: typedef-75.1

- +local-type: typedef-80.1 + +local-type: typedef-75.1

- +local-type: typedef-80.2 + +local-type: typedef-75.2

- +local-type: typedef-80.3 + +local-type: typedef-75.3

- +local-type: typedef-80.4 + +local-type: typedef-75.4

- +local-type: typedef-10.1 + +local-type: typedef-61.1

- +local-type: typedef-27.2 + +local-type: typedef-2.2

- +local-type: typedef-27.1 + +local-type: typedef-2.1

- +local-type: typedef-80.6 + +local-type: typedef-75.6

-
-

43.47. The complex type element[siri:StopMonitoringPermissions]#complexType (typedef-80.5) +
+

43.47. The complex type element[siri:StopMonitoringPermissions]#complexType (typedef-75.5)

@@ -244998,7 +245458,7 @@

43.47. The complex type element[siri:StopMonitoringPermissions]#comple
  #complexType
-   (typedef-80.5) +   (typedef-75.5)

@@ -245072,8 +245532,8 @@

43.47. The complex type element[siri:StopMonitoringPermissions]#comple

-
-

43.48. The complex type group[siri:StopMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-80.1) +
+

43.48. The complex type group[siri:StopMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-75.1)

@@ -245093,7 +245553,7 @@

43.48. The complex type group[siri:StopMonitoringRequestPolicyGroup]/M
  /MaximumNumberOfCalls #complexType
-   (typedef-80.1) +   (typedef-75.1)

@@ -245153,8 +245613,8 @@

43.48. The complex type group[siri:StopMonitoringRequestPolicyGroup]/M

-
-

43.49. The complex type element[siri:StopMonitoringPermissions]#complexType (typedef-80.5) +
+

43.49. The complex type element[siri:StopMonitoringPermissions]#complexType (typedef-75.5)

@@ -245174,7 +245634,7 @@

43.49. The complex type element[siri:StopMonitoringPermissions]#comple
  #complexType
-   (typedef-80.5) +   (typedef-75.5)

@@ -245248,8 +245708,8 @@

43.49. The complex type element[siri:StopMonitoringPermissions]#comple

-
-

43.50. The complex type group[siri:StopMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-80.1) +
+

43.50. The complex type group[siri:StopMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-75.1)

@@ -245269,7 +245729,7 @@

43.50. The complex type group[siri:StopMonitoringRequestPolicyGroup]/M
  /MaximumNumberOfCalls #complexType
-   (typedef-80.1) +   (typedef-75.1)

@@ -245329,8 +245789,8 @@

43.50. The complex type group[siri:StopMonitoringRequestPolicyGroup]/M

-
-

43.51. The complex type group[siri:StopMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-80.1) +
+

43.51. The complex type group[siri:StopMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-75.1)

@@ -245350,7 +245810,7 @@

43.51. The complex type group[siri:StopMonitoringRequestPolicyGroup]/M
  /MaximumNumberOfCalls #complexType
-   (typedef-80.1) +   (typedef-75.1)

@@ -245410,8 +245870,8 @@

43.51. The complex type group[siri:StopMonitoringRequestPolicyGroup]/M

-
-

43.52. The complex type complexType[siri:StopMonitoringServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-80.2) +
+

43.52. The complex type complexType[siri:StopMonitoringServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-75.2)

@@ -245431,7 +245891,7 @@

43.52. The complex type complexType[siri:StopMonitoringServiceCapabili
  /TopicFiltering #complexType
-   (typedef-80.2) +   (typedef-75.2)

@@ -245624,8 +246084,8 @@

43.52. The complex type complexType[siri:StopMonitoringServiceCapabili

-
-

43.53. The complex type complexType[siri:StopMonitoringServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-80.3) +
+

43.53. The complex type complexType[siri:StopMonitoringServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-75.3)

@@ -245645,7 +246105,7 @@

43.53. The complex type complexType[siri:StopMonitoringServiceCapabili
  /RequestPolicy #complexType
-   (typedef-80.3) +   (typedef-75.3)

@@ -245985,8 +246445,8 @@

43.53. The complex type complexType[siri:StopMonitoringServiceCapabili

-
-

43.54. The complex type complexType[siri:StopMonitoringServiceCapabilitiesStructure]/ResponseFeatures#complexType (typedef-80.4) +
+

43.54. The complex type complexType[siri:StopMonitoringServiceCapabilitiesStructure]/ResponseFeatures#complexType (typedef-75.4)

@@ -246006,7 +246466,7 @@

43.54. The complex type complexType[siri:StopMonitoringServiceCapabili
  /ResponseFeatures #complexType
-   (typedef-80.4) +   (typedef-75.4)

@@ -246066,8 +246526,8 @@

43.54. The complex type complexType[siri:StopMonitoringServiceCapabili

-
-

43.55. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-10.1) +
+

43.55. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-61.1)

@@ -246087,7 +246547,7 @@

43.55. The complex type complexType[siri:AbstractPermissionStructure]/
  /GeneralCapabilities #complexType
-   (typedef-10.1) +   (typedef-61.1)

@@ -246155,8 +246615,8 @@

43.55. The complex type complexType[siri:AbstractPermissionStructure]/

-
-

43.56. The complex type element[siri:OperatorPermissions]#complexType (typedef-27.2) +
+

43.56. The complex type element[siri:OperatorPermissions]#complexType (typedef-2.2)

@@ -246176,7 +246636,7 @@

43.56. The complex type element[siri:OperatorPermissions]#complexType
  #complexType
-   (typedef-27.2) +   (typedef-2.2)

@@ -246261,8 +246721,8 @@

43.56. The complex type element[siri:OperatorPermissions]#complexType

-
-

43.57. The complex type element[siri:LinePermissions]#complexType (typedef-27.1) +
+

43.57. The complex type element[siri:LinePermissions]#complexType (typedef-2.1)

@@ -246282,7 +246742,7 @@

43.57. The complex type element[siri:LinePermissions]#complexType (typ
  #complexType
-   (typedef-27.1) +   (typedef-2.1)

@@ -246367,8 +246827,8 @@

43.57. The complex type element[siri:LinePermissions]#complexType (typ

-
-

43.58. The complex type complexType[siri:StopMonitoringServicePermissionStructure]/StopMonitorPermissions#complexType (typedef-80.6) +
+

43.58. The complex type complexType[siri:StopMonitoringServicePermissionStructure]/StopMonitorPermissions#complexType (typedef-75.6)

@@ -246388,7 +246848,7 @@

43.58. The complex type complexType[siri:StopMonitoringServicePermissi
  /StopMonitorPermissions #complexType
-   (typedef-80.6) +   (typedef-75.6)

@@ -248676,7 +249136,7 @@

44.18. The complex type siri:StopTimetableServiceCapabilitiesStructure

@@ -248724,7 +249184,7 @@

44.18. The complex type siri:StopTimetableServiceCapabilitiesStructure

@@ -248883,7 +249343,7 @@

44.19. The complex type siri:StopTimetableServicePermissionStructure

@@ -248917,7 +249377,7 @@

44.19. The complex type siri:StopTimetableServicePermissionStructure

@@ -248946,7 +249406,7 @@

44.19. The complex type siri:StopTimetableServicePermissionStructure

@@ -248974,7 +249434,7 @@

44.19. The complex type siri:StopTimetableServicePermissionStructure

@@ -249930,8 +250390,8 @@

44.22. The complex type siri:TimetabledStopVisitStructure

@@ -247532,7 +247992,7 @@

44.13. The complex type siri:StopTimetableCapabilitiesResponseStructur

- +local-type: typedef-75.3 + +local-type: typedef-85.3

- +local-type: typedef-75.1 + +local-type: typedef-85.1

- +local-type: typedef-75.2 + +local-type: typedef-85.2

- +local-type: typedef-10.1 + +local-type: typedef-61.1

- +local-type: typedef-27.2 + +local-type: typedef-2.2

- +local-type: typedef-27.1 + +local-type: typedef-2.1

- +local-type: typedef-75.4 + +local-type: typedef-85.4

-
-

44.23. The complex type element[siri:StopTimetablePermissions]#complexType (typedef-75.3) +
+

44.23. The complex type element[siri:StopTimetablePermissions]#complexType (typedef-85.3)

@@ -249951,7 +250411,7 @@

44.23. The complex type element[siri:StopTimetablePermissions]#complex
  #complexType
-   (typedef-75.3) +   (typedef-85.3)

@@ -250025,8 +250485,8 @@

44.23. The complex type element[siri:StopTimetablePermissions]#complex

-
-

44.24. The complex type element[siri:StopTimetablePermissions]#complexType (typedef-75.3) +
+

44.24. The complex type element[siri:StopTimetablePermissions]#complexType (typedef-85.3)

@@ -250046,7 +250506,7 @@

44.24. The complex type element[siri:StopTimetablePermissions]#complex
  #complexType
-   (typedef-75.3) +   (typedef-85.3)

@@ -250120,8 +250580,8 @@

44.24. The complex type element[siri:StopTimetablePermissions]#complex

-
-

44.25. The complex type complexType[siri:StopTimetableServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-75.1) +
+

44.25. The complex type complexType[siri:StopTimetableServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-85.1)

@@ -250141,7 +250601,7 @@

44.25. The complex type complexType[siri:StopTimetableServiceCapabilit
  /TopicFiltering #complexType
-   (typedef-75.1) +   (typedef-85.1)

@@ -250235,8 +250695,8 @@

44.25. The complex type complexType[siri:StopTimetableServiceCapabilit

-
-

44.26. The complex type complexType[siri:StopTimetableServiceCapabilitiesStructure]/AccessControl#complexType (typedef-75.2) +
+

44.26. The complex type complexType[siri:StopTimetableServiceCapabilitiesStructure]/AccessControl#complexType (typedef-85.2)

@@ -250256,7 +250716,7 @@

44.26. The complex type complexType[siri:StopTimetableServiceCapabilit
  /AccessControl #complexType
-   (typedef-75.2) +   (typedef-85.2)

@@ -250381,8 +250841,8 @@

44.26. The complex type complexType[siri:StopTimetableServiceCapabilit

-
-

44.27. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-10.1) +
+

44.27. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-61.1)

@@ -250402,7 +250862,7 @@

44.27. The complex type complexType[siri:AbstractPermissionStructure]/
  /GeneralCapabilities #complexType
-   (typedef-10.1) +   (typedef-61.1)

@@ -250470,8 +250930,8 @@

44.27. The complex type complexType[siri:AbstractPermissionStructure]/

-
-

44.28. The complex type element[siri:OperatorPermissions]#complexType (typedef-27.2) +
+

44.28. The complex type element[siri:OperatorPermissions]#complexType (typedef-2.2)

@@ -250491,7 +250951,7 @@

44.28. The complex type element[siri:OperatorPermissions]#complexType
  #complexType
-   (typedef-27.2) +   (typedef-2.2)

@@ -250576,8 +251036,8 @@

44.28. The complex type element[siri:OperatorPermissions]#complexType

-
-

44.29. The complex type element[siri:LinePermissions]#complexType (typedef-27.1) +
+

44.29. The complex type element[siri:LinePermissions]#complexType (typedef-2.1)

@@ -250597,7 +251057,7 @@

44.29. The complex type element[siri:LinePermissions]#complexType (typ
  #complexType
-   (typedef-27.1) +   (typedef-2.1)

@@ -250682,8 +251142,8 @@

44.29. The complex type element[siri:LinePermissions]#complexType (typ

-
-

44.30. The complex type complexType[siri:StopTimetableServicePermissionStructure]/StopMonitorPermissions#complexType (typedef-75.4) +
+

44.30. The complex type complexType[siri:StopTimetableServicePermissionStructure]/StopMonitorPermissions#complexType (typedef-85.4)

@@ -250703,7 +251163,7 @@

44.30. The complex type complexType[siri:StopTimetableServicePermissio
  /StopMonitorPermissions #complexType
-   (typedef-75.4) +   (typedef-85.4)

@@ -252232,8 +252692,8 @@

47.4. The complex type siri:CapabilityAccessControlStructure

@@ -252104,7 +252564,7 @@

47.2. The complex type siri:AbstractPermissionStructure

- +local-type: typedef-10.1 + +local-type: typedef-61.1

-
-

47.5. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-10.1) +
+

47.5. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-61.1)

@@ -252253,7 +252713,7 @@

47.5. The complex type complexType[siri:AbstractPermissionStructure]/G
  /GeneralCapabilities #complexType
-   (typedef-10.1) +   (typedef-61.1)

@@ -255918,7 +256378,7 @@

50.19. The complex type siri:VehicleActivityStructure

@@ -256232,7 +256692,7 @@

50.20. The complex type siri:VehicleMonitoringCapabilitiesResponseStru

@@ -257372,7 +257832,7 @@

50.25. The complex type siri:VehicleMonitoringRequestStructure

@@ -257532,7 +257992,7 @@

50.26. The complex type siri:VehicleMonitoringServiceCapabilitiesStruc

@@ -257556,7 +258016,7 @@

50.26. The complex type siri:VehicleMonitoringServiceCapabilitiesStruc

@@ -257604,7 +258064,7 @@

50.26. The complex type siri:VehicleMonitoringServiceCapabilitiesStruc

@@ -257628,7 +258088,7 @@

50.26. The complex type siri:VehicleMonitoringServiceCapabilitiesStruc

@@ -257787,7 +258247,7 @@

50.27. The complex type siri:VehicleMonitoringServicePermissionStructu

@@ -257821,7 +258281,7 @@

50.27. The complex type siri:VehicleMonitoringServicePermissionStructu

@@ -257850,7 +258310,7 @@

50.27. The complex type siri:VehicleMonitoringServicePermissionStructu

@@ -257878,7 +258338,7 @@

50.27. The complex type siri:VehicleMonitoringServicePermissionStructu

@@ -258291,8 +258751,8 @@

50.29. The complex type siri:VehicleMonitorPermissionStructure

@@ -252516,12 +252976,12 @@

48.1. Simple type definitions

-

+

attribute[lang]
  #simpleType
-   (typedef-71.1) +   (typedef-36.1)

@@ -254795,7 +255255,7 @@

50.14. The group siri:VehicleMonitoringRequestPolicyGroup

- +local-type: typedef-79.1 + +local-type: typedef-80.1

- +local-type: typedef-79.2 + +local-type: typedef-80.2

- +local-type: typedef-79.7 + +local-type: typedef-80.7

- +local-type: typedef-79.1 + +local-type: typedef-80.1

- +local-type: typedef-79.3 + +local-type: typedef-80.3

- +local-type: typedef-79.4 + +local-type: typedef-80.4

- +local-type: typedef-79.5 + +local-type: typedef-80.5

- +local-type: typedef-79.6 + +local-type: typedef-80.6

- +local-type: typedef-10.1 + +local-type: typedef-61.1

- +local-type: typedef-27.2 + +local-type: typedef-2.2

- +local-type: typedef-27.1 + +local-type: typedef-2.1

- +local-type: typedef-79.8 + +local-type: typedef-80.8

-
-

50.30. The complex type element[siri:VehicleMonitoringPermissions]#complexType (typedef-79.7) +
+

50.30. The complex type element[siri:VehicleMonitoringPermissions]#complexType (typedef-80.7)

@@ -258312,7 +258772,7 @@

50.30. The complex type element[siri:VehicleMonitoringPermissions]#com
  #complexType
-   (typedef-79.7) +   (typedef-80.7)

@@ -258386,8 +258846,8 @@

50.30. The complex type element[siri:VehicleMonitoringPermissions]#com

-
-

50.31. The complex type group[siri:VehicleMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-79.1) +
+

50.31. The complex type group[siri:VehicleMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-80.1)

@@ -258407,7 +258867,7 @@

50.31. The complex type group[siri:VehicleMonitoringRequestPolicyGroup
  /MaximumNumberOfCalls #complexType
-   (typedef-79.1) +   (typedef-80.1)

@@ -258467,8 +258927,8 @@

50.31. The complex type group[siri:VehicleMonitoringRequestPolicyGroup

-
-

50.32. The complex type complexType[siri:VehicleActivityStructure]/MonitoredVehicleJourney#complexType (typedef-79.2) +
+

50.32. The complex type complexType[siri:VehicleActivityStructure]/MonitoredVehicleJourney#complexType (typedef-80.2)

@@ -258488,7 +258948,7 @@

50.32. The complex type complexType[siri:VehicleActivityStructure]/Mon
  /MonitoredVehicleJourney #complexType
-   (typedef-79.2) +   (typedef-80.2)

@@ -259976,7 +260436,7 @@

50.32. The complex type complexType[siri:VehicleActivityStructure]/Mon

@@ -260000,7 +260460,7 @@

50.32. The complex type complexType[siri:VehicleActivityStructure]/Mon

@@ -260021,7 +260481,7 @@

50.32. The complex type complexType[siri:VehicleActivityStructure]/Mon

@@ -260042,7 +260502,7 @@

50.32. The complex type complexType[siri:VehicleActivityStructure]/Mon

@@ -260140,8 +260600,8 @@

50.32. The complex type complexType[siri:VehicleActivityStructure]/Mon

@@ -259955,7 +260415,7 @@

50.32. The complex type complexType[siri:VehicleActivityStructure]/Mon

- +local-type: typedef-28.4 + +local-type: typedef-8.4

- +local-type: typedef-28.5 + +local-type: typedef-8.5

- +local-type: typedef-18.2 + +local-type: typedef-24.2

- +local-type: typedef-18.3 + +local-type: typedef-24.3

- +local-type: typedef-18.4 + +local-type: typedef-24.4

-
-

50.33. The complex type group[siri:TrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-28.4) +
+

50.33. The complex type group[siri:TrainOperationalInfoGroup]/TrainNumbers#complexType (typedef-8.4)

@@ -260161,7 +260621,7 @@

50.33. The complex type group[siri:TrainOperationalInfoGroup]/TrainNum
  /TrainNumbers #complexType
-   (typedef-28.4) +   (typedef-8.4)

@@ -260203,8 +260663,8 @@

50.33. The complex type group[siri:TrainOperationalInfoGroup]/TrainNum

-
-

50.34. The complex type group[siri:TrainOperationalInfoGroup]/JourneyParts#complexType (typedef-28.5) +
+

50.34. The complex type group[siri:TrainOperationalInfoGroup]/JourneyParts#complexType (typedef-8.5)

@@ -260224,7 +260684,7 @@

50.34. The complex type group[siri:TrainOperationalInfoGroup]/JourneyP
  /JourneyParts #complexType
-   (typedef-28.5) +   (typedef-8.5)

@@ -260266,8 +260726,8 @@

50.34. The complex type group[siri:TrainOperationalInfoGroup]/JourneyP

-
-

50.35. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-18.2) +
+

50.35. The complex type group[siri:JourneyFormationGroup]/TrainElements#complexType (typedef-24.2)

@@ -260287,7 +260747,7 @@

50.35. The complex type group[siri:JourneyFormationGroup]/TrainElement
  /TrainElements #complexType
-   (typedef-18.2) +   (typedef-24.2)

@@ -260374,8 +260834,8 @@

50.35. The complex type group[siri:JourneyFormationGroup]/TrainElement

-
-

50.36. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-18.3) +
+

50.36. The complex type group[siri:JourneyFormationGroup]/Trains#complexType (typedef-24.3)

@@ -260395,7 +260855,7 @@

50.36. The complex type group[siri:JourneyFormationGroup]/Trains#compl
  /Trains #complexType
-   (typedef-18.3) +   (typedef-24.3)

@@ -260482,8 +260942,8 @@

50.36. The complex type group[siri:JourneyFormationGroup]/Trains#compl

-
-

50.37. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-18.4) +
+

50.37. The complex type group[siri:JourneyFormationGroup]/CompoundTrains#complexType (typedef-24.4)

@@ -260503,7 +260963,7 @@

50.37. The complex type group[siri:JourneyFormationGroup]/CompoundTrai
  /CompoundTrains #complexType
-   (typedef-18.4) +   (typedef-24.4)

@@ -260590,8 +261050,8 @@

50.37. The complex type group[siri:JourneyFormationGroup]/CompoundTrai

-
-

50.38. The complex type element[siri:VehicleMonitoringPermissions]#complexType (typedef-79.7) +
+

50.38. The complex type element[siri:VehicleMonitoringPermissions]#complexType (typedef-80.7)

@@ -260611,7 +261071,7 @@

50.38. The complex type element[siri:VehicleMonitoringPermissions]#com
  #complexType
-   (typedef-79.7) +   (typedef-80.7)

@@ -260685,8 +261145,8 @@

50.38. The complex type element[siri:VehicleMonitoringPermissions]#com

-
-

50.39. The complex type group[siri:VehicleMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-79.1) +
+

50.39. The complex type group[siri:VehicleMonitoringRequestPolicyGroup]/MaximumNumberOfCalls#complexType (typedef-80.1)

@@ -260706,7 +261166,7 @@

50.39. The complex type group[siri:VehicleMonitoringRequestPolicyGroup
  /MaximumNumberOfCalls #complexType
-   (typedef-79.1) +   (typedef-80.1)

@@ -260766,8 +261226,8 @@

50.39. The complex type group[siri:VehicleMonitoringRequestPolicyGroup

-
-

50.40. The complex type complexType[siri:VehicleMonitoringServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-79.3) +
+

50.40. The complex type complexType[siri:VehicleMonitoringServiceCapabilitiesStructure]/TopicFiltering#complexType (typedef-80.3)

@@ -260787,7 +261247,7 @@

50.40. The complex type complexType[siri:VehicleMonitoringServiceCapab
  /TopicFiltering #complexType
-   (typedef-79.3) +   (typedef-80.3)

@@ -260929,8 +261389,8 @@

50.40. The complex type complexType[siri:VehicleMonitoringServiceCapab

-
-

50.41. The complex type complexType[siri:VehicleMonitoringServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-79.4) +
+

50.41. The complex type complexType[siri:VehicleMonitoringServiceCapabilitiesStructure]/RequestPolicy#complexType (typedef-80.4)

@@ -260950,7 +261410,7 @@

50.41. The complex type complexType[siri:VehicleMonitoringServiceCapab
  /RequestPolicy #complexType
-   (typedef-79.4) +   (typedef-80.4)

@@ -261224,8 +261684,8 @@

50.41. The complex type complexType[siri:VehicleMonitoringServiceCapab

-
-

50.42. The complex type complexType[siri:VehicleMonitoringServiceCapabilitiesStructure]/AccessControl#complexType (typedef-79.5) +
+

50.42. The complex type complexType[siri:VehicleMonitoringServiceCapabilitiesStructure]/AccessControl#complexType (typedef-80.5)

@@ -261245,7 +261705,7 @@

50.42. The complex type complexType[siri:VehicleMonitoringServiceCapab
  /AccessControl #complexType
-   (typedef-79.5) +   (typedef-80.5)

@@ -261369,8 +261829,8 @@

50.42. The complex type complexType[siri:VehicleMonitoringServiceCapab

-
-

50.43. The complex type complexType[siri:VehicleMonitoringServiceCapabilitiesStructure]/ResponseFeatures#complexType (typedef-79.6) +
+

50.43. The complex type complexType[siri:VehicleMonitoringServiceCapabilitiesStructure]/ResponseFeatures#complexType (typedef-80.6)

@@ -261390,7 +261850,7 @@

50.43. The complex type complexType[siri:VehicleMonitoringServiceCapab
  /ResponseFeatures #complexType
-   (typedef-79.6) +   (typedef-80.6)

@@ -261450,8 +261910,8 @@

50.43. The complex type complexType[siri:VehicleMonitoringServiceCapab

-
-

50.44. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-10.1) +
+

50.44. The complex type complexType[siri:AbstractPermissionStructure]/GeneralCapabilities#complexType (typedef-61.1)

@@ -261471,7 +261931,7 @@

50.44. The complex type complexType[siri:AbstractPermissionStructure]/
  /GeneralCapabilities #complexType
-   (typedef-10.1) +   (typedef-61.1)

@@ -261539,8 +261999,8 @@

50.44. The complex type complexType[siri:AbstractPermissionStructure]/

-
-

50.45. The complex type element[siri:OperatorPermissions]#complexType (typedef-27.2) +
+

50.45. The complex type element[siri:OperatorPermissions]#complexType (typedef-2.2)

@@ -261560,7 +262020,7 @@

50.45. The complex type element[siri:OperatorPermissions]#complexType
  #complexType
-   (typedef-27.2) +   (typedef-2.2)

@@ -261645,8 +262105,8 @@

50.45. The complex type element[siri:OperatorPermissions]#complexType

-
-

50.46. The complex type element[siri:LinePermissions]#complexType (typedef-27.1) +
+

50.46. The complex type element[siri:LinePermissions]#complexType (typedef-2.1)

@@ -261666,7 +262126,7 @@

50.46. The complex type element[siri:LinePermissions]#complexType (typ
  #complexType
-   (typedef-27.1) +   (typedef-2.1)

@@ -261751,8 +262211,8 @@

50.46. The complex type element[siri:LinePermissions]#complexType (typ

-
-

50.47. The complex type complexType[siri:VehicleMonitoringServicePermissionStructure]/VehicleMonitoringPermissions#complexType (typedef-79.8) +
+

50.47. The complex type complexType[siri:VehicleMonitoringServicePermissionStructure]/VehicleMonitoringPermissions#complexType (typedef-80.8)

@@ -261772,7 +262232,7 @@

50.47. The complex type complexType[siri:VehicleMonitoringServicePermi
  /VehicleMonitoringPermissions #complexType
-   (typedef-79.8) +   (typedef-80.8)

@@ -261986,7 +262446,7 @@

51.1. The toplevel element siri:Siri

@@ -262372,7 +262832,7 @@

51.1. The toplevel element siri:Siri

@@ -262554,8 +263014,8 @@

51.1. The toplevel element siri:Siri

@@ -261955,7 +262415,7 @@

51.1. The toplevel element siri:Siri

- +local-type: typedef-78.2 + +local-type: typedef-82.2

- +local-type: typedef-3.2 + +local-type: typedef-70.2

- +local-type: typedef-78.4 + +local-type: typedef-82.4

-
-

51.2. The complex type element[siri:Siri]#complexType (typedef-81.1) +
+

51.2. The complex type element[siri:Siri]#complexType (typedef-83.1)

@@ -262575,7 +263035,7 @@

51.2. The complex type element[siri:Siri]#complexType (typedef-81.1)   #complexType
-   (typedef-81.1) +   (typedef-83.1)

@@ -262684,7 +263144,7 @@

51.2. The complex type element[siri:Siri]#complexType (typedef-81.1)

@@ -263070,7 +263530,7 @@

51.2. The complex type element[siri:Siri]#complexType (typedef-81.1)

@@ -263252,8 +263712,8 @@

51.2. The complex type element[siri:Siri]#complexType (typedef-81.1) -
-

51.3. The complex type element[siri:ServiceRequest]#complexType (typedef-78.2) +
+

51.3. The complex type element[siri:ServiceRequest]#complexType (typedef-82.2)

@@ -262653,7 +263113,7 @@

51.2. The complex type element[siri:Siri]#complexType (typedef-81.1)

- +local-type: typedef-78.2 + +local-type: typedef-82.2

- +local-type: typedef-3.2 + +local-type: typedef-70.2

- +local-type: typedef-78.4 + +local-type: typedef-82.4

@@ -263273,7 +263733,7 @@

51.3. The complex type element[siri:ServiceRequest]#complexType (typed
  #complexType
-   (typedef-78.2) +   (typedef-82.2)

@@ -263507,8 +263967,8 @@

51.3. The complex type element[siri:ServiceRequest]#complexType (typed

-
-

51.4. The complex type element[siri:SubscriptionRequest]#complexType (typedef-3.2) +
+

51.4. The complex type element[siri:SubscriptionRequest]#complexType (typedef-70.2)

@@ -263528,7 +263988,7 @@

51.4. The complex type element[siri:SubscriptionRequest]#complexType (
  #complexType
-   (typedef-3.2) +   (typedef-70.2)

@@ -263836,8 +264296,8 @@

51.4. The complex type element[siri:SubscriptionRequest]#complexType (

-
-

51.5. The complex type element[siri:ServiceDelivery]#complexType (typedef-78.4) +
+

51.5. The complex type element[siri:ServiceDelivery]#complexType (typedef-82.4)

@@ -263857,7 +264317,7 @@

51.5. The complex type element[siri:ServiceDelivery]#complexType (type
  #complexType
-   (typedef-78.4) +   (typedef-82.4)

@@ -264162,8 +264622,8 @@

51.5. The complex type element[siri:ServiceDelivery]#complexType (type

@@ -264101,7 +264561,7 @@

51.5. The complex type element[siri:ServiceDelivery]#complexType (type

- +local-type: typedef-5.1 + +local-type: typedef-68.1

-
-

51.6. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-5.1) +
+

51.6. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/ErrorCondition#complexType (typedef-68.1)

@@ -264183,7 +264643,7 @@

51.6. The complex type group[siri:ServiceDeliveryRequestStatusGroup]/E
  /ErrorCondition #complexType
-   (typedef-5.1) +   (typedef-68.1)

diff --git a/examples/siri_exm_CA/exc_controlAction_response.xml b/examples/siri_exm_CA/exc_controlAction_response.xml index eec02353..9c4ae061 100644 --- a/examples/siri_exm_CA/exc_controlAction_response.xml +++ b/examples/siri_exm_CA/exc_controlAction_response.xml @@ -48,26 +48,26 @@ - 2022-06-17T12:00:00 - System_X - DevCase:25 - - noDriver - - detailedReason - reason - strike - - - - + 2022-06-17T12:00:00 + System_X + DevCase:25 + + noDriver + + detailedReason + reason + strike + + + + 2022-06-17 SE:ST:VehicleJourney:9015012081701759 - - - + + + SE:ST:Situation:90123456 - - + + - \ No newline at end of file +