XML Schema Documentation

Complex Type: OffsetBusinessCenterTime

[Table of contents]

Super-types: None
Sub-types: None
Name OffsetBusinessCenterTime
Abstract no
Documentation Allows the specification of a time that may be on a day prior or subsequent to the day in question. This type is intended for use with a day of the week (i.e. where no actual date is specified) as part of, for example, a period that runs from 23:00-07:00 on a series of days and where holidays on the actual days would affect the entire time period.
XML Instance Representation
<...>
<time> BusinessCenterTime </time> [1]
<offset> Offset </offset> [0..1]

'Indicates whether time applies to the actual day specified (in which case this element should be omitted) the day prior to that day (in which case periodMultiplier should be -1 and period should be Day) or the day subsequent to that day (in which case periodMultiplier should be 1 and period should be Day).'

</...>
Diagram
type_BusinessCenterTime
Schema Component Representation
<xsd:complexType name="OffsetBusinessCenterTime">
<xsd:sequence>
<xsd:element name="time" type=" BusinessCenterTime "/>
<xsd:element name="offset" type=" Offset " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>