summaryrefslogtreecommitdiffstats
path: root/schemas/report-configuration.xsd
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2005-07-13 19:26:11 +0000
committerNarayan Desai <desai@mcs.anl.gov>2005-07-13 19:26:11 +0000
commit468abb8e3aeea1357e75f4141ae581cb288ecdda (patch)
tree944725bf6a5dff9f3ad7e74df2ca600339de6b47 /schemas/report-configuration.xsd
parentf013b7314a6811a025285c0b6fad3babcbdadc1a (diff)
downloadbcfg2-468abb8e3aeea1357e75f4141ae581cb288ecdda.tar.gz
bcfg2-468abb8e3aeea1357e75f4141ae581cb288ecdda.tar.bz2
bcfg2-468abb8e3aeea1357e75f4141ae581cb288ecdda.zip
minor schema fixup
(Logical change 1.257) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1058 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'schemas/report-configuration.xsd')
-rw-r--r--schemas/report-configuration.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/report-configuration.xsd b/schemas/report-configuration.xsd
index cc92315bc..7aca20991 100644
--- a/schemas/report-configuration.xsd
+++ b/schemas/report-configuration.xsd
@@ -23,7 +23,7 @@
</xs:complexType>
</xs:element>
</xs:sequence>
- <xs:attribute name="mechanism" type="xs:string" use="required">
+ <xs:attribute name="mechanism" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="mail"/>
@@ -32,7 +32,7 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
- <xs:attribute name="type" type="xs:string" use="optional">
+ <xs:attribute name="type" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="nodes-individual"/>