From fb6e40832df5182ae1ebd7555583caed174e8776 Mon Sep 17 00:00:00 2001 From: Florian Reimair <florian.reimair@iaik.tugraz.at> Date: Tue, 7 Jan 2014 17:25:38 +0100 Subject: oa attr configuration revisited --- .../src/main/resources/config/moaid_config_2.0.xsd | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'id/server/moa-id-commons/src/main') 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 b1834fc96..6972b031c 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 @@ -49,7 +49,7 @@ <xsd:extension base="xsd:string"/> </xsd:simpleContent> </xsd:complexType> - <xsd:element name="AbstractSimpleIdentification" type="QualityAuthenticationAssuranceLevelType"> + <xsd:element name="AbstractSimpleIdentification" type="StorkAttribute"> <xsd:annotation> <xsd:documentation>possibility to include common austrian primary keys in human readable way, english translation not available @@ -923,8 +923,8 @@ <xsd:sequence> <xsd:element name="StorkLogonEnabled" type="xsd:boolean" /> - <xsd:element ref="Attributes" maxOccurs="unbounded" minOccurs="1"></xsd:element> <xsd:element ref="Qaa" maxOccurs="1" minOccurs="0"></xsd:element> + <xsd:element name="Attributes" type="OAStorkAttribute" maxOccurs="unbounded" minOccurs="1"></xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> @@ -993,4 +993,11 @@ <xsd:element name="Attributes" type="StorkAttribute"></xsd:element> <xsd:element name="Qaa" type="QualityAuthenticationAssuranceLevelType"></xsd:element> + + <xsd:complexType name="OAStorkAttribute"> + <xsd:sequence> + <xsd:element name="attribute" type="StorkAttribute"></xsd:element> + <xsd:element name="mandatory" type="xsd:boolean"></xsd:element> + </xsd:sequence> + </xsd:complexType> </xsd:schema> -- cgit v1.2.3