diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://workcal.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
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> |