cbrn:ScheduleByWeekDayType

complexType ScheduleByWeekDayType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type for a schedule where the hours are not the same for all weekdays.

Diagram

XML Schema

<xs:complexType name="ScheduleByWeekDayType">
<xs:annotation>
<xs:documentation>
A data type for a schedule where the hours are not the same for all weekdays.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:MondayHoursText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:TuesdayHoursText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:WednesdayHoursText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ThursdayHoursText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:FridayHoursText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SaturdayHoursText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SundayHoursText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ScheduleByWeekDayAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>