2.3.91 ActionItemStatus
Target namespace: http://schemas.microsoft.com/office/onenote/2009/internal/specific
Referenced by: NoteTagState
The ActionItemStatus simple type is an unsigned 16-bit integer that specifies a bit field representing the status of a note tag (section 2.1.9). This value MUST be set. The following table defines the valid bits for this type.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A |
B |
C |
D |
E |
unused |
A - Completed (1 bit): A bit that specifies whether a checkable note tag is finished. MUST be true for non-checkable note tags.
B - Disabled (1 bit): A bit that specifies whether the note tag is disabled.
C - TaskTag (1 bit): A bit that specifies whether a note tag is a task tag. MUST be true for task tags, and MUST be false for normal tags.
D - Unsynchronized (1 bit): A bit that specifies whether a task tag has been synchronized. MUST be false for normal note tags. SHOULD<14> be ignored.
E - Removed (1 bit): A bit that specifies whether the task associated with a task tag has been removed. MUST be false for normal note tags. SHOULD<15> be ignored.
unused (11 bits): MUST be zero and MUST be ignored.