Skip to content

Commit 4b0796f

Browse files
committed
Fix #999
1 parent a94e5e1 commit 4b0796f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_version.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Rail transport, Roads and Road transport
113113
<xsd:sequence>
114114
<xsd:element name="FreeRecharging" type="xsd:boolean" minOccurs="0">
115115
<xsd:annotation>
116-
<xsd:documentation>whether shelter is enclosed.</xsd:documentation>
116+
<xsd:documentation>Whether the charging can be us used without a fee.</xsd:documentation>
117117
</xsd:annotation>
118118
</xsd:element>
119119
<xsd:element name="ReservationRequired" type="xsd:boolean" minOccurs="0">

xsd/netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_version.xsd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Rail transport, Roads and Road transport
124124
</xsd:element>
125125
<xsd:element name="Cage" type="xsd:boolean" minOccurs="0">
126126
<xsd:annotation>
127-
<xsd:documentation>Whether shelter is enclosed.</xsd:documentation>
127+
<xsd:documentation>Whether the parking space is fenced off.</xsd:documentation>
128128
</xsd:annotation>
129129
</xsd:element>
130130
<xsd:element name="Covered" type="CoveredEnumeration" minOccurs="0">
@@ -184,17 +184,17 @@ Rail transport, Roads and Road transport
184184
<xsd:sequence>
185185
<xsd:element name="RemoteControl" type="xsd:boolean" minOccurs="0">
186186
<xsd:annotation>
187-
<xsd:documentation>whether shelter is enclosed.</xsd:documentation>
187+
<xsd:documentation>Whether the release mechanism is operated off site.</xsd:documentation>
188188
</xsd:annotation>
189189
</xsd:element>
190190
<xsd:element name="LocalControl" type="xsd:boolean" minOccurs="0">
191191
<xsd:annotation>
192-
<xsd:documentation>Whether reservation is required.</xsd:documentation>
192+
<xsd:documentation>Whether the release mechanism is operated on site.</xsd:documentation>
193193
</xsd:annotation>
194194
</xsd:element>
195195
<xsd:element name="LockingMechanism" type="LockingMechanismEnumeration" minOccurs="0">
196196
<xsd:annotation>
197-
<xsd:documentation>Type of locking mechnaism.</xsd:documentation>
197+
<xsd:documentation>Type of locking mechanism.</xsd:documentation>
198198
</xsd:annotation>
199199
</xsd:element>
200200
</xsd:sequence>

0 commit comments

Comments
 (0)