simpleType ScheduleTaskEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute ScheduleTaskRevisionType/@type
facets
Kind Value Annotation
enumeration standard
enumeration milestone
enumeration summary
enumeration phase
enumeration gate
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.
     
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.
     
</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:restriction>
</xsd:simpleType>


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