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. 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> |