Artefact:Aggregate/com/sphenon/internal/office/todos/ToDoStates

From OOModels
< Artefact:Aggregate‎ | com‎ | sphenon‎ | internal‎ | office‎ | todos
Jump to navigationJump to search
Classification
Type Type:org/xocp/OCP/xml/2.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Aggregate
More
Download Code
Namespace (more)
create new pages

Code[edit]


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ToDoStates CLASS="ToDoState[]">
  <TDS Id="open"/>
  <TDS Id="completed"/>
  <TDS Id="problem"/>
  <TDS Id="deferred"/>
  <TDS Id="inprogress"/>
</ToDoStates>