Legitimation_Type wieder aufgenommen.

This commit is contained in:
2022-01-29 11:21:37 +01:00
parent 5302dfebd8
commit 0e7d386e0f
5 changed files with 22 additions and 2 deletions

View File

@@ -639,6 +639,13 @@
</xsd:sequence>
<xsd:attribute name="PersArtCd" type="omds:PersArtCd_Type" use="required"/>
</xsd:complexType>
<xsd:complexType name="Legitimation_Type">
<xsd:complexContent>
<xsd:extension base="omds:EL-Legitimation_Type">
<xsd:attribute name="AusstellendesLand" type="omds:LandesCd_Type" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="Person" type="Person_Type">
<xsd:annotation>
<xsd:documentation>Typ zur Übergabe personenbezogener Daten, entspricht weitgehend OMDS Datensatz PERSON_Type, die Personennr ist aber optional. Die Person kann eine Adresse enthalten. Die Adresse hat aber keine Id.</xsd:documentation>