simpleType "TaskStatusEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Active"
 - 
Indicates a task status of active.
"Cleared"
 - 
Indicates a task status of cleared (i.e. the task is completed).
"Cancelled"
 - 
Indicates a task status of cancelled (i.e. the task was cancelled and no longer needs to be completed).

All Direct / Indirect Based Elements (1):
status  (defined in AbstractTask complexType)
Known Usage Locations
Annotation
A list that defines the status of a task.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  TaskStatusEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Active"
 - 
Indicates a task status of active.
"Cleared"
 - 
Indicates a task status of cleared (i.e. the task is completed).
"Cancelled"
 - 
Indicates a task status of cancelled (i.e. the task was cancelled and no longer needs to be completed).
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="TaskStatusEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Active"/>
<xsd:enumeration value="Cleared"/>
<xsd:enumeration value="Cancelled"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.