complexType ScheduleTaskType
diagram plmxml_diagrams/plmxml_p1521.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureBase
properties
base plm:StructureBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup
used by
element ScheduleTask
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      
catalogueId  xsd:string  optional      
optionRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
originalRef  plm:anyURIType  optional      
annotation
documentation

      Represents a task of a schedule.

      Attributes:

      name:           Inherited from StructureBase.
      originalRef:    References the original task when this task represents a
                      baseline task.

      Sub-elements:

      Description:    Inherited from StructureBase.
     
source <xsd:complexType name="ScheduleTaskType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a task of a schedule.

      Attributes:

      name:           Inherited from StructureBase.
      originalRef:    References the original task when this task represents a
                      baseline task.

      Sub-elements:

      Description:    Inherited from StructureBase.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureBase">
     
<xsd:attribute name="originalRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ScheduleTaskType/@originalRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="originalRef" type="plm:anyURIType" use="optional"/>


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