summaryrefslogtreecommitdiffstats
path: root/schemas/report-configuration.xsd
diff options
context:
space:
mode:
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"/>