complexType ScheduleTaskRevisionType
diagram plmxml_diagrams/plmxml_p1517.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureRevisionBase
properties
base plm:StructureRevisionBase
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
element ScheduleTaskRevision
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
revision  xsd:string  required      
version  xsd:nonNegativeInteger  optional      
masterRef  plm:anyURIType  required      
optionRefs  plm:uriReferenceListType  optional      
instanceRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
simplifiedRepRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
isBaseline  xsd:boolean    false    
scheduleRef  plm:anyURIType  optional      
baselineCostRef  plm:anyURIType  optional      
childRefs  plm:uriReferenceListType  optional      
type  plm:ScheduleTaskEnum    standard    
constraint  plm:ScheduleTaskConstraintEnum    asSoonAsPossible    
fixed  plm:ScheduleTaskFixedEnum    work    
priority  plm:SchedulePriorityEnum    medium    
autoComplete  xsd:boolean    false    
workflowResourceAssignmentRef  plm:anyURIType  optional      
annotation
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.
     
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>

attribute ScheduleTaskRevisionType/@isBaseline
type xsd:boolean
properties
default false
source <xsd:attribute name="isBaseline" type="xsd:boolean" default="false"/>

attribute ScheduleTaskRevisionType/@scheduleRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="scheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleRevision"/>

attribute ScheduleTaskRevisionType/@baselineCostRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="baselineCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money" plm:deprecated="true"/>

attribute ScheduleTaskRevisionType/@childRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="childRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ScheduleTaskRevision"/>

attribute ScheduleTaskRevisionType/@type
type plm:ScheduleTaskEnum
properties
default standard
facets
Kind Value Annotation
enumeration standard
enumeration milestone
enumeration summary
enumeration phase
enumeration gate
enumeration scheduleSummary
enumeration orphan
source <xsd:attribute name="type" type="plm:ScheduleTaskEnum" default="standard"/>

attribute ScheduleTaskRevisionType/@constraint
type plm:ScheduleTaskConstraintEnum
properties
default asSoonAsPossible
facets
Kind Value Annotation
enumeration startNoLaterThan
enumeration asLateAsPossible
enumeration asSoonAsPossible
enumeration fixed
source <xsd:attribute name="constraint" type="plm:ScheduleTaskConstraintEnum" default="asSoonAsPossible"/>

attribute ScheduleTaskRevisionType/@fixed
type plm:ScheduleTaskFixedEnum
properties
default work
facets
Kind Value Annotation
enumeration work
enumeration duration
enumeration resources
source <xsd:attribute name="fixed" type="plm:ScheduleTaskFixedEnum" default="work"/>

attribute ScheduleTaskRevisionType/@priority
type plm:SchedulePriorityEnum
properties
default medium
facets
Kind Value Annotation
enumeration lowest
enumeration low
enumeration mediumLow
enumeration medium
enumeration high
enumeration veryHigh
enumeration highest
source <xsd:attribute name="priority" type="plm:SchedulePriorityEnum" default="medium"/>

attribute ScheduleTaskRevisionType/@autoComplete
type xsd:boolean
properties
default false
source <xsd:attribute name="autoComplete" type="xsd:boolean" default="false"/>

attribute ScheduleTaskRevisionType/@workflowResourceAssignmentRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="workflowResourceAssignmentRef" type="plm:anyURIType" use="optional" plm:refType="plm:ResourceAssignment"/>

element ScheduleTaskRevisionType/FixedCostInfo
diagram plmxml_diagrams/plmxml_p1518.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:FixedCostInfoType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
fixedCostRefs  plm:uriReferenceListType  optional      
billingRateRef  plm:anyURIType  optional      
billingCode  xsd:string  optional      
billingSubCode  xsd:string  optional      
billingType  plm:FixedCostBillingTypeEnum  optional      
customBillingType  xsd:string  optional      
source <xsd:element name="FixedCostInfo" type="plm:FixedCostInfoType" minOccurs="0" maxOccurs="unbounded"/>

element ScheduleTaskRevisionType/TaskSchedulingInfo
diagram plmxml_diagrams/plmxml_p1519.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:TaskSchedulingInfoType
properties
minOcc 0
maxOcc 1
content complex
children plm:Description plm:ApplicationRef
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      
source <xsd:element name="TaskSchedulingInfo" type="plm:TaskSchedulingInfoType" minOccurs="0"/>

element ScheduleTaskRevisionType/TaskExecutionInfo
diagram plmxml_diagrams/plmxml_p1520.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:TaskExecutionInfoType
properties
minOcc 0
maxOcc 1
content complex
children plm:Description plm:ApplicationRef
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      
source <xsd:element name="TaskExecutionInfo" type="plm:TaskExecutionInfoType" minOccurs="0"/>


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