aboutsummaryrefslogtreecommitdiff
path: root/common/res/resources/schemas/MOA-SPSS-config-1.3.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'common/res/resources/schemas/MOA-SPSS-config-1.3.xsd')
-rw-r--r--common/res/resources/schemas/MOA-SPSS-config-1.3.xsd18
1 files changed, 9 insertions, 9 deletions
diff --git a/common/res/resources/schemas/MOA-SPSS-config-1.3.xsd b/common/res/resources/schemas/MOA-SPSS-config-1.3.xsd
index 57f84eba7..0733dccce 100644
--- a/common/res/resources/schemas/MOA-SPSS-config-1.3.xsd
+++ b/common/res/resources/schemas/MOA-SPSS-config-1.3.xsd
@@ -72,8 +72,8 @@
<xs:element name="XMLDSIG">
<xs:complexType>
<xs:sequence>
- <xs:element name="CanonicalizationAlgorithm" type="xs:anyURI" default="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" minOccurs="0"/>
- <xs:element name="DigestMethodAlgorithm" type="xs:anyURI" default="http://www.w3.org/2000/09/xmldsig#sha1" minOccurs="0"/>
+ <xs:element name="CanonicalizationAlgorithm" type="xs:anyURI" minOccurs="0"/>
+ <xs:element name="DigestMethodAlgorithm" type="xs:anyURI" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
@@ -91,15 +91,15 @@
<xs:element name="PathConstruction">
<xs:complexType>
<xs:sequence>
- <xs:element name="AutoAddCertificates" type="xs:boolean" default="true"/>
- <xs:element name="UseAuthorityInformationAccess" type="xs:boolean" default="true"/>
+ <xs:element name="AutoAddCertificates" type="xs:boolean"/>
+ <xs:element name="UseAuthorityInformationAccess" type="xs:boolean"/>
<xs:element name="CertificateStore">
<xs:complexType>
<xs:choice>
<xs:element name="DirectoryStore">
<xs:complexType>
<xs:sequence>
- <xs:element name="Location" type="xs:token" default="certstore"/>
+ <xs:element name="Location" type="xs:token"/>
</xs:sequence>
</xs:complexType>
</xs:element>
@@ -142,8 +142,8 @@
<xs:element name="RevocationChecking">
<xs:complexType>
<xs:sequence>
- <xs:element name="EnableChecking" type="xs:boolean" default="true"/>
- <xs:element name="MaxRevocationAge" type="xs:integer" default="0"/>
+ <xs:element name="EnableChecking" type="xs:boolean"/>
+ <xs:element name="MaxRevocationAge" type="xs:integer"/>
<xs:element name="ServiceOrder" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="2" maxOccurs="2">
@@ -161,8 +161,8 @@
<xs:element name="Archiving">
<xs:complexType>
<xs:sequence>
- <xs:element name="EnableArchiving" type="xs:boolean" default="true"/>
- <xs:element name="ArchiveDuration" type="xs:nonNegativeInteger" default="365" minOccurs="0"/>
+ <xs:element name="EnableArchiving" type="xs:boolean"/>
+ <xs:element name="ArchiveDuration" type="xs:nonNegativeInteger" minOccurs="0"/>
<xs:element name="Archive" minOccurs="0">
<xs:complexType>
<xs:choice>