Skip to content

Commit

Permalink
Addition of missing monitored indicator
Browse files Browse the repository at this point in the history
Addition of a flag indicating whether realtime information is normally available (typically via SIRI) for:
- Equipments (and all specialisations)
- VehicleType and Vehicle
- Parking (global availability) and Parking bays
  • Loading branch information
Aurige committed Jul 2, 2024
1 parent c7f5064 commit 7644033
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Whether the EQUIPMENT is out of service for protracted time. A separate Real time services should be used for short term outages. e.g. SIRI FM.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Monitored" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether real-time data is normally available for the EQUIPMENT.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<!-- ======================================================================= -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:group ref="VehicleAccessibilityRequirementsGroup"/>
<xsd:group ref="VehicleDimensionsGroup"/>
<xsd:element name="Monitored" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether real-time data is normally available for the VEHICLE TYPE (this can be the vehicle position, but also the speed, charging level, passenger counting, etc.).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:group name="VehicleDimensionsGroup">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>ACTUAL EQUIPMENT found in VEHICLE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Monitored" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether real-time data is available for the VEHICLE (this can be the vehicle position, but also the speed, charging level, passenger counting, etc.). Overrides the corresponding value in VehicleType. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:group name="VehicleParticularsGroup">
Expand Down
10 changes: 10 additions & 0 deletions xsd/netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,16 @@ Rail transport, Roads and Road transport
<xsd:documentation>Visibible Indication of parking area. +v1.2.2</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MonitoredAvailability" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether real-time global availability data is normally available for the whole PARKING or PARKING AREA.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MonitoredBays" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether real-time availability data is normally available for the individual BAYs of the PARKING or PARKING AREA.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<!-- ======================================================================= -->
Expand Down

0 comments on commit 7644033

Please sign in to comment.