diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ManagedBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ProxyTaskType"> <xsd:annotation> <xsd:documentation> Represents a proxy task in a schedule. The real task is in a different schedule. Attributes: constraint: The constraint on the proxy task. end: The date and time of the end of the proxy task. fraction: The actual fraction of work completed in the proxy task. completedWorkFraction: The calculated fraction of work completed in the proxy task. displayTaskRef: References the task under which the proxy task is displayed. scheduleName: The name of the schedule for the real task. start: The date and time of the start of the proxy task. finalStatus: The customizable status of the proxy task. scheduleTaskRef: References the real task. type: The type of the proxy task. scheduleRef: References the schedule for the proxy task. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ManagedBase"> <xsd:attribute name="constraint" type="plm:ScheduleTaskConstraintEnum" default="asSoonAsPossible"/> <xsd:attribute name="end" type="xsd:dateTime" use="optional"/> <xsd:attribute name="fraction" type="xsd:double" use="optional"/> <xsd:attribute name="completedWorkFraction" type="xsd:double" use="optional"/> <xsd:attribute name="displayTaskRef" type="plm:anyURIType" use="optional" plm:refType="plm:Managed"/> <xsd:attribute name="scheduleName" type="xsd:string" use="optional"/> <xsd:attribute name="start" type="xsd:dateTime" use="optional"/> <xsd:attribute name="finalStatus" type="xsd:string" use="optional"/> <xsd:attribute name="scheduleTaskRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleTask"/> <xsd:attribute name="type" type="plm:ScheduleTaskEnum" default="standard"/> <xsd:attribute name="scheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Schedule"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:ScheduleTaskConstraintEnum | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xsd:attribute name="constraint" type="plm:ScheduleTaskConstraintEnum" default="asSoonAsPossible"/> |
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:double | ||
properties |
|
||
source | <xsd:attribute name="completedWorkFraction" type="xsd:double" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="displayTaskRef" type="plm:anyURIType" use="optional" plm:refType="plm:Managed"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="scheduleName" type="xsd:string" use="optional"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="start" type="xsd:dateTime" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="finalStatus" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="scheduleTaskRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleTask"/> |
type | plm:ScheduleTaskEnum | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
source | <xsd:attribute name="type" type="plm:ScheduleTaskEnum" default="standard"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="scheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Schedule"/> |