diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-02-20 16:57:14 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-02-24 12:19:36 +0100 |
commit | 42c8940c7b813744933d261e4c414f17762062cd (patch) | |
tree | 4ce71d8cf987a960d65fa29411f0bd9ebc01381b /id/server | |
parent | 44b1f27b00306cac728f6921befd0c1eddb97f81 (diff) | |
download | moa-id-spss-42c8940c7b813744933d261e4c414f17762062cd.tar.gz moa-id-spss-42c8940c7b813744933d261e4c414f17762062cd.tar.bz2 moa-id-spss-42c8940c7b813744933d261e4c414f17762062cd.zip |
ap plugins are persisted now
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd | 13 |
1 files changed, 12 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 33ad5c990..ea78918b6 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="StorkAttribute"> + <xsd:element name="AbstractSimpleIdentification" type="AttributeProviderPlugin"> <xsd:annotation> <xsd:documentation>possibility to include common austrian primary keys in human readable way, english translation not available @@ -933,6 +933,8 @@ type="xsd:boolean" /> <xsd:element ref="Qaa" maxOccurs="1" minOccurs="0"></xsd:element> <xsd:element ref="OAAttributes" maxOccurs="unbounded" minOccurs="0"></xsd:element> + <xsd:element name="VidpEnabled" type="xsd:boolean"></xsd:element> + <xsd:element ref="AttributeProviders" maxOccurs="unbounded" minOccurs="0"></xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> @@ -1010,4 +1012,13 @@ </xsd:complexType> <xsd:element name="OAAttributes" type="OAStorkAttribute"></xsd:element> + + <xsd:complexType name="AttributeProviderPlugin"> + <xsd:sequence> + <xsd:element name="name" type="xsd:string"></xsd:element> + <xsd:element name="url" type="xsd:anyURI"></xsd:element> + </xsd:sequence> + </xsd:complexType> + + <xsd:element name="AttributeProviders" type="AttributeProviderPlugin"></xsd:element> </xsd:schema> |