diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 11:39:20 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-04-05 11:39:20 +0200 |
commit | 7c25de4f6cfea7aac9cd31bcce4dd6e3fec524ed (patch) | |
tree | 16633f3ad9e32bfb7e95d4f824c3d274dd265119 /src | |
parent | 7bb8eb2f74875c971f30f9c6ae149c73f6d2afd6 (diff) | |
download | moa-zs-7c25de4f6cfea7aac9cd31bcce4dd6e3fec524ed.tar.gz moa-zs-7c25de4f6cfea7aac9cd31bcce4dd6e3fec524ed.tar.bz2 moa-zs-7c25de4f6cfea7aac9cd31bcce4dd6e3fec524ed.zip |
Remove AnyAttribute from AbstractAddressType
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/mzs/mzs_mypersondata_en.xsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/mzs/mzs_mypersondata_en.xsd b/src/main/resources/mzs/mzs_mypersondata_en.xsd index a10c8b7..de35327 100644 --- a/src/main/resources/mzs/mzs_mypersondata_en.xsd +++ b/src/main/resources/mzs/mzs_mypersondata_en.xsd @@ -229,7 +229,6 @@ <xs:documentation>main structure of address data</xs:documentation> </xs:annotation> <xs:attribute name="Id" type="xs:ID" use="optional"/> - <xs:anyAttribute namespace="##other"/> </xs:complexType> <xs:complexType name="PostalAddressType"> <xs:complexContent> |