complexType ActivityType
diagram plmxml_diagrams/plmxml_p1097.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 Activity
complexType MROActivityType
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      
type  xsd:string        
activityRefs  plm:uriReferenceListType        
predecessorRefs  plm:uriReferenceListType        
startTime  xsd:double  optional      
calcStartTime  xsd:double  optional      
duration  xsd:double  optional      
calcDuration  xsd:double  optional      
calcMinStartTime  xsd:double  optional      
annotation
documentation

      An Activity is a component of an OperationRevision. An OperationRevision
      contains a tree of Activities.
   
      Attributes:
   
      type:             
      activityRefs       child activities
      predecessorRefs    prior activities in the flow
   
      Note that the values of the following attributes are in unspecified time units. They
      can be used for comparison, but do not indicate absolute time intervals.
   
      startTime          The start time of an activity
      duration           The duration of the activity
      calcStartTime      Calculated time before starting current process/operation/activity
                         due to existence of predecessors
      calcDuration       calculated total duration of all the activities under an operation
      calcMinStartTime   calculated minimum time required before starting current
                         process/operation/activity due to existence of predecessor(s)
     
source <xsd:complexType name="ActivityType">
 
<xsd:annotation>
   
<xsd:documentation>
      An Activity is a component of an OperationRevision. An OperationRevision
      contains a tree of Activities.
   
      Attributes:
   
      type:             
      activityRefs       child activities
      predecessorRefs    prior activities in the flow
   
      Note that the values of the following attributes are in unspecified time units. They
      can be used for comparison, but do not indicate absolute time intervals.
   
      startTime          The start time of an activity
      duration           The duration of the activity
      calcStartTime      Calculated time before starting current process/operation/activity
                         due to existence of predecessors
      calcDuration       calculated total duration of all the activities under an operation
      calcMinStartTime   calculated minimum time required before starting current
                         process/operation/activity due to existence of predecessor(s)
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="type" type="xsd:string" plm:deprecated="true"/>
     
<xsd:attribute name="activityRefs" type="plm:uriReferenceListType" plm:refType="plm:Activity"/>
     
<xsd:attribute name="predecessorRefs" type="plm:uriReferenceListType" plm:refType="plm:Activity"/>
     
<xsd:attribute name="startTime" type="xsd:double" use="optional"/>
     
<xsd:attribute name="calcStartTime" type="xsd:double" use="optional"/>
     
<xsd:attribute name="duration" type="xsd:double" use="optional"/>
     
<xsd:attribute name="calcDuration" type="xsd:double" use="optional"/>
     
<xsd:attribute name="calcMinStartTime" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ActivityType/@type
type xsd:string
source <xsd:attribute name="type" type="xsd:string" plm:deprecated="true"/>

attribute ActivityType/@activityRefs
type plm:uriReferenceListType
source <xsd:attribute name="activityRefs" type="plm:uriReferenceListType" plm:refType="plm:Activity"/>

attribute ActivityType/@predecessorRefs
type plm:uriReferenceListType
source <xsd:attribute name="predecessorRefs" type="plm:uriReferenceListType" plm:refType="plm:Activity"/>

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

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

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

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

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


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