element copyCalendar
diagram dac_workcal_diagrams/dac_workcal_p1.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
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.
dest-namespace  xs:string  optional      
documentation
The namespace to be assigned to the new Calendar. A namespace of null is still considered a valid namespace.
dest-name  xs:string  required      
documentation
The name to be assigned to the new Calendar. This must be unique within the given namespace.
include-entries  xs:boolean  optional  false    
documentation
Optional boolean attribute to request that the entries of the orginal Calendar are also copied.
annotation
documentation
Request element for copyCalendar operation. Specifies the calendar to be copied, and the name for the new calendar.
source <xs:element name="copyCalendar">
 
<xs:annotation>
   
<xs:documentation>Request element for copyCalendar operation. Specifies the calendar to be copied, and the name for the new calendar.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attributeGroup ref="dac:XmlCalendarName">
     
<xs:annotation>
       
<xs:documentation>The identifying namespace and name of the Calendar to be copied.</xs:documentation>
     
</xs:annotation>
   
</xs:attributeGroup>
   
<xs:attribute name="dest-namespace" type="xs:string" use="optional">
     
<xs:annotation>
       
<xs:documentation>The namespace to be assigned to the new Calendar. A namespace of null is still considered a valid namespace.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dest-name" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>The name to be assigned to the new Calendar. This must be unique within the given namespace.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="include-entries" type="xs:boolean" use="optional" default="false">
     
<xs:annotation>
       
<xs:documentation>Optional boolean attribute to request that the entries of the orginal Calendar are also copied.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute copyCalendar/@dest-namespace
type xs:string
properties
use optional
annotation
documentation
The namespace to be assigned to the new Calendar. A namespace of null is still considered a valid namespace.
source <xs:attribute name="dest-namespace" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The namespace to be assigned to the new Calendar. A namespace of null is still considered a valid namespace.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute copyCalendar/@dest-name
type xs:string
properties
use required
annotation
documentation
The name to be assigned to the new Calendar. This must be unique within the given namespace.
source <xs:attribute name="dest-name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The name to be assigned to the new Calendar. This must be unique within the given namespace.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute copyCalendar/@include-entries
type xs:boolean
properties
use optional
default false
annotation
documentation
Optional boolean attribute to request that the entries of the orginal Calendar are also copied.
source <xs:attribute name="include-entries" type="xs:boolean" use="optional" default="false">
 
<xs:annotation>
   
<xs:documentation>Optional boolean attribute to request that the entries of the orginal Calendar are also copied.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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