OperationTime

Fields

Field Description Type Min/max Notes
OperationTimes/
OperationTime
Opening/closing times for a Restaurant or Service like breakfast. object 0..* -
OperationTime/
@Mon
Specifies whether the @Start and @End times apply on this day of the week. int 0..1 1 = true, 0 = false. Default: 0
OperationTime/
@Tue
Specifies whether the @Start and @End times apply on this day of the week. int 0..1 1 = true, 0 = false. Default: 0
OperationTime/
@Weds
Specifies whether the @Start and @End times apply on this day of the week. int 0..1 1 = true, 0 = false. Default: 0
OperationTime/
@Thur
Specifies whether the @Start and @End times apply on this day of the week. int 0..1 1 = true, 0 = false. Default: 0
OperationTime/
@Fri
Specifies whether the @Start and @End times apply on this day of the week. int 0..1 1 = true, 0 = false. Default: 0
OperationTime/
@Sat
Specifies whether the @Start and @End times apply on this day of the week. int 0..1 1 = true, 0 = false. Default: 0
OperationTime/
@Sun
Specifies whether the @Start and @End times apply on this day of the week. int 0..1 1 = true, 0 = false. Default: 0
OperationTime/
@Start
The opening time of the Restaurant or Service. BCIO 1..1 -
OperationTime/
@End
The closing time of the Restaurant or Service. BCIO 1..1 -

XML

<OperationTime
  Mon='1'
  Tue='1'
  Weds='0'
  Thur='1'
  Fri='1'
  Sat='1'
  Sun='0'
  Start='16:00'
  End='22:00' />