DaysOfWeek

Uses the Component:DaysOfWeekType

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

Fields and Components

Table 6.33. Fields and Components

Name Description Occurrence Type Data Type User Notes
DayOfWeekCode

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

1..1Field sqdt:DayOfWeekCodeType  
AvailabilityStartTimeMeasure

Indicates the time availability begins.

0..1Field sqdt:TimeMeasureType  
AvailabilityEndTimeMeasure

Indicates the time availability ends.

0..1Field sqdt:TimeMeasureType  
AvailabilityDescription

A textual description of availability, .e.g. Closed for holidays.

0..*Field udt:TextType  

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.33. DaysOfWeek

<DaysOfWeek>
     <DayOfWeekCode>......</DayOfWeekCode>     [1..1]
     <AvailabilityStartTimeMeasure>......</AvailabilityStartTimeMeasure>     [0..1]
     <AvailabilityEndTimeMeasure>......</AvailabilityEndTimeMeasure>     [0..1]
     <AvailabilityDescription>......</AvailabilityDescription>     [0..*]
</DaysOfWeek>