From 4b47080c2d7cf9d3a16ef7df9d8d0026b2563e2f Mon Sep 17 00:00:00 2001
From: Jan Zickermann <jan.zickermann@dataport.de>
Date: Wed, 9 Oct 2024 11:11:51 +0200
Subject: [PATCH] OZG-6831 KOP-2728 Allow missing party identifier type

---
 src/main/resources/wsdl/OSCI_MessageMetaData_V2.02.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/wsdl/OSCI_MessageMetaData_V2.02.xsd b/src/main/resources/wsdl/OSCI_MessageMetaData_V2.02.xsd
index 989ebea..b5eb092 100644
--- a/src/main/resources/wsdl/OSCI_MessageMetaData_V2.02.xsd
+++ b/src/main/resources/wsdl/OSCI_MessageMetaData_V2.02.xsd
@@ -139,7 +139,7 @@
     </xs:annotation>
     <xs:simpleContent>
       <xs:extension base="xs:normalizedString">
-        <xs:attribute name="type" type="oscimeta:NonEmptyStringType" use="required">
+        <xs:attribute name="type" type="oscimeta:NonEmptyStringType">
           <xs:annotation>
             <xs:documentation>Orientation: ebMS Core: type, how to interpret Party-Id value, e.g.: xöv oder Justiz</xs:documentation>
           </xs:annotation>
-- 
GitLab