complexType tcip:SchCalendar
diagram
namespace http://www.TCIP-Adopted-03-00-01
children subscriptionInfo begin-date end-date day-definitions
used by
element tcip:schCalendar
source <xs:complexType name="SchCalendar">
 
<xs:sequence>
   
<xs:element name="subscriptionInfo" type="CPTSubscriptionHeader"/>
   
<xs:element name="begin-date" type="CPT-Date"/>
   
<xs:element name="end-date" type="CPT-Date"/>
   
<xs:element name="day-definitions">
     
<xs:complexType>
       
<xs:sequence maxOccurs="400">
         
<xs:element name="day-definition" type="SCHCalendarEntry"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element tcip:SchCalendar/subscriptionInfo
diagram
type tcip:CPTSubscriptionHeader
properties
isRef 0
content complex
children requestedType expirationDate expirationTime reportInterval requestIdentifier subscriberIdentifier publisherIdentifier applicability
source <xs:element name="subscriptionInfo" type="CPTSubscriptionHeader"/>

element tcip:SchCalendar/begin-date
diagram
type tcip:CPT-Date
properties
isRef 0
content simple
source <xs:element name="begin-date" type="CPT-Date"/>

element tcip:SchCalendar/end-date
diagram
type tcip:CPT-Date
properties
isRef 0
content simple
source <xs:element name="end-date" type="CPT-Date"/>

element tcip:SchCalendar/day-definitions
diagram
properties
isRef 0
content complex
children day-definition
source <xs:element name="day-definitions">
 
<xs:complexType>
   
<xs:sequence maxOccurs="400">
     
<xs:element name="day-definition" type="SCHCalendarEntry"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SchCalendar/day-definitions/day-definition
diagram
type tcip:SCHCalendarEntry
properties
isRef 0
content complex
children date types names
source <xs:element name="day-definition" type="SCHCalendarEntry"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy