diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 13:33:11 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 13:33:11 +0200 |
commit | 08b533d170cd5cb7e108699f815b3061d516a77e (patch) | |
tree | ae7186a9a525388ce2b21744d06a60a45b0b95fc /src | |
parent | dd1cb14ef98d4a09d41463160a098fff67b616b0 (diff) | |
download | moa-zs-08b533d170cd5cb7e108699f815b3061d516a77e.tar.gz moa-zs-08b533d170cd5cb7e108699f815b3061d516a77e.tar.bz2 moa-zs-08b533d170cd5cb7e108699f815b3061d516a77e.zip |
Remove Country Code Restriction
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/mzs/mzs_mypersondata_en.xsd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/mzs/mzs_mypersondata_en.xsd b/src/main/resources/mzs/mzs_mypersondata_en.xsd index a50d605..3abfb8e 100644 --- a/src/main/resources/mzs/mzs_mypersondata_en.xsd +++ b/src/main/resources/mzs/mzs_mypersondata_en.xsd @@ -249,6 +249,11 @@ <xs:documentation>compare Gemeinde</xs:documentation> </xs:annotation> </xs:element> + <xs:element name="MunicipalityNumber" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:documentation>compare Gemeindekennzahl</xs:documentation> + </xs:annotation> + </xs:element> <xs:element name="DeliveryAddress"> <xs:complexType> <xs:sequence> |