nc:ScheduleDayType

complexType ScheduleDayType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a plan or agenda for the activities of a day.

Diagram

XML Schema

<xs:complexType name="ScheduleDayType">
<xs:annotation>
<xs:documentation>
A data type for a plan or agenda for the activities of a day.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ScheduleActivityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleDayAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleDayStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleTimeRange" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SchedulePerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleDayStartTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleDayEndTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ScheduleDayAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>