<xsd:complexType name="OffsetPrevailingTime">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="time" type="PrevailingTime" minOccurs="0" />
<xsd:element name="offset" type="Offset" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">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).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|