diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.4.2.xsd | 17 | 
1 files changed, 9 insertions, 8 deletions
| diff --git a/common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.4.2.xsd b/common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.4.2.xsd index 4488a1eda..c0ceb1d2e 100644 --- a/common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.4.2.xsd +++ b/common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.4.2.xsd @@ -518,14 +518,15 @@  		</xsd:simpleType>
  	</xsd:element>
  	<xsd:complexType name="InputProcessorType">
 -		<xsd:annotation>
 -			<xsd:documentation>Kommentar</xsd:documentation>
 -		</xsd:annotation>
 -		<xsd:attribute name="template" type="xsd:anyURI" use="optional">
 -			<xsd:annotation>
 -				<xsd:documentation>Das Attribut spezifiziert die Lage des Templates, welches der InputProcessor zur Darstellung des Eingabeformulars nutzen soll</xsd:documentation>
 -			</xsd:annotation>
 -		</xsd:attribute>
 +		<xsd:simpleContent>
 +			<xsd:extension base="xsd:string">
 +				<xsd:attribute name="template" type="xsd:anyURI" use="optional">
 +					<xsd:annotation>
 +						<xsd:documentation>Das Attribut spezifiziert die Lage des Templates, welches der InputProcessor zur Darstellung des Eingabeformulars nutzen soll</xsd:documentation>
 +					</xsd:annotation>
 +				</xsd:attribute>
 +			</xsd:extension>
 +		</xsd:simpleContent>
  	</xsd:complexType>
  	<xsd:complexType name="PartyRepresentationType">
  		<xsd:sequence>
 | 
