Last updated

OperationTime

Fields

FieldDescriptionTypeMin/maxNotes
OperationTimes/
OperationTime
Opening/closing times for a Restaurant or Service like breakfast.object0..*-
OperationTime/
@Mon
Specifies whether the @Start and @End times apply on this day of the week.int0..11 = true, 0 = false. Default: 0
OperationTime/
@Tue
Specifies whether the @Start and @End times apply on this day of the week.int0..11 = true, 0 = false. Default: 0
OperationTime/
@Weds
Specifies whether the @Start and @End times apply on this day of the week.int0..11 = true, 0 = false. Default: 0
OperationTime/
@Thur
Specifies whether the @Start and @End times apply on this day of the week.int0..11 = true, 0 = false. Default: 0
OperationTime/
@Fri
Specifies whether the @Start and @End times apply on this day of the week.int0..11 = true, 0 = false. Default: 0
OperationTime/
@Sat
Specifies whether the @Start and @End times apply on this day of the week.int0..11 = true, 0 = false. Default: 0
OperationTime/
@Sun
Specifies whether the @Start and @End times apply on this day of the week.int0..11 = true, 0 = false. Default: 0
OperationTime/
@Start
The opening time of the Restaurant or Service.BCIO1..1-
OperationTime/
@End
The closing time of the Restaurant or Service.BCIO1..1-

XML

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