OperatingHours

From City Data Model Project Collaboratory
Revision as of 05:30, 25 July 2021 by Xuanni1 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Pattern

This class has been associated with the following pattern:


Subclass Of

RecurringEvent

Description

An English description of the definition (what distinguishes this sense of the term?).

OperatingHours class specifies the operating hours of an organization. It uses the Recurring Event Pattern (defined in ISO 5087-1) to introduce a more specific definition of hours of operation as a specialization of a RecurringEvent. o dayofWeek: specifies the day of the week for this instance of OperatingHours. o hasOpeningTime: specifies the opening time for this instance of OperatingHours. o hasClosingTime: specifies the closing time for this instance of OperatingHours.

Class Diagram Description

Required by Use Case(s)

(why is this specialized definition needed?)


CDM References

What other classes or properties reference this term?

Interface Specification References

This class has been associated with the following interface specification items:


Sources

Sources considered when developing the class:


Status

Pending Approval

Has Subclass(es)



Annotations

Annotation Value


Manchester Syntax Specification

Property Restriction Value
DayofWeek exactly 1 [[{friday, monday, saturday, sunday, thursday, tuesday, wednesday}]]
HasOpeningTime exactly 1 xsd:time
HasClosingTime exactly 1 xsd:time


Supplementary Figures

Figure Caption