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