diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 13:26:53 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 13:26:53 +0200 |
commit | dd1cb14ef98d4a09d41463160a098fff67b616b0 (patch) | |
tree | a8f4ec5a5b977cd74f437aeef1e890665aed9aee | |
parent | 7c25de4f6cfea7aac9cd31bcce4dd6e3fec524ed (diff) | |
download | moa-zs-dd1cb14ef98d4a09d41463160a098fff67b616b0.tar.gz moa-zs-dd1cb14ef98d4a09d41463160a098fff67b616b0.tar.bz2 moa-zs-dd1cb14ef98d4a09d41463160a098fff67b616b0.zip |
Remove Country Code Restriction
-rw-r--r-- | src/main/resources/mzs/mzs_mypersondata_en.xsd | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main/resources/mzs/mzs_mypersondata_en.xsd b/src/main/resources/mzs/mzs_mypersondata_en.xsd index de35327..a50d605 100644 --- a/src/main/resources/mzs/mzs_mypersondata_en.xsd +++ b/src/main/resources/mzs/mzs_mypersondata_en.xsd @@ -234,15 +234,10 @@ <xs:complexContent> <xs:extension base="AbstractAddressType"> <xs:sequence> - <xs:element name="CountryCode" minOccurs="0"> + <xs:element name="CountryCode" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Code for the country, use ISO or internatinal Postalstandard, compare Staatscode</xs:documentation> </xs:annotation> - <xs:simpleType> - <xs:restriction base="xs:string"> - <xs:pattern value="[A-Z]{2}"/> - </xs:restriction> - </xs:simpleType> </xs:element> <xs:element name="PostalCode" type="xs:string"> <xs:annotation> |