| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Copyright 2004 The Apache Software Foundation | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, software | |
| distributed under the License is distributed on an "AS IS" BASIS, | |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| See the License for the specific language governing permissions and | |
| limitations under the License. | |
| --> | |
| <todolist xmlns="http://xmlbeans.apache.org/samples/validation/todolist"> | |
| <item id="001"> | |
| <name>Buy a south Pacific island.</name> | |
| <description>Contingent on inheriting lots of money.</description> | |
| <due_by>2005-05-01T23:36:28</due_by> | |
| <action>someday_maybe_defer</action> | |
| </item> | |
| <item id="002"> | |
| <name>Get that new PowerBook I've been eyeing.</name> | |
| <description>Resulting productivity increase will be exponential!</description> | |
| <due_by>2005-05-01T23:36:28</due_by> | |
| <action>do</action> | |
| </item> | |
| <item id="003"> | |
| <name>Clean the garage.</name> | |
| <description>Remove at least enough junk so that my bicycle fits.</description> | |
| <due_by>2005-05-30T23:36:28</due_by> | |
| <action>delegate</action> | |
| </item> | |
| </todolist> |