complexType CalendarType
diagram plmxml_diagrams/plmxml_p1505.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Calendar
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
baseCalendarRef  plm:anyURIType  optional      
type  plm:CalendarEnum  required      
timeZone  xsd:string  optional      
sundayRefs  plm:uriReferenceListType  optional      
mondayRefs  plm:uriReferenceListType  optional      
tuesdayRefs  plm:uriReferenceListType  optional      
wednesdayRefs  plm:uriReferenceListType  optional      
thursdayRefs  plm:uriReferenceListType  optional      
fridayRefs  plm:uriReferenceListType  optional      
saturdayRefs  plm:uriReferenceListType  optional      
annotation
documentation

      Represents the range(s) of working time during a week.

      Attributes:

      baseCalendarType: A reference to any base Calendar.
      name:           Inherited from AttribOwnerBase.
      type:           The type of the calendar.
      timeZone:       The time zone code of the calendar according to
                      http://www.twinsun.com/tz/tz-link.htm. For example,
                      "Europe/Berlin".
      sundayRefs:     A list of references to the DailyTime elements for
                      Sunday. The working time is the union of the times of
                      the DailyTime elements.
      mondayRefs:     A list of references to the DailyTime elements for
                      Monday. The working time is the union of the times of
                      the DailyTime elements.
      tuesdayRefs:    A list of references to the DailyTime elements for
                      Tuesday. The working time is the union of the times of
                      the DailyTime elements.
      wednesdayRefs:  A list of references to the DailyTime elements for
                      Wednesday. The working time is the union of the times of
                      the DailyTime elements.
      thursdayRefs:   A list of references to the DailyTime elements for
                      Thursday. The working time is the union of the times of
                      the DailyTime elements.
      fridayRefs:     A list of references to the DailyTime elements for
                      Friday. The working time is the union of the times of
                      the DailyTime elements.
      saturdayRefs:   A list of references to the DailyTime elements for
                      Saturday. The working time is the union of the times of
                      the DailyTime elements.

      Sub-elements:

      Description:    Inherited from AttribOwnerBase.
     
source <xsd:complexType name="CalendarType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents the range(s) of working time during a week.

      Attributes:

      baseCalendarType: A reference to any base Calendar.
      name:           Inherited from AttribOwnerBase.
      type:           The type of the calendar.
      timeZone:       The time zone code of the calendar according to
                      http://www.twinsun.com/tz/tz-link.htm. For example,
                      "Europe/Berlin".
      sundayRefs:     A list of references to the DailyTime elements for
                      Sunday. The working time is the union of the times of
                      the DailyTime elements.
      mondayRefs:     A list of references to the DailyTime elements for
                      Monday. The working time is the union of the times of
                      the DailyTime elements.
      tuesdayRefs:    A list of references to the DailyTime elements for
                      Tuesday. The working time is the union of the times of
                      the DailyTime elements.
      wednesdayRefs:  A list of references to the DailyTime elements for
                      Wednesday. The working time is the union of the times of
                      the DailyTime elements.
      thursdayRefs:   A list of references to the DailyTime elements for
                      Thursday. The working time is the union of the times of
                      the DailyTime elements.
      fridayRefs:     A list of references to the DailyTime elements for
                      Friday. The working time is the union of the times of
                      the DailyTime elements.
      saturdayRefs:   A list of references to the DailyTime elements for
                      Saturday. The working time is the union of the times of
                      the DailyTime elements.

      Sub-elements:

      Description:    Inherited from AttribOwnerBase.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="baseCalendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/>
     
<xsd:attribute name="type" type="plm:CalendarEnum" use="required"/>
     
<xsd:attribute name="timeZone" type="xsd:string" use="optional"/>
     
<xsd:attribute name="sundayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>
     
<xsd:attribute name="mondayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>
     
<xsd:attribute name="tuesdayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>
     
<xsd:attribute name="wednesdayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>
     
<xsd:attribute name="thursdayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>
     
<xsd:attribute name="fridayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>
     
<xsd:attribute name="saturdayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CalendarType/@baseCalendarRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="baseCalendarRef" type="plm:anyURIType" use="optional" plm:refType="plm:Calendar"/>

attribute CalendarType/@type
type plm:CalendarEnum
properties
use required
facets
Kind Value Annotation
enumeration base
enumeration schedule
enumeration resource
enumeration scheduleMember
source <xsd:attribute name="type" type="plm:CalendarEnum" use="required"/>

attribute CalendarType/@timeZone
type xsd:string
properties
use optional
source <xsd:attribute name="timeZone" type="xsd:string" use="optional"/>

attribute CalendarType/@sundayRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="sundayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>

attribute CalendarType/@mondayRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="mondayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>

attribute CalendarType/@tuesdayRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="tuesdayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>

attribute CalendarType/@wednesdayRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="wednesdayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>

attribute CalendarType/@thursdayRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="thursdayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>

attribute CalendarType/@fridayRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="fridayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>

attribute CalendarType/@saturdayRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="saturdayRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:DailyTime"/>


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