Laufende Nummer in Risikoobjekt ist kein Pflichfeld mehr, da dies nur bei BOA so richtig war, Risikoobjekte aber auch in anderen Zusammenhängen verwendet werden sollen.

This commit is contained in:
2021-11-26 18:53:26 +01:00
parent 3a8321479d
commit d79ade24c3

View File

@@ -2305,7 +2305,11 @@
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Abstrakter Obertyp für versicherte Interessen</xsd:documentation> <xsd:documentation>Abstrakter Obertyp für versicherte Interessen</xsd:documentation>
</xsd:annotation> </xsd:annotation>
<xsd:attribute name="Lfnr" type="xsd:unsignedShort" use="required"/> <xsd:attribute name="Lfnr" type="xsd:unsignedShort" use="optional">
<xsd:annotation>
<xsd:documentation>Eine laufende Nummer ist bei Verwendung in Antragsprozessen zwingend erforderlich, an anderer Stelle, z.B. bei Deckungsauskunft nicht.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="VersichertesInteresseMitAttributMetadaten_Type" abstract="true"> <xsd:complexType name="VersichertesInteresseMitAttributMetadaten_Type" abstract="true">
<xsd:annotation> <xsd:annotation>