Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:taskConstraintType
Namespace tps
Annotations
The time constraint type (can be "as soon as possible", "as late as possible", "must start on...", "must finish on...", "start no earlier than...", "start no later than...", "finish no earlier than...", "finish no later than")
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration as_soon_as_possible
enumeration as_late_as_possible
enumeration must_start_on
enumeration must_finish_on
enumeration start_no_earlier_than
enumeration start_no_later_than
enumeration finish_no_earlier_than
enumeration finish_no_later_than
Used by
Source
<xs:simpleType name="taskConstraintType">
  <xs:annotation>
    <xs:documentation>The time constraint type (can be "as soon as possible", "as late as possible", "must start on...", "must finish on...", "start no earlier than...", "start no later than...", "finish no earlier than...", "finish no later than")</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="as_soon_as_possible"/>
    <xs:enumeration value="as_late_as_possible"/>
    <xs:enumeration value="must_start_on"/>
    <xs:enumeration value="must_finish_on"/>
    <xs:enumeration value="start_no_earlier_than"/>
    <xs:enumeration value="start_no_later_than"/>
    <xs:enumeration value="finish_no_earlier_than"/>
    <xs:enumeration value="finish_no_later_than"/>
  </xs:restriction>
</xs:simpleType>