Skip to content

Commit

Permalink
Merge pull request #747 from Aurige/Addition-of-missing-monitored-flag
Browse files Browse the repository at this point in the history
Addition of missing monitored indicator
  • Loading branch information
Aurige authored Sep 25, 2024
2 parents 764cc6d + d1cb941 commit 1a41506
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,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 @@ -322,6 +322,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 @@ -190,6 +190,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
5 changes: 5 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 @@ -663,6 +663,11 @@ 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="MonitoredBays" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether real-time availability data is normally available for any of 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 1a41506

Please sign in to comment.