diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-01-11 20:01:33 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-01-11 20:01:33 +0000 |
commit | e353f337bb0144b4980068ab21e3e13cf3e70bc0 (patch) | |
tree | 699d172860d6a9b691412eac3c9599563d25eb85 /schemas/report-configuration.xsd | |
parent | ca543cba335b161e50fceabc1c7af6bd89bede48 (diff) | |
download | bcfg2-e353f337bb0144b4980068ab21e3e13cf3e70bc0.tar.gz bcfg2-e353f337bb0144b4980068ab21e3e13cf3e70bc0.tar.bz2 bcfg2-e353f337bb0144b4980068ab21e3e13cf3e70bc0.zip |
Fixes from Rick
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2649 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/report-configuration.xsd')
-rw-r--r-- | schemas/report-configuration.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/report-configuration.xsd b/schemas/report-configuration.xsd index fad37e1e0..8e68e9bba 100644 --- a/schemas/report-configuration.xsd +++ b/schemas/report-configuration.xsd @@ -38,6 +38,7 @@ <xs:enumeration value="nodes-individual"/> <xs:enumeration value="nodes-digest"/> <xs:enumeration value="overview-stats"/> + <xs:enumeration value="timing-summary"/> </xs:restriction> </xs:simpleType> </xs:attribute> |