Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
additionalLocationDescription |
voidable |
-- Name --
additional location description
|
PT_FreeText |
0..1 |
hoursOfService |
voidable |
-- Name --
hours of service
|
PT_FreeText |
1..1 |
name |
voidable |
-- Name --
name
|
GeographicalName |
0..* |
note |
voidable |
-- Name --
note
|
PT_FreeText |
0..* |
occupancy |
voidable |
-- Name --
occupancy
|
OccupancyType |
0..* |
relatedParty |
voidable |
-- Name --
related party
|
RelatedParty |
0..* |
resources |
voidable |
-- Name --
resources
|
ResourceType |
0..* |
serviceLevel |
voidable |
-- Name --
service level
|
ServiceLevelValue |
0..* |
validFrom |
voidable |
-- Name --
valid from
|
DateTime |
1..1 |
validTo |
voidable |
-- Name --
valid to
|
DateTime |
0..1 |
Navn |
Type |
Lengde |
Multiplisitet |
|
PT_FreeText |
|
0..1 |
|
PT_FreeText |
|
1..1 |
|
GeographicalName |
|
0..* |
|
PT_FreeText |
|
0..* |
|
OccupancyType |
|
0..* |
|
RelatedParty |
|
0..* |
|
ResourceType |
|
0..* |
|
ServiceLevelValue |
|
0..* |
|
DateTime |
|
1..1 |
|
DateTime |
|
0..1 |
Name |
Type |
English |
Description |
additionalLocationDescription |
PT_FreeText |
|
Additional description of the service location which helps to easily find the specific governmental service (i.e. correct level in a building, prefered entrance, etc.).
-- Description --
EXAMPLE: A heart defibrillator is located at the “information desk, ground floor".
|
hoursOfService |
PT_FreeText |
|
Time, when the service is available and can be used.
-- Description --
This attribute states the temporal availability of the service itself. It can differ from the temporal availability of the belonging point of contact (see attribute pointOfContact).
|
name |
GeographicalName |
|
Usual name (designation of an object by a linguistic expression) of the service.
-- Description --
EXAMPLE: "Hotel de ville".
The name can be refering:
(a) to the description of the type of governmental service, if providing more detailled information than the ServiceTypeValue (e.g. "Mental clinic" when the value in the codelist is only " specialized hospital ");
(b) to a proper noun, given to the service (e.g. Elysee Palace"); or
(c) to a mix of both solutions (a) and (b) (e.g. "Lycee Professionnel Jean Jaures" or "Kindergarten W.A. Mozart").
NOTE 1: It's useless to have a name only repeating the value of the codelist ServiceTypeValue.
NOTE 2: Names can be provided in different languages due to the modeling of GeographicalName (Tour Eiffel (FR), Eiffel Tower (EN), EiffelTurm (DE), etc.).
|
note |
PT_FreeText |
|
Any comment that help the user to better understand what the governmental service is (i.e. a literal description of the service).
-- Description --
This atribute is not used for internal matters, such as database management, but to provide more detailled information that cannot be included in other attributes.
EXAMPLE: This home for the handicapped is speciallized for the blind people only.
|
occupancy |
OccupancyType |
|
Capacity of a governmental service with the purpose of accommodation (e.g. home for the elderly) or attendance of persons (e.g. workshop for the handicapped).
-- Description --
The capacity of the service shall be provided, not the current occupancy.
|
relatedParty |
RelatedParty |
|
Information regarding the authority, owner or operator of a service including contact information.
-- Description --
In some cases this information will coincide with the contact information of the service (see attribute pointOfContact).
|
resources |
ResourceType |
|
Description of technical resources of services.
|
serviceLevel |
ServiceLevelValue |
|
Allowed types for the administrative level where the service is provided from.
|
validFrom |
DateTime |
|
The time when the phenomenon started to exist in the real world.
-- Description --
Related to the existence of the phenomenon in the real world.
|
validTo |
DateTime |
|
The time from which the phenomenon no longer exists in the real world.
-- Description --
Related to the existence of the phenomenon in the real world.
|
Navn |
Beskrivelse |
validTo |
/* If set, the date validTo shall be equal or later than validFrom. */
inv: self.validTo .isEqual(self.validFrom) or self.validTo .isAfter(self.validFrom)
|