complexType XmlUpdatedCalendar
diagram dac_wsdl_diagrams/dac_wsdl_p624.png
namespace http://basic.api.dac.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
version  XmlLockVersion  required      
documentation
The version number used to detect concurrent updates to the same Calendar.
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.
annotation
documentation
Used to reflect the new version number applied to a Calendar Instance when it has been updated.
source <xs:complexType name="XmlUpdatedCalendar">
 
<xs:annotation>
   
<xs:documentation>Used to reflect the new version number applied to a Calendar Instance when it has been updated.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="version" type="XmlLockVersion" use="required">
   
<xs:annotation>
     
<xs:documentation>The version number used to detect concurrent updates to the same Calendar.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="XmlCalendarName">
   
<xs:annotation>
     
<xs:documentation>The name and namespace that uniquely identify the Calendar.</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
</xs:complexType>

attribute XmlUpdatedCalendar/@version
type XmlLockVersion
properties
use required
annotation
documentation
The version number used to detect concurrent updates to the same Calendar.
source <xs:attribute name="version" type="XmlLockVersion" use="required">
 
<xs:annotation>
   
<xs:documentation>The version number used to detect concurrent updates to the same Calendar.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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