Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element name="FreeRecharging" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>whether shelter is enclosed.</xsd:documentation>
<xsd:documentation>Whether the charging can be used without a fee.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ReservationRequired" type="xsd:boolean" minOccurs="0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="Cage" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether shelter is enclosed.</xsd:documentation>
<xsd:documentation>Whether the parking space is fenced off.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Covered" type="CoveredEnumeration" minOccurs="0">
Expand Down Expand Up @@ -184,17 +184,17 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element name="RemoteControl" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>whether shelter is enclosed.</xsd:documentation>
<xsd:documentation>Whether the release mechanism is operated off site.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LocalControl" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether reservation is required.</xsd:documentation>
<xsd:documentation>Whether the release mechanism is operated on site.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LockingMechanism" type="LockingMechanismEnumeration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Type of locking mechnaism.</xsd:documentation>
<xsd:documentation>Type of locking mechanism.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down