diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttributeBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:ScheduleProgressEnum | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
source | <xsd:attribute name="progress" type="plm:ScheduleProgressEnum" default="notStarted"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="start" type="xsd:dateTime" use="optional"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="end" type="xsd:dateTime" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="fraction" type="xsd:double" use="optional"/> |
type | xsd:duration | ||
properties |
|
||
source | <xsd:attribute name="completedWork" type="xsd:duration" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="workflowRef" type="plm:anyURIType" use="optional"/> |
type | xsd:duration | ||
properties |
|
||
source | <xsd:attribute name="approvedWork" type="xsd:duration" use="optional"/> |
type | xsd:duration | ||
properties |
|
||
source | <xsd:attribute name="remainingWork" type="xsd:duration" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="finalStatus" type="xsd:string" use="optional"/> |