complexType TaskSchedulingInfoType
diagram plmxml_diagrams/plmxml_p1524.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef
used by
element ScheduleTaskRevisionType/TaskSchedulingInfo
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
start  xsd:dateTime  optional      
end  xsd:dateTime  optional      
duration  xsd:duration  optional      
work  xsd:duration  optional      
deliverableRefs  plm:uriReferenceListType  optional      
workflowTemplateRef  plm:anyURIType  optional      
workflowTrigger  plm:WorkflowTriggerEnum    none    
wBSValue  xsd:string  optional      
annotation
documentation

      Represents additional information about planning a ScheduleTaskRevision.

      Attributes:

      start:          The planned date and time of the start of the
                      ScheduleTaskRevision.
      end:            The planned date and time of the end of the
                      ScheduleTaskRevision.
      duration:       The duration of the task.
      work:           An estimate of the amount of person-time involved in the
                      ScheduleTaskRevision.
      deliverableRefs: A list of references to the ScheduleTaskDeliverable
                      elements for the ScheduleTaskRevision.
      workflowTemplateRef: A reference to the WorkflowTemplate associated with
                      the ScheduleTaskRevision.
      workflowTrigger: The trigger criteria for the workflow associated with
                      the ScheduleTaskRevision.
      wBSValue:       The value of the work breakdown structure identifier as
                      a string.
     
source <xsd:complexType name="TaskSchedulingInfoType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents additional information about planning a ScheduleTaskRevision.

      Attributes:

      start:          The planned date and time of the start of the
                      ScheduleTaskRevision.
      end:            The planned date and time of the end of the
                      ScheduleTaskRevision.
      duration:       The duration of the task.
      work:           An estimate of the amount of person-time involved in the
                      ScheduleTaskRevision.
      deliverableRefs: A list of references to the ScheduleTaskDeliverable
                      elements for the ScheduleTaskRevision.
      workflowTemplateRef: A reference to the WorkflowTemplate associated with
                      the ScheduleTaskRevision.
      workflowTrigger: The trigger criteria for the workflow associated with
                      the ScheduleTaskRevision.
      wBSValue:       The value of the work breakdown structure identifier as
                      a string.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:attribute name="start" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="end" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="duration" type="xsd:duration" use="optional"/>
     
<xsd:attribute name="work" type="xsd:duration" use="optional"/>
     
<xsd:attribute name="deliverableRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleTaskDeliverable"/>
     
<xsd:attribute name="workflowTemplateRef" type="plm:anyURIType" use="optional" plm:refType="plm:WorkflowTemplate"/>
     
<xsd:attribute name="workflowTrigger" type="plm:WorkflowTriggerEnum" default="none"/>
     
<xsd:attribute name="wBSValue" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute TaskSchedulingInfoType/@start
type xsd:dateTime
properties
use optional
source <xsd:attribute name="start" type="xsd:dateTime" use="optional"/>

attribute TaskSchedulingInfoType/@end
type xsd:dateTime
properties
use optional
source <xsd:attribute name="end" type="xsd:dateTime" use="optional"/>

attribute TaskSchedulingInfoType/@duration
type xsd:duration
properties
use optional
source <xsd:attribute name="duration" type="xsd:duration" use="optional"/>

attribute TaskSchedulingInfoType/@work
type xsd:duration
properties
use optional
source <xsd:attribute name="work" type="xsd:duration" use="optional"/>

attribute TaskSchedulingInfoType/@deliverableRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="deliverableRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleTaskDeliverable"/>

attribute TaskSchedulingInfoType/@workflowTemplateRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="workflowTemplateRef" type="plm:anyURIType" use="optional" plm:refType="plm:WorkflowTemplate"/>

attribute TaskSchedulingInfoType/@workflowTrigger
type plm:WorkflowTriggerEnum
properties
default none
facets
Kind Value Annotation
enumeration none
enumeration predecessors
enumeration start
enumeration both
enumeration either
source <xsd:attribute name="workflowTrigger" type="plm:WorkflowTriggerEnum" default="none"/>

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


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