namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |