HoursOfOperation

Uses the Component:HoursOfOperationType

The HoursOfOperation component is used to identify the hours and days that a business is opened and closed.

Fields and Components

Table 6.32. Fields and Components

Name Description Occurrence Type Data Type User Notes
HoursTypeCode

Indicates a type of hours such as Sales hours, Service hours, etc.

0..1Field sqdt:HoursTypeCodeType  
DaysOfWeek

The DaysOfWeek component is used to identify availability based on days of the week.

0..*ComponentDaysOfWeekType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.32. HoursOfOperation

<HoursOfOperation>
     <HoursTypeCode>......</HoursTypeCode>     [0..1]
     <DaysOfWeek>......</DaysOfWeek>     [0..*]
</HoursOfOperation>