diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-05-14 06:56:54 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-05-14 06:56:54 +0000 |
commit | 5103318b0e6f89031d8f8e88c6875456a08cecaf (patch) | |
tree | f123afb5233fc5ed24a17f3ea7d3f699299d4533 | |
parent | 6a5af89a724a847bc60e7cbf6bb6362db97568ae (diff) | |
download | moa-id-spss-5103318b0e6f89031d8f8e88c6875456a08cecaf.tar.gz moa-id-spss-5103318b0e6f89031d8f8e88c6875456a08cecaf.tar.bz2 moa-id-spss-5103318b0e6f89031d8f8e88c6875456a08cecaf.zip |
Exchange files
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1275 d688527b-c9ab-4aba-bd8d-4036d912da1d
-rw-r--r-- | spss/handbook/handbook/config/MOA-SPSS-config-1.5.2.xsd (renamed from spss/handbook/handbook/config/MOA-SPSS-config-1.5.1.xsd) | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/spss/handbook/handbook/config/MOA-SPSS-config-1.5.1.xsd b/spss/handbook/handbook/config/MOA-SPSS-config-1.5.2.xsd index 01cd7c426..9fdaac33e 100644 --- a/spss/handbook/handbook/config/MOA-SPSS-config-1.5.1.xsd +++ b/spss/handbook/handbook/config/MOA-SPSS-config-1.5.2.xsd @@ -153,6 +153,29 @@ <xs:element name="Id" type="xs:token"/>
<xs:element name="TrustAnchorsLocation" type="xs:anyURI"/>
<xs:element name="SignerCertsLocation" type="xs:anyURI" minOccurs="0"/>
+ <xs:element name="EUTSL" minOccurs="0">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="CountrySelection" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="TSLTrustProfile">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Id" type="xs:token"/>
+ <xs:element name="TrustAnchorsLocation" type="xs:anyURI"/>
+ <xs:element name="SignerCertsLocation" type="xs:anyURI" minOccurs="0"/>
+ <xs:element name="EUTSL" minOccurs="0">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="CountrySelection" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
@@ -255,6 +278,23 @@ </xs:sequence>
</xs:complexType>
</xs:element>
+ <xs:element name="TSLConfiguration" minOccurs="0">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="UpdateSchedule" minOccurs="0">
+ <xs:complexType/>
+ </xs:element>
+ <xs:element name="SQLite">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="JDBCURL" type="xs:anyURI"/>
+ <xs:element name="JDBCDriverClassName" type="xs:token"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|