simpleType ScheduleTaskDependencyEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute ScheduleTaskDependencyType/@dependency
facets
Kind Value Annotation
enumeration endToStart
enumeration endToEnd
enumeration startToStart
enumeration startToEnd
enumeration phaseGate
annotation
documentation

      endToStart:     One ScheduleTaskRevision cannot start until the other is
                      complete.
      endToEnd:       One ScheduleTaskRevision cannot be completed until the
                      other is complete.
      startToStart:   One ScheduleTaskRevision cannot start until the other
                      has started.
      startToEnd:     One ScheduleTaskRevision cannot be completed until the
                      other has started.
      phaseGate:      The type attribute of one ScheduleTaskRevision is phase
                      and that of the other is gate.
     
source <xsd:simpleType name="ScheduleTaskDependencyEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      endToStart:     One ScheduleTaskRevision cannot start until the other is
                      complete.
      endToEnd:       One ScheduleTaskRevision cannot be completed until the
                      other is complete.
      startToStart:   One ScheduleTaskRevision cannot start until the other
                      has started.
      startToEnd:     One ScheduleTaskRevision cannot be completed until the
                      other has started.
      phaseGate:      The type attribute of one ScheduleTaskRevision is phase
                      and that of the other is gate.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="endToStart"/>
   
<xsd:enumeration value="endToEnd"/>
   
<xsd:enumeration value="startToStart"/>
   
<xsd:enumeration value="startToEnd"/>
   
<xsd:enumeration value="phaseGate"/>
 
</xsd:restriction>
</xsd:simpleType>


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