diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CalendarEventType"> <xsd:annotation> <xsd:documentation> Overrides the range(s) of working time during a day in a Calendar on a possibly recurring basis. Attributes: calendarRef: A reference to the Calendar to which the override applies. start: For single day overrides, the date of the first recurrence of the override. For multiple day overrides, the date of the first day of the first recurrence of the override. end: For single day overrides, end is the same as start. For multiple day overrides, the date of the last day of the first recurrence of the override. expiry: The date on which the override expires. dailyTimeRefs: A list of references to the DailyTime elements for the override. The working time is the union of the times of the DailyTime elements. type: The type of the override. recurrences: The number of recurrences of the override. interval: The number of days between recurrences of the override. days: The days of the week on which recurrences of the override occur. weeks: The weeks of the month on which recurrences of the override occur. months: The months of the year on which recurrences of the override occur. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="calendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/> <xsd:attribute name="start" type="xsd:date" use="optional"/> <xsd:attribute name="end" type="xsd:date" use="optional"/> <xsd:attribute name="expiry" type="xsd:date" use="optional"/> <xsd:attribute name="dailyTimeRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/> <xsd:attribute name="type" type="plm:CalendarEventEnum" use="required"/> <xsd:attribute name="recurrences" type="xsd:integer" use="optional"/> <xsd:attribute name="interval" type="xsd:integer" use="optional"/> <xsd:attribute name="days" type="plm:IntegerListType" use="optional"/> <xsd:attribute name="weeks" type="plm:IntegerListType" use="optional"/> <xsd:attribute name="months" type="plm:IntegerListType" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="calendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/> |
type | xsd:date | ||
properties |
|
||
source | <xsd:attribute name="start" type="xsd:date" use="optional"/> |
type | xsd:date | ||
properties |
|
||
source | <xsd:attribute name="end" type="xsd:date" use="optional"/> |
type | xsd:date | ||
properties |
|
||
source | <xsd:attribute name="expiry" type="xsd:date" use="optional"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="dailyTimeRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/> |
type | plm:CalendarEventEnum | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xsd:attribute name="type" type="plm:CalendarEventEnum" use="required"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="recurrences" type="xsd:integer" use="optional"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="interval" type="xsd:integer" use="optional"/> |
type | plm:IntegerListType | ||
properties |
|
||
source | <xsd:attribute name="days" type="plm:IntegerListType" use="optional"/> |
type | plm:IntegerListType | ||
properties |
|
||
source | <xsd:attribute name="weeks" type="plm:IntegerListType" use="optional"/> |
type | plm:IntegerListType | ||
properties |
|
||
source | <xsd:attribute name="months" type="plm:IntegerListType" use="optional"/> |