Änderung der Logik der Vollmachtsverwaltung im Kunden (nun können pro VM-Typ mehrere Vollmachten hinterlegt werden). Weiters wurde die GUI der Vollmachten überarbeitet
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/ItgKsV" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/ItgKsV" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:complexType name="TSEData">
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="tse_pd_encoding" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="tse_public_key" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="tse_serial" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="tse_sig_algo" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="tse_zeitformat" nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="tse_zertifikat" nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:element name="TSEData" nillable="true" type="tns:TSEData" />
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user