cbrn:ScheduleAugmentationType

complexType ScheduleAugmentationType in namespace http://release.niem.gov/niem/domains/cbrn/5.0/

Definition

A data type for additional information about a schedule.

Diagram

XML Schema

<xs:complexType name="ScheduleAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a schedule.
</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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>