Commit 30dcde30 authored by András Wippelhauser's avatar András Wippelhauser
Browse files

Remove orientation - it is redundant

parent 1725e422
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -123,8 +123,6 @@ ParkingSpaceIntentIndication ::= SEQUENCE {
 *
 * @field size: The size dimensions of the parking space, including width and length measurements.
 * 
 * @field orientation: The orientation of the parking space.
 *
 * @field externalParkingSpaceIds: Represents links to external systems, e.g., to electric vehicle charging stations.
 *
 * @category:
@@ -135,7 +133,6 @@ IndividualParkingSpace ::= SEQUENCE {
    position                GeoPosition,
    attributes              ParkingSpaceAttributes,
    size                    ParkingSpaceSize OPTIONAL,
    orientation             Wgs84Angle OPTIONAL,
    externalParkingSpaceIds ExternalParkingSpaceIdentifiers OPTIONAL,
    ...
}
@@ -242,8 +239,6 @@ ParkingSegments ::= SEQUENCE SIZE(1..32, ...) OF ParkingSegment
 *
 * @field size: The size dimensions of the parking space, including width and length measurements.gs)
 *
 * @field orientation: The orientation of the parking space.
 *
 * @category:
 * @revision: Created in V2.1.1
 */
@@ -253,7 +248,6 @@ ParkingSegment ::= SEQUENCE {
    offsetToPath            StandardLength1B OPTIONAL,
    attributes              ParkingSpaceAttributes,
    size                    ParkingSpaceSize OPTIONAL,
    orientation             Wgs84Angle OPTIONAL,
    ...
}