| diagram | 
					  | 
				
				
					| namespace | 
					http://basic.api.dac.n2.tibco.com | 
				
				
					| type | 
					extension of XmlCalendarBasic | 
				
				
					| properties | 
					| base  | XmlCalendarBasic |  | abstract  | false |  
  | 
				
				
					| children | 
					reference | 
				
				
					| used by | 
					| element  | listCalendarsResponse/calendar |  | complexType  | XmlWorkCalendar |  
  | 
				
				
					| attributes | 
					| Name   | Type   | Use   | Default   | Fixed   | Annotation |  | calendar-type   | XmlCalendarType   | required   |    |    | | documentation |  | Identifies the type of calendar being described by this element. |  
  |  | namespace   | xs:string   | optional   |    |    | | documentation |  | Used to categorize, or group, named Calendars. Calendars sharing the same namespace must have unique names. A namespace of null is still considered a valid namespace. |  
  |  | name   | xs:string   | required   |    |    | | documentation |  | The mandatory name of the calendar. This must be unique within the given namespace. |  
  |  | date-created   | xs:dateTime   | optional   |    |    | | documentation |  | The UTC date/time on which this calendar was created. |  
  |  | date-modified   | xs:dateTime   | optional   |    |    | | documentation |  | The UTC date/time on which this calendar was last updated. |  
  |  
  | 
				
				
					| annotation | 
					| documentation |  | The base type for Base and Overlay Calendars. |  
  | 
				
				
					| source | 
					<xs:complexType name="XmlCalendarSummary" abstract="false"> 
  <xs:annotation> 
    <xs:documentation>The base type for Base and Overlay Calendars.</xs:documentation> 
  </xs:annotation> 
  <xs:complexContent> 
    <xs:extension base="XmlCalendarBasic"> 
      <xs:sequence> 
        <xs:element name="reference" type="xs:string" minOccurs="0" maxOccurs="unbounded"> 
          <xs:annotation> 
            <xs:documentation>The collection of Calendar References associated with the Calendar.</xs:documentation> 
          </xs:annotation> 
        </xs:element> 
      </xs:sequence> 
    </xs:extension> 
  </xs:complexContent> 
</xs:complexType> |