diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://basic.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlCalendarBasic" abstract="false"> <xs:annotation> <xs:documentation>Contains the summary information for a named calendar.</xs:documentation> </xs:annotation> <xs:attribute name="calendar-type" type="XmlCalendarType" use="required"> <xs:annotation> <xs:documentation>Identifies the type of calendar being described by this element.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="XmlCalendarName"> <xs:annotation> <xs:documentation>The namespace and name that uniquely identify the calendar.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="date-created" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>The UTC date/time on which this calendar was created.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="date-modified" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>The UTC date/time on which this calendar was last updated.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |