| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||||||||
| type | restriction of xsd:NMTOKEN | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| source | <xsd:simpleType name="ScheduleTaskConstraintEnum"> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="startNoLaterThan"/> <xsd:enumeration value="asLateAsPossible"/> <xsd:enumeration value="asSoonAsPossible"/> <xsd:enumeration value="fixed"/> </xsd:restriction> </xsd:simpleType> |