Uses the Component:DaysOfWeekType
The DaysOfWeek component is used to identify availability based on days of the week.
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..1 | Field | sqdt:DayOfWeekCodeType | |
AvailabilityStartTimeMeasure |
Indicates the time availability begins. | 0..1 | Field | sqdt:TimeMeasureType | |
AvailabilityEndTimeMeasure |
Indicates the time availability ends. | 0..1 | Field | sqdt:TimeMeasureType | |
AvailabilityDescription |
A textual description of availability, .e.g. Closed for holidays. | 0..* | Field | udt:TextType |
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>