Commit 92c76c07 authored by Jasja Tijink's avatar Jasja Tijink Committed by ASN.1 Documenter
Browse files

Bug fixes after publication

parent 0234edee
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -27,9 +27,9 @@ FROM EfcDataDictionary {iso(1) standard(0) 17573 dd(3) version1(1) minorVersion3
 *
 * @field placeInfo: general information about the parking facility.
 *
 * @field aggregatedstatus: aggregated status information about the parking facility.
 * @field aggregatedStatus: aggregated status information about the parking facility.
 *
 * @field detailedstatus: detailed topology and status information about the parking areas and spaces.
 * @field detailedStatus: detailed topology and status information about the parking areas and spaces.
 *
 * @field relatedPoi: reference to other relevant POI Information Blocks.  
 *
@@ -37,8 +37,8 @@ FROM EfcDataDictionary {iso(1) standard(0) 17573 dd(3) version1(1) minorVersion3
ParkingAvailabilityBlock::= SEQUENCE{
   managementContainer     PoiBlockManagementContainer,
   placeInfo               GeneralParkingPlaceContainer,
   aggregatedstatus        ParkingStatusContainer,
   detailedstatus          ParkingSupplyCapabilitiesContainer OPTIONAL,
   aggregatedStatus        ParkingStatusContainer,
   detailedStatus          ParkingSupplyCapabilitiesContainer OPTIONAL,
   relatedPoi              RelatedPoiInfoBlockContainer OPTIONAL,
   ...
}   
@@ -169,7 +169,7 @@ LoadType::= SEQUENCE{
 *
 * @field trend: the current trend of the occupancy.
 *
 * @field freeSpaces: the optional number of spaces that are actually available.
 * @field freeSpaces: the number of spaces that are actually available.
 *
 * @field totalSpaces: the total number of spaces.
 *
@@ -233,7 +233,7 @@ OccupancyInformation::= SEQUENCE{
 *
 * @field freeSpacesPosition: the optional list of positions of free spaces.
 *
 * @field freespacesId: the optional list of Ids of free spaces.
 * @field freeSpacesId: the optional list of Ids of free spaces.
 *
 * @field spacesBasic: the optional basic information about none, some or all parking spaces within the area.
 *
@@ -260,7 +260,7 @@ ParkingArea::=SEQUENCE{
   bookingContactInfo                 UTF8String OPTIONAL, 
   accessCharachteristics             UTF8String OPTIONAL,
   freeSpacesPosition                 SEQUENCE OF DeltaPosition OPTIONAL,
   freespacesId                       SEQUENCE OF Identifier2B OPTIONAL,
   freeSpacesId                       SEQUENCE OF Identifier2B OPTIONAL,
   spacesBasic                        ParkingSpacesBasic OPTIONAL,
   spacesDetailed                     ParkingSpacesDetailed OPTIONAL,
   ...
@@ -285,7 +285,7 @@ ParkingAreas::= SEQUENCE OF ParkingArea
 *
 * @field limitedDuration: indicates that it can be occupied for a limited and indicated duration in minutes.
 *
 * @field onlyWhileCharginglimitedDuration: indicates that it can be occupied only while charging an electric vehicle and only for a limited and indicated duration in minutes.
 * @field onlyWhileChargingLimitedDuration: indicates that it can be occupied only while charging an electric vehicle and only for a limited and indicated duration in minutes.
 *
 * @field parkingAllowedUntil: indicates that it can be occupied only until an indicated moment in time.
 *
@@ -297,7 +297,7 @@ ParkingOccupancyInfo::= CHOICE {
   unlimitedOccupancy                   NULL,
   onlyWhileCharging                    NULL,  
   limitedDuration                      INTEGER,  
   onlyWhileCharginglimitedDuration     INTEGER, 
   onlyWhileChargingLimitedDuration     INTEGER, 
   parkingAllowedUntil                  TimestampIts,
   forcedParkingUntil                   TimestampIts,
   ...
@@ -360,13 +360,13 @@ ParkingSpaceDetailed ::= SEQUENCE{
}

/**
 * This DF shall contain a list of ref @ParkingArea.  
 * This DF shall contain a list of @ref ParkingSpaceBasic.  
 *
*/
ParkingSpacesBasic ::= SEQUENCE OF ParkingSpaceDetailed
ParkingSpacesBasic ::= SEQUENCE OF ParkingSpaceBasic

/**
 * This DF shall contain a list of ref @ParkingArea.  
 * This DF shall contain a list of @ref ParkingSpaceDetailed.  
 *
*/
ParkingSpacesDetailed ::= SEQUENCE OF ParkingSpaceDetailed
@@ -546,7 +546,7 @@ GoodsType::= INTEGER {
 *
*/
NumberOfSpaces ::= INTEGER {
    unavailable (101)  
    unavailable (16383)  
} (1..16383)

/** 
@@ -597,7 +597,7 @@ OccupancyTrend ::= INTEGER {
 * - `1` to indicate that the opening status is: open,
 * - `2` to indicate that the opening status is: open for subscribers only,
 * - `3` to indicate that the opening status is: open but currently full, i.e. no parking spaces available,
 * - `15` to indicate that occupancy is: unknown,
 * - `15` to indicate that occupancy is unknown,
 * - 4-14 - reserved for future usage. 
 *
*/