simpleType ScheduleTaskEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes ScheduleTaskRevisionType/@type ProxyTaskType/@type
facets
Kind Value Annotation
enumeration standard
enumeration milestone
enumeration summary
enumeration phase
enumeration gate
enumeration scheduleSummary
enumeration orphan
annotation
documentation

      standard:       A task with no subtasks that can be scheduled, have
                      resources assigned to it and have deliverables.
      milestone:      A reference point marking a major event in a project and
                      used to monitor the progress of the project.
      summary:        A task that is made up of subtasks and summarises those
                      subtasks.
      phase:          A group of related tasks that completes a major step in
                      a project.
      gate:           A task that must be completed for a phase task to be
                      completed.
      scheduleSummary: A task that is made up of all the tasks in a schedule and
                      summarises those tasks.
      orphan:         A task that is not associated with a schedule.
     
source <xsd:simpleType name="ScheduleTaskEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      standard:       A task with no subtasks that can be scheduled, have
                      resources assigned to it and have deliverables.
      milestone:      A reference point marking a major event in a project and
                      used to monitor the progress of the project.
      summary:        A task that is made up of subtasks and summarises those
                      subtasks.
      phase:          A group of related tasks that completes a major step in
                      a project.
      gate:           A task that must be completed for a phase task to be
                      completed.
      scheduleSummary: A task that is made up of all the tasks in a schedule and
                      summarises those tasks.
      orphan:         A task that is not associated with a schedule.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="standard"/>
   
<xsd:enumeration value="milestone"/>
   
<xsd:enumeration value="summary"/>
   
<xsd:enumeration value="phase"/>
   
<xsd:enumeration value="gate"/>
   
<xsd:enumeration value="scheduleSummary"/>
   
<xsd:enumeration value="orphan"/>
 
</xsd:restriction>
</xsd:simpleType>


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