Rolle bei der Autorisierung optional gemacht, da in der Regel VN die Rolle ist.
This commit is contained in:
@@ -880,14 +880,14 @@
|
|||||||
<xsd:documentation>Laufende Nummer der Person.</xsd:documentation>
|
<xsd:documentation>Laufende Nummer der Person.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Rolle" type="xsd:string">
|
<xsd:element name="Rolle" type="xsd:string" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Rolle als Text</xsd:documentation>
|
<xsd:documentation>Rolle als Text</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Autorisierungsart" type="Autorisierungsart_Type" maxOccurs="unbounded">
|
<xsd:element name="Autorisierungsart" type="Autorisierungsart_Type" maxOccurs="unbounded">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Die zu verwendende Autorisierungsart bzw. die zu verwendenen Arten.</xsd:documentation>
|
<xsd:documentation>Die zu verwendende Autorisierungsart bzw. die Arten, die zur Wahl stehen.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
@@ -910,9 +910,9 @@
|
|||||||
<xsd:documentation>Der fachliche Typ des Dokuments. Alle Integer-Werte sind dem OMDS Standard vorbehalten und folgen dem DocumentType. Andere Codes für Dokumententypen können vom Serviceprovider frei gewählt werden.</xsd:documentation>
|
<xsd:documentation>Der fachliche Typ des Dokuments. Alle Integer-Werte sind dem OMDS Standard vorbehalten und folgen dem DocumentType. Andere Codes für Dokumententypen können vom Serviceprovider frei gewählt werden.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Beschreibung">
|
<xsd:element name="Beschreibung" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Beschreibung des Dokuments</xsd:documentation>
|
<xsd:documentation>Bezeichnung oder Beschreibung des Dokuments</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
@@ -1045,7 +1045,7 @@
|
|||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Beschreibung" minOccurs="0">
|
<xsd:element name="Beschreibung" minOccurs="0">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Textliche Beschreibung des Dokuments</xsd:documentation>
|
<xsd:documentation>Bezeichnung bzw. textliche Beschreibung des Dokuments</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
|
|||||||
Reference in New Issue
Block a user