diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-17 11:35:59 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-17 11:35:59 +0100 | 
| commit | ab9c1d3b201ca110f33831133a85ea2da353e5d8 (patch) | |
| tree | d1f5f775900abba04bad20027b714d993be0ecca /id/server/moa-id-commons/src/main | |
| parent | a442134f88a2e766ea6fdce9b80075c5a9a8b420 (diff) | |
| download | moa-id-spss-ab9c1d3b201ca110f33831133a85ea2da353e5d8.tar.gz moa-id-spss-ab9c1d3b201ca110f33831133a85ea2da353e5d8.tar.bz2 moa-id-spss-ab9c1d3b201ca110f33831133a85ea2da353e5d8.zip | |
change mandate profile configuration
Diffstat (limited to 'id/server/moa-id-commons/src/main')
| -rw-r--r-- | id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd b/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd index e6705dbb8..7d84cfce7 100644 --- a/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd +++ b/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd @@ -506,7 +506,8 @@  						<xsd:element name="Mandates" minOccurs="0">  							<xsd:complexType>  								<xsd:sequence> -									<xsd:element name="Profiles" type="xsd:string"/> +										<xsd:element name="Profiles" type="xsd:string"/> +										<xsd:element name="ProfileName" type="xsd:string" minOccurs="0" maxOccurs="unbounded"></xsd:element>  								</xsd:sequence>  							</xsd:complexType>  						</xsd:element> | 
