diagram | |||||||||||||||||||||||||||||||
namespace | http://workcal.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | add-reference remove-reference | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="saveCalendarReferences"> <xs:annotation> <xs:documentation>Request element for saveCalendarReferences operation. Specifies a calendar and the references to be associated with it. If a given reference is already associated with another calendar, it will be removed before adding it to the calendar identified in this request.</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice> <xs:element name="add-reference" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The collection of Calendar References to be associated with the identified Calendar. This is an additive operation. Any existing references to the Calendar that aren't included in this collection will not be removed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="remove-reference" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The collection of Calendar References to be removed from the identified Calendar. This is an additive operation. Any existing references to the Calendar that aren't included in this collection will not be removed.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="version" type="dac:XmlLockVersion" default="-1"> <xs:annotation> <xs:documentation>The version number used to detect concurrent updates to the same Calendar; also known as optimistic locking.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="dac:XmlCalendarName"> <xs:annotation> <xs:documentation>The identifying namespace and name of the Calendar whose references are to be updated.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> |
type | XmlLockVersion | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="version" type="dac:XmlLockVersion" default="-1"> <xs:annotation> <xs:documentation>The version number used to detect concurrent updates to the same Calendar; also known as optimistic locking.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="add-reference" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The collection of Calendar References to be associated with the identified Calendar. This is an additive operation. Any existing references to the Calendar that aren't included in this collection will not be removed.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="remove-reference" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The collection of Calendar References to be removed from the identified Calendar. This is an additive operation. Any existing references to the Calendar that aren't included in this collection will not be removed.</xs:documentation> </xs:annotation> </xs:element> |