complexType TaskExecutionInfoType
diagram plmxml_diagrams/plmxml_p1523.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/TaskExecutionInfo
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
progress  plm:ScheduleProgressEnum    notStarted    
start  xsd:dateTime  optional      
end  xsd:dateTime  optional      
fraction  xsd:double  optional      
completedWork  xsd:duration  optional      
workflowRef  plm:anyURIType  optional      
approvedWork  xsd:duration  optional      
remainingWork  xsd:duration  optional      
finalStatus  xsd:string  optional      
annotation
documentation

      Represents additional information about the actual execution of a
      ScheduleTaskRevision.

      Attributes:

      progress:       The progress of the ScheduleTaskRevision.
      start:          The actual date and time of the start of the
                      ScheduleTaskRevision.
      end:            The actual date and time of the end of the
                      ScheduleTaskRevision.
      fraction:       The fraction of work completed in the
                      ScheduleTaskRevision.
      completedWork:  The amount of person-time completed in the
                      ScheduleTaskRevision.
      workflowRef:    A reference to the workflow or task associated with the
                      ScheduleTaskRevision.
      approvedWork:   The amount of person-time approved for the
                      ScheduleTaskRevision.
      remainingWork:  The amount of person-time remaining in the task.
      finalStatus:    The customizable status of the task.
     
source <xsd:complexType name="TaskExecutionInfoType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents additional information about the actual execution of a
      ScheduleTaskRevision.

      Attributes:

      progress:       The progress of the ScheduleTaskRevision.
      start:          The actual date and time of the start of the
                      ScheduleTaskRevision.
      end:            The actual date and time of the end of the
                      ScheduleTaskRevision.
      fraction:       The fraction of work completed in the
                      ScheduleTaskRevision.
      completedWork:  The amount of person-time completed in the
                      ScheduleTaskRevision.
      workflowRef:    A reference to the workflow or task associated with the
                      ScheduleTaskRevision.
      approvedWork:   The amount of person-time approved for the
                      ScheduleTaskRevision.
      remainingWork:  The amount of person-time remaining in the task.
      finalStatus:    The customizable status of the task.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:attribute name="progress" type="plm:ScheduleProgressEnum" default="notStarted"/>
     
<xsd:attribute name="start" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="end" type="xsd:dateTime" use="optional"/>
     
<xsd:attribute name="fraction" type="xsd:double" use="optional"/>
     
<xsd:attribute name="completedWork" type="xsd:duration" use="optional"/>
     
<xsd:attribute name="workflowRef" type="plm:anyURIType" use="optional"/>
     
<xsd:attribute name="approvedWork" type="xsd:duration" use="optional"/>
     
<xsd:attribute name="remainingWork" type="xsd:duration" use="optional"/>
     
<xsd:attribute name="finalStatus" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute TaskExecutionInfoType/@progress
type plm:ScheduleProgressEnum
properties
default notStarted
facets
Kind Value Annotation
enumeration notStarted
enumeration inProgress
enumeration needsAttention
enumeration complete
enumeration abandoned
enumeration late
enumeration closed
enumeration aborted
source <xsd:attribute name="progress" type="plm:ScheduleProgressEnum" default="notStarted"/>

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

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

attribute TaskExecutionInfoType/@fraction
type xsd:double
properties
use optional
source <xsd:attribute name="fraction" type="xsd:double" use="optional"/>

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

attribute TaskExecutionInfoType/@workflowRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="workflowRef" type="plm:anyURIType" use="optional"/>

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

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

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


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