PermitInformation¶
Information about any permits that are associated with the regulation.
EXAMPLE: If a parking permit is required for a specific area, this class would contain details about that permit, such as how to obtain and what other permits are acceptable.
Diagram¶

Formalization for PermitInformation¶
| Property | Constraint |
|---|---|
| contactInformation | datatype cdm2:ContactInformation |
| displayType | datatype PermitDisplayTypeCode |
| grantsPermission | datatype PermissionTypeCode |
| hasAssociatedFee | only PermitFee |
| hasRegistrationMachine | only RegistrationMachine |
| howToObtainPermit | datatype its-core:MaxOneMultiLingualStringShape |
| isLocationSpecific | datatype xsd:boolean |
| maximumDurationOfPermit | datatype its-time:Duration |
| minimumTimeToNextEntry | datatype its-time:Duration |
| permittedEntityType | datatype permittedEntityTypeCode |
| urlForApplication | datatype xsd:anyURI |
| urlForInformation | datatype xsd:anyURI |
| subClassOf | RegulationThing |