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

From OOModels
< Artefact:Aggregate‎ | com‎ | sphenon‎ | internal‎ | office‎ | todos
Revision as of 16:19, 30 August 2010 by AndreasLeue (talk | contribs) (New page: {{Metabox | Meta_Type = Type:org/xocp/OCP/xml/2.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Aggregate | Meta_Down...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>