cbrn:OperatingScheduleType

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

Definition

A data type for a schedule providing the beginning and ending hours of operation by weekday, for a designated time period.

Diagram

XML Schema

<xs:complexType name="OperatingScheduleType">
<xs:annotation>
<xs:documentation>
A data type for a schedule providing the beginning and ending hours of operation by weekday, for a designated time period.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:ScheduleStartDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ScheduleEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ScheduleTimeZoneText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:OperatingScheduleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>