diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-03 14:51:38 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-03 14:51:38 +0200 |
commit | 5c3834a722c29eb52837a04e5bcac727fff8572c (patch) | |
tree | b719899ff1c60fdb8f0a8d75c530e6f9ecdb444d | |
parent | 6dcbc7e94fdaefccff368f329b33482640211954 (diff) | |
download | moa-zs-5c3834a722c29eb52837a04e5bcac727fff8572c.tar.gz moa-zs-5c3834a722c29eb52837a04e5bcac727fff8572c.tar.bz2 moa-zs-5c3834a722c29eb52837a04e5bcac727fff8572c.zip |
Make Corporate/FullPerson Mandatory
- Reason: mandatory in zusemsg2.0.0
-rw-r--r-- | src/main/resources/mzs/mzs_mypersondata_en.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mzs/mzs_mypersondata_en.xsd b/src/main/resources/mzs/mzs_mypersondata_en.xsd index 974dfae..dd71ed9 100644 --- a/src/main/resources/mzs/mzs_mypersondata_en.xsd +++ b/src/main/resources/mzs/mzs_mypersondata_en.xsd @@ -177,7 +177,7 @@ </xs:annotation> <xs:complexContent> <xs:extension base="AbstractPersonType"> - <xs:sequence minOccurs="0"> + <xs:sequence> <xs:element name="FullName" type="xs:token"> <xs:annotation> <xs:documentation>name of corporate body (whole name), compare VollerName</xs:documentation> |