diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:StructureRevisionBase | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup plm:FixedCostInfo plm:TaskSchedulingInfo plm:TaskExecutionInfo | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="ScheduleTaskRevisionType"> <xsd:annotation> <xsd:documentation> Represents a revision of a task of a schedule. Attributes: isBaseline: Whether the ScheduleTaskRevision is a baseline. scheduleRef: A reference to the ScheduleRevision that contains this ScheduleTaskRevision. baselineCostRef: If the ScheduleTaskRevision is a baseline, baselineCostRef references a Money element representing the baseline cost of the ScheduleTaskRevision and its sub-tasks. Deprecated. childRefs: A list of references to the child ScheduleTaskRevision elements of this ScheduleTaskRevision. type: The type of the ScheduleTaskRevision. constraint: The constraint on the ScheduleTaskRevision. fixed: Whether the work, duration or resources of the ScheduleTaskRevision are fixed. priority: The priority of the ScheduleTaskRevision. autoComplete: If the type attribute is milestone, autoComplete represents whether the ScheduleTaskRevision becomes complete when all predecessor ScheduleTaskRevision elements become complete. workflowResourceAssignmentRef: A reference to the ResourceAssignment that receives workflow notifications for the ScheduleTaskRevision. Sub-elements: FixedCostInfo: Any number of FixedCostInfo sub-elements hold additional information about the fixed costs associated with the ScheduleTaskRevision. TaskSchedulingInfo: A ScheduleTaskRevision may have a TaskSchedulingInfo sub-element to hold additional information about planning the ScheduleTaskRevision. TaskExecutionInfo: A ScheduleTaskRevision may have a TaskExecutionInfo sub-element to hold additional information about the actual execution of the ScheduleTaskRevision. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StructureRevisionBase"> <xsd:sequence> <xsd:element name="FixedCostInfo" type="plm:FixedCostInfoType" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="TaskSchedulingInfo" type="plm:TaskSchedulingInfoType" minOccurs="0"/> <xsd:element name="TaskExecutionInfo" type="plm:TaskExecutionInfoType" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="isBaseline" type="xsd:boolean" default="false"/> <xsd:attribute name="scheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleRevision"/> <xsd:attribute name="baselineCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money" plm:deprecated="true"/> <xsd:attribute name="childRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleTaskRevision"/> <xsd:attribute name="type" type="plm:ScheduleTaskEnum" default="standard"/> <xsd:attribute name="constraint" type="plm:ScheduleTaskConstraintEnum" default="asSoonAsPossible"/> <xsd:attribute name="fixed" type="plm:ScheduleTaskFixedEnum" default="work"/> <xsd:attribute name="priority" type="plm:SchedulePriorityEnum" default="medium"/> <xsd:attribute name="autoComplete" type="xsd:boolean" default="false"/> <xsd:attribute name="workflowResourceAssignmentRef" type="plm:anyURIType" use="optional" plm:refType="plm:ResourceAssignment"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="isBaseline" type="xsd:boolean" default="false"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="scheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleRevision"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="baselineCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money" plm:deprecated="true"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="childRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleTaskRevision"/> |
type | plm:ScheduleTaskEnum | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
source | <xsd:attribute name="type" type="plm:ScheduleTaskEnum" default="standard"/> |
type | plm:ScheduleTaskConstraintEnum | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xsd:attribute name="constraint" type="plm:ScheduleTaskConstraintEnum" default="asSoonAsPossible"/> |
type | plm:ScheduleTaskFixedEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="fixed" type="plm:ScheduleTaskFixedEnum" default="work"/> |
type | plm:SchedulePriorityEnum | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
source | <xsd:attribute name="priority" type="plm:SchedulePriorityEnum" default="medium"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="autoComplete" type="xsd:boolean" default="false"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="workflowResourceAssignmentRef" type="plm:anyURIType" use="optional" plm:refType="plm:ResourceAssignment"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:FixedCostInfoType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="FixedCostInfo" type="plm:FixedCostInfoType" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:TaskSchedulingInfoType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="TaskSchedulingInfo" type="plm:TaskSchedulingInfoType" minOccurs="0"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:TaskExecutionInfoType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="TaskExecutionInfo" type="plm:TaskExecutionInfoType" minOccurs="0"/> |