diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-02-28 14:00:45 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-02-28 14:00:45 +0000 |
commit | 3d5a8a5cbe16c04ad7c6391fc26505af67b55ab4 (patch) | |
tree | b7cd8c4a220b79dcb0ebd961b842cc9a95cce012 /common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd | |
parent | 40c03ec3df3716cc4703eda07ee068e75698ef14 (diff) | |
download | moa-id-spss-3d5a8a5cbe16c04ad7c6391fc26505af67b55ab4.tar.gz moa-id-spss-3d5a8a5cbe16c04ad7c6391fc26505af67b55ab4.tar.bz2 moa-id-spss-3d5a8a5cbe16c04ad7c6391fc26505af67b55ab4.zip |
Updated schema for loading templates from the config file.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@631 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd')
-rw-r--r-- | common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd b/common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd index e5957d8d5..66c6e1832 100644 --- a/common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd +++ b/common/res/resources/schemas/MOA-ID-Configuration-1.3.xsd @@ -204,6 +204,7 @@ <xsd:attribute name="BKUSelectionAlternative" type="BKUSelectionType" use="optional" default="HTMLComplete"/>
</xsd:complexType>
</xsd:element>
+ <xsd:element name="Templates" type="TemplatesType" minOccurs="0" maxOccurs="1" />
<xsd:element name="SecurityLayer">
<xsd:annotation>
<xsd:documentation>enthält Parameter für die Kommunikation mit dem
@@ -285,6 +286,18 @@ </xsd:annotation>
<xsd:attribute name="filename" type="xsd:anyURI" use="required"/>
</xsd:complexType>
+ <xsd:complexType name="TemplatesType">
+ <xsd:sequence>
+ <xsd:element name="BKUSelectionTemplate" type="TemplateType" minOccurs="0" maxOccurs="1"/>
+ <xsd:element name="Template" type="TemplateType" minOccurs="0" maxOccurs="1"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ <xsd:complexType name="TemplateType">
+ <xsd:annotation>
+ <xsd:documentation>das Attribut URL spezifiziert die Lage des Templates</xsd:documentation>
+ </xsd:annotation>
+ <xsd:attribute name="URL" type="xsd:anyURI" use="required"/>
+ </xsd:complexType>
<xsd:complexType name="ProxyComponentType"/>
<xsd:complexType name="OnlineApplicationType">
<xsd:sequence>
@@ -321,6 +334,7 @@ </xsd:choice>
</xsd:complexType>
</xsd:element>
+ <xsd:element name="Templates" type="TemplatesType" minOccurs="0" maxOccurs="1" />
<xsd:element name="TransformsInfo" type="TransformsInfoType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="slVersion" use="optional" default="1.1">
|