Changeset b9c18323a9591012e4863e5aa2df1ac30d0ce827
- Timestamp:
- 12/17/09 23:04:07
(3 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1261091047 +0000
- git-parent:
[3ed43a328a2ca9a8f628c99fbd04c9c748de0eb9]
- git-author:
- Mark Harrison <mark@omniti.com> 1261091047 +0000
- Message:
Change DTD to reflect recent format changes
git-svn-id: https://labs.omniti.com/resmon/trunk@233 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc87d7d0 |
rb9c1832 |
|
| 1 | 1 | <!ELEMENT ResmonResults (ResmonResult+)> |
|---|
| 2 | | <!ELEMENT ResmonResult (last_runtime_seconds, last_update, message, state)> |
|---|
| | 2 | <!ELEMENT ResmonResult (last_runtime_seconds, last_update, metric+, state)> |
|---|
| 3 | 3 | <!ATTLIST ResmonResult |
|---|
| 4 | 4 | module CDATA #REQUIRED |
|---|
| … | … | |
| 7 | 7 | <!ELEMENT last_runtime_seconds (#PCDATA)> |
|---|
| 8 | 8 | <!ELEMENT last_update (#PCDATA)> |
|---|
| 9 | | <!ELEMENT message (#PCDATA)> |
|---|
| 10 | | <!ATTLIST message |
|---|
| | 9 | <!ELEMENT metric (#PCDATA)> |
|---|
| | 10 | <!ATTLIST metric |
|---|
| | 11 | name CDATA #REQUIRED |
|---|
| 11 | 12 | type CDATA (0|i|I|l|L|n|s) #IMPLIED |
|---|
| 12 | 13 | > |
|---|