cbrn:ScheduleByWeekType

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

Definition

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

Diagram

XML Schema

<xs:complexType name="ScheduleByWeekType">
<xs:annotation>
<xs:documentation>
A data type for a schedule where the hours are the same for all weekdays.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:WeekEndHoursText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:WeekDayHoursText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ScheduleByWeekAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>