diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://basic.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of XmlCalendarSummary | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | reference | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlWorkCalendar" abstract="true"> <xs:annotation> <xs:documentation>The base type for Base and Overlay Calendars.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlCalendarSummary"> <xs:attribute name="version" type="XmlLockVersion" default="-1"> <xs:annotation> <xs:documentation>The version number used to detect concurrent updates to the same Calendar; also known as optimistic locking. When saving a new Calendar this value should be set to its default value (-1).</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | XmlLockVersion | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="version" type="XmlLockVersion" default="-1"> <xs:annotation> <xs:documentation>The version number used to detect concurrent updates to the same Calendar; also known as optimistic locking. When saving a new Calendar this value should be set to its default value (-1).</xs:documentation> </xs:annotation> </xs:attribute> |