complexType ProxyTaskType
diagram plmxml_diagrams/plmxml_p1509.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element ProxyTask
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      
constraint  plm:ScheduleTaskConstraintEnum    asSoonAsPossible    
end  xsd:dateTime  optional      
fraction  xsd:double  optional      
completedWorkFraction  xsd:double  optional      
displayTaskRef  plm:anyURIType  optional      
scheduleName  xsd:string  optional      
start  xsd:dateTime  optional      
finalStatus  xsd:string  optional      
scheduleTaskRef  plm:anyURIType  optional      
type  plm:ScheduleTaskEnum    standard    
scheduleRef  plm:anyURIType  optional      
annotation
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.
     
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>

attribute ProxyTaskType/@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 ProxyTaskType/@end
type xsd:dateTime
properties
use optional
source <xsd:attribute name="end" type="xsd:dateTime" use="optional"/>

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

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

attribute ProxyTaskType/@displayTaskRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="displayTaskRef" type="plm:anyURIType" use="optional" plm:refType="plm:Managed"/>

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

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

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

attribute ProxyTaskType/@scheduleTaskRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="scheduleTaskRef" type="plm:anyURIType" use="optional" plm:refType="plm:ScheduleTask"/>

attribute ProxyTaskType/@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 ProxyTaskType/@scheduleRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="scheduleRef" type="plm:anyURIType" use="optional" plm:refType="plm:Schedule"/>


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