diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-01-07 17:25:38 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-01-27 16:34:14 +0100 |
commit | fb6e40832df5182ae1ebd7555583caed174e8776 (patch) | |
tree | eb0affabf0f6a1768d614f0949c73ad735405fdd /id/server | |
parent | 6ef9296d79741b455530f70262003fefd51ee85c (diff) | |
download | moa-id-spss-fb6e40832df5182ae1ebd7555583caed174e8776.tar.gz moa-id-spss-fb6e40832df5182ae1ebd7555583caed174e8776.tar.bz2 moa-id-spss-fb6e40832df5182ae1ebd7555583caed174e8776.zip |
oa attr configuration revisited
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd | 11 |
1 files changed, 9 insertions, 2 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 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> |