complexType XmlCalendarBasic
diagram dac_wsdl_diagrams/dac_wsdl_p782.png
namespace http://basic.api.dac.n2.tibco.com
properties
abstract false
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
Contains the summary information for a named calendar.
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>

attribute XmlCalendarBasic/@calendar-type
type XmlCalendarType
properties
use required
facets
Kind Value Annotation
enumeration BASE
enumeration OVERLAY
annotation
documentation
Identifies the type of calendar being described by this element.
source <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>

attribute XmlCalendarBasic/@date-created
type xs:dateTime
properties
use optional
annotation
documentation
The UTC date/time on which this calendar was created.
source <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>

attribute XmlCalendarBasic/@date-modified
type xs:dateTime
properties
use optional
annotation
documentation
The UTC date/time on which this calendar was last updated.
source <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>

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